-
Notifications
You must be signed in to change notification settings - Fork 36
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
Installed but not showing info #25
Comments
Howdy, could you post a screenshot of the console tab in your browser's Dev tools? |
Sorry I should have asked this in my first comment, if you look in the network tab for /api/weatherdata.php, what's the response back from that? I think it is not liking the json returned from weatherdata.php, which could mean that it is producing an error rather than actual well formed json. |
It was indeed because I didn't edit the API key... Sorry for pointing out something obvious as an issue. Maybe you can comment the docker compose file ('# change this Key or remove it if not necessary') cause the error didn't clearly say why it happened. Status 200 in the log and the console Thanks for you help ! |
Excellent I'm glad you got it working! I think I should update the readme to be clear like you said, also weatherdata PHP should probably return something other than 200. I'll add it to my to-do list 😄 |
Hello, thanks for this new project
Install is fine through Docker, seems to work, but nothing except the background appears
The text was updated successfully, but these errors were encountered: