Read the statement by Michael Teeuw here.
Troubleshooting MagicMirror
-
@oththegentel delete the folder and do the manual method I’m not sure if pm2 start mm work doing it that method, ie when you reboot it I did put the pm2 script in a thread on the site that worked for me, so use the manual method then reboot and see if the mirror comes back online if not look for pm2 restart
If PM2 gives you trouble use https://forum.magicmirror.builders/topic/8987/pm2-error/13 -
@oththegentel your pi up to date? Get all updates for the pi and try again
-
@oththegentel - You can install over top of a busted installation. Any attempts to install dependencies that you already have in place will automatically be intercepted and you’ll see a message saying that there’s nothing to install.
It sure sounds like Node didn’t install correctly. The connection issue is probably on their end (I’m assuming your local network isn’t in the 173.209.xxx.xxx range). This is most likely temporary and once someone notices, they’ll get it back up & running. Keep trying!
-
@dazza120 Perfect thanks a lot man it’s working now.
So the next step, i copied the file /home/pi/MagicMirror/config/config.js.sample to /home/pi/MagicMirror/config/config.js
Do I have to modify the script in config.js or go to inside each folder in modules and customize them? -
@bhepler Thanks for your help, it’s working now. I deleted the folder and installed it with the manual method :thumbs_up:
-
Do I have to modify the script in config.js or go inside each folder in modules and customize them?
-
@oththegentel said in Troubleshooting MagicMirror:
Do I have to modify the script in config.js or go inside each folder in modules and customize them?
You should only make changes to your config.js when adding or removing the modules you want to display. It is not recommended that you modify the module files.
-
@Mykle1 Thank you for your answer.
-
You’re welcome, mate.
You might want to read this simple guide if you are unsure about adding modules to your config.js file.
https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners
-
Is there any way to get an overview when I’m editing the config.js file
I tried a web access to pi’s ip address and port from another computer on the same network but it’s not working even if i specified the ip address of pi in address section and allowed all ip addresses in ipwhitelist section!!