Replies: 1 comment 3 replies
-
The default configuration of the refresh rate is 2 minutes, so per day (24 hours) it should call their API 720 times (24 * 60 / 2), which is within the limit of 1000 requests per day. I have discovered recently (thanks to several issues) that if you have two or more screens, and define the widget in the Could you please check if it's the case. BTW, this is very valuable feedback, thank you! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This week I received an email by OpenWeatherMap informing me about hitting the limit of 1.000 requests/day.
I'm using the weather widget as-is up until now. They shared a screenshot of the stats and it appears to be most the times within range.
However, in order to track the usage, I was told to implement a counter on my end (help welcome. I'm willing to PR if there's interest, but I don't know where to start).
Now my laptop is often either on (with me working on it) or turned off entirely. I have a few occassions, where I simply lock it - sometimes for days (no, I don't want to hibernate or suspend). When I unlock it, I can observe a high CPU load (thanks to the CPU widget).
I could imagine, that it also yields a burst to their API endpoint.
In order to have data at hand, I would like to get some starting points.
Am I the only one with this issue?
Beta Was this translation helpful? Give feedback.
All reactions