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
hello.
I think that there is an error in the template example. OpenWeather does report some weather (listed in the debug mode) but the template is testing << tuesday['weather_status'] >> It should be tuesday['07:00']['weather_status']
The text was updated successfully, but these errors were encountered:
Actually, I can't get a response using this template, even with the "if" statement change. It pulls the data, but the message is empty. It looks like the times have changed in the data, for example, there is no '07:00' anymore, it's '08:00'. Even with those updates, if there's no data, it should report "I'm sorry, there is no forecast for..." but it just returns an empty message.
hello.
I think that there is an error in the template example. OpenWeather does report some weather (listed in the debug mode) but the template is testing << tuesday['weather_status'] >> It should be tuesday['07:00']['weather_status']
The text was updated successfully, but these errors were encountered: