Skip to content
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

wrong weather template that does not report any forecast #11

Open
DuduNord opened this issue Mar 20, 2020 · 4 comments
Open

wrong weather template that does not report any forecast #11

DuduNord opened this issue Mar 20, 2020 · 4 comments

Comments

@DuduNord
Copy link

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']

@Sispheor
Copy link
Member

This is correct. Feel free to send a PR to update the doc.

@dataminer-x
Copy link

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.

@Sispheor
Copy link
Member

Yep. We haven't changed the doc. But I'm still wondering if the api change when summer/winter time.

@DuduNord
Copy link
Author

maybe we can change the template to "read the available hour" and update the request..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants