OmniBytes / pi-hub

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

feat: display local weather #4

Closed funkstyr closed 6 months ago

funkstyr commented 7 months ago

Describe the feature you'd like to request

Use location/google account info for home location to display today's weather.

Describe the solution you'd like to see

Display today's forecast alongside an hr by hr display.

STRETCH: see if you can display radar.

Additional information

No response

funkstyr commented 7 months ago

Weather data: https://weather-gov.github.io/api/general-faqs

open api url: https://api.weather.gov/openapi.json

funkstyr commented 6 months ago

^ The above api only uses long/lat.

To convert a location to that will need to use:

funkstyr commented 6 months ago

there is data from the api being display.

now have to transform that into a decent display of info.