We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I’m using openweathermap and noticing the rain accessory is reporting rain when there isn’t any.
When I check openweathermap it does not report rain for the same location.
Which specific API is is used ? Not sure if I have a configuration problem or this is a bug.
Here is my config
{ "platform": "WeatherPlus", "units": "us", "interval": 5, "stations": [ { "nameNow": "Now", "service": "openweathermap", "key": "", "locationGeo": [ 37.35, -121.96 ], "language": "en", "compatibility": "eve", "forecast": [ 0 ], "conditionCategory": "detailed", "now": true, "extraHumidity": false, "hidden": [ "Air Pressure", "Observation Station", "Observation Time", "Snow" ], "tresholdCloudCover": 30, "tresholdUvIndex": 5, "tresholdWindSpeed": 10 } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I’m using openweathermap and noticing the rain accessory is reporting rain when there isn’t any.
When I check openweathermap it does not report rain for the same location.
Which specific API is is used ? Not sure if I have a configuration problem or this is a bug.
Here is my config
The text was updated successfully, but these errors were encountered: