You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The bottom trend line for the temperature does not seem to be scaled correctly. The range seems about right for the expected highs and lows but the line never goes above the bottom 10%
Expected behavior
The trend line would go from the top to the bottom of the range.
To Reproduce
run with weather graph on 3 day forecast
Logs
Provide the InkyPi service logs, see troubleshooting.md for instructions on how to view logs.
Screenshots
Additional context
Raspberry Pi 4 with InkyImpression 5.7 running Raspberry Pi OS 64-bit
The text was updated successfully, but these errors were encountered:
This was intentional. When the difference between the max and min temperatures was small, I added an offset to improve the appearance of the line graph. However, I've just updated the code to reduce this offset, so it should scale better. Feel free to pull the latest changes and give it a try!
cd InkyPi
git pull
sudo systemctl restart inkypi.service
I built this project a couple days ago, but I used a Raspberry Pi 5. The weather line is doing the same thing as the OP. Am I doing something wrong? Everything else is working beautifully, and I love the project. So cool!
Describe the bug
The bottom trend line for the temperature does not seem to be scaled correctly. The range seems about right for the expected highs and lows but the line never goes above the bottom 10%
Expected behavior
The trend line would go from the top to the bottom of the range.
To Reproduce
run with weather graph on 3 day forecast
Logs
Provide the InkyPi service logs, see troubleshooting.md for instructions on how to view logs.
Screenshots
Additional context
Raspberry Pi 4 with InkyImpression 5.7 running Raspberry Pi OS 64-bit
The text was updated successfully, but these errors were encountered: