sanderbaas / WeatherWidget

Add widget to home screen with 4 to 6 day weather forecast in your location
MIT License
22 stars 7 forks source link

Don't remove the prevision for the last (current) time #14

Open Zykino opened 5 years ago

Zykino commented 5 years ago

Sometimes I would like to see the prevision/weather for +/- 15/30min from now. If I watch the app at 6h40 I can see the intended weather of 7h. But if I watch at 7h01 I don't have the 7h00 prevision anymore.

I'd like the prevision to stay even if the time as passed. For the 7:00 - 10:00 slot, maybe don't remove the 7:00 prevision before 9:00 or 10:00? If you are afraid to not see immediately locate yourself in the day maybe add a vertical red bar which advance with the time of the day ?

sanderbaas commented 5 years ago

I understand what your point is. I will see if there is an easy way to show the current time block as well. It is not showed now, because it is not a forecast anymore and the provider (OpenweatherMap) doesn't provide it in the reponse of the forecast request.