I was able to figure it out. following link did help me
https://forum.magicmirror.builders/topic/8612/viewing-mirror-from-browser/3
I was able to figure it out. following link did help me
https://forum.magicmirror.builders/topic/8612/viewing-mirror-from-browser/3
Cold you please post the command you use after installing xscreensaver
I was able to figure it out. following link did help me
https://forum.magicmirror.builders/topic/8612/viewing-mirror-from-browser/3
Hello,
i am trying to debug a module which i am working on and debugging on raspi is pain. is it possible to access on my dev machine which is windows 10 PC.
I tried http://Raspi-IP:8080 but i get connection refused messgae
I am running “npm start dev” to run the mm in dev mode
Thanks for replying. I just did it on full version on raspbian stretch. Installer went fine. I also pressed y when it asked for installing pm2
now after i reboot the pi, MagicMirror splash screen comes but i boot into the desktop
when i ran npm start dev , i can see modules working.
if i try to run pm2 log, i get error
-bash: pm2: command not found
What am i doing wrong in here?
Hello,
I installed Magic Mirror on RasPi 2 with stretch Lite via SSH. I used the installer command
bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”
the installation went smooth and fast.
but after rebooting i am seeing the console with pi logged in. THe MM doesnt start.
I SSed into pi and from MM directory gave command DISPLAY=:0 npm start
this give mefollowing error. could any one guide please
Error
pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 npm start
magicmirror@2.4.1 start /home/pi/MagicMirror
sh run-start.sh
/home/pi/MagicMirror/node_modules/electron/dist/electron: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! magicmirror@2.4.1 start: sh run-start.sh
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the magicmirror@2.4.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2018-09-09T12_04_18_212Z-debug.log
pi@raspberrypi:~/MagicMirror $
How did you upgrade Node ?
Hello,
I tried running the instructions provided in the guide and I get stuck on running npm install . The error occurs when trying to download electron package. how did you all proceed.
I am running rasbian Stretch lite
Thanks
I followed your document line by line while sshing into the pi but after step 5 i get message
“Sorry, your Raspberry Pi is not supported.
Please run MagicMirror on a Raspberry Pi 2 or 3.
If this is a Pi Zero, you are in the same boat as the original Raspberry Pi. You must run in server only mode.”
How to go ahead of this ?