Is your change request related to a problem? Please describe:
The weather information appears to be cached but is not being refreshed. This results in outdated weather conditions being displayed.
Describe what you want to change:
Implement a mechanism to periodically refresh the weather cache. Alternatively, consider dynamically resetting the cache based on the time of day compared to the last data fetch.
Additional context:
Ideally, the refresh interval should be configurable through the settings. It may be possible to increase speed by not resetting the location data or other redundant information.
Is your change request related to a problem? Please describe:
The weather information appears to be cached but is not being refreshed. This results in outdated weather conditions being displayed.
Describe what you want to change:
Implement a mechanism to periodically refresh the weather cache. Alternatively, consider dynamically resetting the cache based on the time of day compared to the last data fetch.
Additional context:
Ideally, the refresh interval should be configurable through the settings. It may be possible to increase speed by not resetting the location data or other redundant information.