Read the statement by Michael Teeuw here.
Failed at the magicmirror@2.2.2 start script 'sh-run-start.sh'
-
@cruunnerr From when sudo is a bad thing? I’ll try now
-
@cruunnerr after an auto install without sudo, made it work starting the installation of electron for the 2nd time in it’s folder. Now everything runs smooth if i give him commands but 1:
-server only does not work, i can’t access it remotely
-pm2 start does not work, the display goes all black but no module is loaded, it stays black. I tried with both my old config and the example config
-maybe local launch does not work too? i have no idea since it’s really hard to connect a mouse and keyboard. If i use a VNC can i start it with npm start only?
any idea? -
@L_i_v_e said in Failed at the magicmirror@2.2.2 start script ‘sh-run-start.sh’:
If i use a VNC can i start it with npm start only?
Yes.
Since i started my project a few weeks/month ago i have had some trouble, too. But it was all about my inexperience. So at this point im out at all, sorry.
Hope someone can help you.
But if i said before: Reading the many tutorials and do it like it’s written there brought me to the goal.
Only difference to you was, that i was using the early magic mirror versions.
Maybe u should give it a last try with Version 2.1.3 and updating later or hoping that there are other guys who can help you. :( -
I too have the same problems. In another thread started a few days ago because I have the same issues.
Started with Stretch, then went back to an old Jessie Lite version.
I have done the automatic install, the manual install, as root and not as root.
All fail at the same place. I currently have 5 MM running on PI3, then the update came and tried on one device when it crashed. I will not touch the others until this is resolved.
If someone fixes this can they post the steps they used and a link to the image that they used as well.
This is getting very frustrating. All my mirrors went together in a matter of an hour or so with no problems. Setting the modules and css is another thing though.
Any help is very much appreciated.
carltonb -
Because i am very interested why there are so much problems i will install a complete new Raspbian and MagicMirror. Let me try, i will report soon
-
Please let me know. If you make It work could you share It as an ISO ti flash? Would be so good
-
I too am keeping abreast of this. I have had 5 installs that went so well that after the update, I can not get it installed.
Are we the only ones having problems.
Do the install directions need to be changed. Luckily I have backed up every sd card so I am safe, but need to figure out if I do anything to them now (besides the MM upgrade) will they crash. -
I think i figured out what went wrong ;)
i set up a new raspbian (Desktop Version) and could install the MagicMirro without any issues.
IMPORTANT:
while the installation of MagicMirror (automatic installer) u will see this:
Cloning MagicMirror Done! Installing dependencies ... npm WARN deprecated coffee-script@1.10.0: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN prefer global coffee-script@1.10.0 should be installed with -g npm WARN prefer global jsonlint@1.6.2 should be installed with -g > uws@0.14.5 install /home/pi/MagicMirror/node_modules/uws > node-gyp rebuild > build_log.txt 2>&1 || exit 0
When u arrived this, it seems the installation is done. But wrong! just wait. it will take some time even if there is no cursor blinking.
Just wait and you will see some more installation steps:
Wait again:
wait again ^^ and u will be asked if u want to use pm2. say YES! :
Finally u will see this:
And after a few seconds the magic mirror will start automatically and u can enjoy :D
Edit:
so just to get sure, here are the quick steps i did:-
loaded the newest raspbian stretch with desktop from here
-
copy to SD card with ApplePi-Baker
-
put an empty file named “ssh” on the boot directory to enable ssh
-
start the pi
-
via ssh
sudo raspi-config
set up some configurations like Network-Name, Screen resolution, enabled VNC, expand filesystem etc. -
reboot
-
sudo apt-get update ; sudo apt-get upgrade
this will take a while -
sudo rpi-update
this will take a while, too -
reboot
-
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
Then just wait! ;)
-
-
@cruunnerr said in Failed at the magicmirror@2.2.2 start script ‘sh-run-start.sh’:
VNC
No NPM install or other necessary pi setup as listed on the site at Configuring the Raspberry Pi?
-
@carltonb said in Failed at the magicmirror@2.2.2 start script ‘sh-run-start.sh’:
Configuring the Raspberry Pi
Oh sorry, i enabled display rotate in the config. And to disable the screensaver i used
sudo apt get install xscreensaver
, then via VNC on the Desktop move to the upper left corner (the raspberry button) and go to Preference -> Screensaver and disable it.
Maybe usesudo apt-get install unclutter
to hide mouse.I just set it up to proof, if there are any issues ^^ So this was a quick install “guide”
But yes, there is no extra npm install or something like that necessary.
VNC can be enabled with raspi-configedit:
oh, and keep in mind that u have to set pm2 to automatically start at reboot.maybe after the first restart after installation finished there is no automatically startet MagicMirror.
https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror