-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Description
I consistently receive this error when updating via Open-Meteo:
Error: Received Incomplete data. Details: Warning: Less than 7 days of daily forecast data, Using Incomplete data
Steps to Reproduce
Set the following values in $HOME/.config/pi-inky-weather-epd.toml:
[api]
latitude = 40.631875
longitude = -74.437935
provider = "open_meteo"
(The above presumably uses NOAA data being in a US location.)
Expected Behavior
7 days of forecast data is retrieved.
Actual Behavior
Only 6 days of data are consistently retrieved.
Environment
Version 0.7.0 on Trixie 64-bit on a Raspberry Pi Zero 2 W
Additional Context
Thinking I could have hit a request limiter, I tried fetching the same data from their web UI (using the same source IP address) and consistently received 7 days of forecast data (as the API says should be available and defaults to).