You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
I am using this app in a way that it's always open to display the weather. Having it automatically update as time passes would be very convenient.
Describe the solution you'd like
Automatically refresh the weather data every N minutes depending on config (or never). This should probably not be available until you've entered a custom api key.
Additional context @mhmdanas seemed to show support for this in #275, and as long as this has a "never" option, it shouldn't affect those who only want manual polling.
The free tier of openweathermap offers a API limit of 1000 requests/day, which is enough to refresh the weather every 2 minutes and still have 280 requests left over, so that would be a comfortable maximum for the free tier. (You could do every 1.5 minutes also, but then barely have any left over, and 2 minutes is MORE than enough anyways)
Is your feature request related to a problem? Please describe.
I am using this app in a way that it's always open to display the weather. Having it automatically update as time passes would be very convenient.
Describe the solution you'd like
Automatically refresh the weather data every N minutes depending on config (or never). This should probably not be available until you've entered a custom api key.
Additional context
@mhmdanas seemed to show support for this in #275, and as long as this has a "never" option, it shouldn't affect those who only want manual polling.
The free tier of openweathermap offers a API limit of 1000 requests/day, which is enough to refresh the weather every 2 minutes and still have 280 requests left over, so that would be a comfortable maximum for the free tier. (You could do every 1.5 minutes also, but then barely have any left over, and 2 minutes is MORE than enough anyways)