-
Notifications
You must be signed in to change notification settings - Fork 11
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
Hourly forecast misses the condition #55
Comments
The API does not send the condition, very sorry.
We use API URL If you can find another API URL , please reopen with the necessary info. |
We have found a different URL that provides the condition and the precipitation probability (for every three hours under https://app-prod-ws.meteoswiss-app.ch/v1/plzDetail?plz=390000 Sample data attached: This is now a viable new feature that can be implemented. PRs against |
The hourly forecast introduction is great but it misses the current condition, it provides
temp high, temp low and precipitation, but it misses the condition.
In contrast, the met.no forecast provides that plus additional attributes
Whilst
wind_bearing
,cloud_coverage
andhumidity
are probably not offered by Meteo Schweiz, I would highly assume the currentcondition
attribute itself would be offered by the API?The text was updated successfully, but these errors were encountered: