OmniBytes / pi-hub

Smart Display for Raspberry Pi
https://hub.omnibytes.io
MIT License
3 stars 0 forks source link

feat: add next n days forecast #35

Open funkstyr opened 7 months ago

funkstyr commented 7 months ago

Describe the feature you'd like to request

Display the next 3-5 days worth of temp information

Describe the solution you'd like to see

Loop through the weather api response for forcast periods, and filter on days and display the next 3 (that is not current if its daytime)

Additional information

No response