-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add probability of precipitation to timeseries graph? #201
Comments
Yes :-) |
Started a PR: #202. |
Edits should work on other screens but the forecast graph spacing might have to be tweaked to get the extra y-axis labels to fit. For the 7.5" 800x480 screen this was a simple edit in the DisplayForecastSection() method (~line 407):
-->
I am reluctant to make a PR for things I can't personally test, unless someone else wants the PR and can help with that. |
Thanks a lot - i have the 7.5" and the Liliygo T5 4.7" screen...but at the moment, unfortunately no time for testing... |
I have a 4.2 inch board. I did not want to wait so already more or less implemented in my local copy which is heavily customized. I might be able to test it some time in the future when I merge other new changes but I don't regularly update it if all is well as it is "in production" - with the family, so changes are risky :) |
I agree, actually OWM’s predicted rainfall amounts to gives a profile of predicted precipitation without the need to draw it as yet another graph line. |
Probability of precipitation is downloaded with the 3hrly forecast data. And is quite interesting.
This can be overlayed on the precipitation rate graph with a separate y-axis (on e.g. RHS of rainfall graph).
On a 7.5" screen this fits fine with a little bit of nudging of the other elements in the DisplayForecastSection().
Would this be of interest as a Pull Request?
The text was updated successfully, but these errors were encountered: