Skip to content
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

Closed
minacode opened this issue Jul 16, 2024 · 5 comments
Closed

Weather is incorrect #134

minacode opened this issue Jul 16, 2024 · 5 comments

Comments

@minacode
Copy link

minacode commented Jul 16, 2024

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.

@liamcharger
Copy link
Collaborator

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!

@minacode
Copy link
Author

Thank you for responding so quick and the work you do. I live in Germany, so I guess it's the APIs fault.

@minacode
Copy link
Author

minacode commented Dec 8, 2024

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?

@liamcharger
Copy link
Collaborator

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.

@minacode
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants