-
Notifications
You must be signed in to change notification settings - Fork 23
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
Weather is incorrect #134
Comments
Hi @minacode! The weather is fetched using NWS (if you're in the US) and the WeatherAPI API anywhere else. I've been hearing reports of incorrect weather (especially weather from WeatherAPI), so I may end up switching to WeatherKit, which would fetch data from Apple and should be correct. So in summary, this is an issue with the weather providers, not InfiniLink. I'll look into possibly switching to WeatherKit, though, so thank you for reporting this! |
Thank you for responding so quick and the work you do. I live in Germany, so I guess it's the APIs fault. |
A little update on this: seems like I had a wrong location setting, because it does work now. But I only get one day off data. Is this to be expected from the current implementation? |
No, it's not... I can't really do anything about it in the version you're running since it's WeatherAPI's fault, but I have implemented WeatherKit in another branch, which will be available when I'm finished with the rest of its features. |
Thank you! |
Apples Weather app says it's 26 degrees (which is probably true), but InfiniLink and the watch show 17 degrees (which is not true).
All software should be up to date. I am running my own branch which adds a calculator on top of the current main of InfiniTime, but that should not interfere which the weather.
The text was updated successfully, but these errors were encountered: