-
Notifications
You must be signed in to change notification settings - Fork 10
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
Module keeps "Loading" forever #1
Comments
I think I found the problem: getting values from another server than the mirror server is not allowed. The "same-origin-policy" of JavaScript does not permit to call other servers. So at the moment, it is not really possible to use the module. I will try to change it to use a node helper for getting the data, but I can't tell you, when it will be ready. |
Have you see this one: https://github.com/Eunanibus/MMM-HTTPRequestDisplay |
I looked at MMM-HTTPRequestDisplay, but I think, it must have the same problem with foreign remote URLs. I just added a node_helper.js to my module. Could you please try again? |
Git Pull, reboot and IT WORKS! |
The configured URL resolves correctly using curl and gives back the required info (temperatur from an aquarium).
The text was updated successfully, but these errors were encountered: