-
Notifications
You must be signed in to change notification settings - Fork 1
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
KMB api option not working? #6
Comments
I think log would be useful. But before that I think there are several ways to troubleshoot
If this doesn't work, then you may need to upgrade MagicMirror and try again. |
BTW let me explain a bit more on getting the
Hope this helps |
Hi @winstonma , thanks a lot for the reply. I did followed the instructions of putting the options and taking the station code. Let me capture you the code later today. For log capturing, which log should I observe to help find the error? |
By the way did you upgrade MagicMirror to the latest version? For log capturing I think it would be very interesting. First of all you need to run the server mode. According to the last step of the MagicMirror Manual Installation, you need to run the following command in terminal npm run server . At the end of the command you will see a browser url (normally Next, you need to Open Google Chrome, then open DevTool console (using hotkey Ctrl + Shift + J or Cmd + Option + J), next you paste the url on the url bar and then press enter. And see if there are some weird log in Chrome. Also the terminal log would be useful too. |
I have just check that my MagicMirror is up to date. My config.js looks like this:
I guess it looks normal? I also used the config check function and no syntax error is found here. |
I also captured the logs from pm2 logs:
I don't really find module related errors. |
Check the log on your terminal |
@winstonma Magically, after I changed the config.js address to 0.0.0.0, it starts popping up information. Thanks for all the help! |
I am trying to add the module using the KMB API for bus ETA. The magic mirror loads up but the bus ETA part keep loading without output. Am I missing anything? Any log I should capture for debugging?
Thanks in advance!
The text was updated successfully, but these errors were encountered: