iinsertNameHere / catnap

A highly customizable systemfetch written in nim
https://catnap-fetch.xyz
MIT License
174 stars 10 forks source link

[Change]: Weather cache refresh #122

Closed adjxst closed 4 months ago

adjxst commented 4 months ago

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.