dglent / meteo-qt

System tray application for weather status information
GNU General Public License v3.0
82 stars 21 forks source link

Improve granularity and number days covered #139

Open nteodosio opened 10 months ago

nteodosio commented 10 months ago

I notice that the Openweathermap API allows for

Current weather and forecasts:

minute forecast for 1 hour hourly forecast for 48 hours daily forecast for 8 days

It would be nice to have Meteo-qt display the weather forecast for the day hourly instead of 3-hourly, as that usually is accurate. And then instead of only 4 days extend it to all the 8 days?

PS: Just found this nifty little application. Thank you for it!