-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong temperature in weather widget #328
Comments
I'll look into it soon :) |
I think it has to do with how often the widget updates. In the settings you can set your own interval and then the data will be more accurate. @azinsharaf, please let me know if this doesn't help. |
hmm, let me check it multiple times and compare the temps. The difference was a lot when i checked it before.
|
I tested it again after 5 hours. The interval is 5 seconds but the temperature difference is 3 F. |
I look at the widget, but so far I see that the api is being polled stably. Response from weather api is correct. I made a mock that generated random weather every time and set the update interval to 1000ms. The weather changed right. Tell me, do you have the actual code in the widget from the master branch? And tell me, are you having problems accessing wttr.in api? |
Thank you @azinsharaf for these details and @mdwitr0 for your help! I've just pushed on master in f0845dc some changes in the weather widget's getter function because it was a bit messy but I don't think this will solve your issue. Please let me know if you see any improvements anyway. As of now I couldn't reproduce your issue as the data displayed in the widget was matching the output of wttr.in in the browser. I'll try to look into it again soon hoping to correct this issue. :) |
Thanks @Jean-Tinland |
Hi @azinsharaf sorry for my really late response, I'm using either I haven't been able to fix this issue for now but I think It has something to do with the weather widget being stuck to an anterior state and not taking new data in account. I'll keep digging as I have been working on this project again recently :) |
similar to issue #150, the weather widget doesn't show the correct temperature. Have you got it fixed yet?
The text was updated successfully, but these errors were encountered: