CsabaConsulting / InspectorGadgetApp

Open Multi-Modal Personal Assistant
MIT License
3 stars 1 forks source link

Provide more sophisticated weather forecast with Open Meteo #41

Open MrCsabaToth opened 2 weeks ago

MrCsabaToth commented 2 weeks ago

If we introduce Open Meteo for geolocation #40 (name -> lat / lon), then we should also test to convert to Open Meteo forecast, because the current 7timer.info API we use cannot really take time duration. Open meteo can provide:

https://open-meteo.com/en/docs#hourly=temperature_2m,relative_humidity_2m,precipitation_probability,rain,showers,snowfall,cloud_cover,wind_speed_10m,wind_gusts_10m&past_days=1&forecast_days=1

MrCsabaToth commented 1 week ago

It turns out that Meteo provides API for these too:

We should add these!