You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that if I configure DatWeatherDoe with my zipcode e.g. 10021,us then it successfully retreives the conditions for the menubar, but choosing See Full Weather results in a browser URL of https://openweathermap.org/city/0 which is invalid.
I don't really see anything in the openweather API to map zip codes to city IDs or names, so maybe in lieu of that, adding a config field for manually inputting cityId and then using that here would be a workaround?
The text was updated successfully, but these errors were encountered:
It appears that the OpenWeatherMap API returns a city code of 0 every time we get current weather data using zip code. I have filed a support ticket with them. I will post an update here if and when I hear back from them.
I noticed that if I configure DatWeatherDoe with my zipcode e.g.
10021,us
then it successfully retreives the conditions for the menubar, but choosing See Full Weather results in a browser URL of https://openweathermap.org/city/0 which is invalid.I don't really see anything in the openweather API to map zip codes to city IDs or names, so maybe in lieu of that, adding a config field for manually inputting
cityId
and then using that here would be a workaround?The text was updated successfully, but these errors were encountered: