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
Currently there is not distinguishing between cloudy and partly cloudy, the script uses the cloudy icon for any weather report with the word cloud in it, even if there are few clouds.
The text was updated successfully, but these errors were encountered:
could you compile a list of the other strings you get with "cloudy" in them? Please give an example what the 'weather report' looks like, so i get an idea how to fix this.
Thanks for your response! I went ahead and looked into openweathermap api a bit more, and discovered all of the possible condition codes that can be returned as well as a list of available icons provided by openweathermap. You can check out the list here. It may allow for easier development as well using the condition codes rather than parsing the text from the response :)
Currently there is not distinguishing between cloudy and partly cloudy, the script uses the cloudy icon for any weather report with the word cloud in it, even if there are few clouds.
The text was updated successfully, but these errors were encountered: