Hi,
I encountered a problem that was already mentioned in this post:
https://forum.magicmirror.builders/topic/7183/mm-not-loading-on-startup-or-manually
But because this thread is unsolved and the last answer is more than 11 Months old I would like to try asking again for answers in this thread.
I am currently setting my RasPi 3 B up from start.
I downloaded the newest Raspbian with Desktop, installed and updated it and ran the one-line-command provided on the homepage.
While installing I got 29 “vulnerabilities” which I solved with this “npm audit” and the recommended commands (somehow it threw these vulnerabilities stuff two times and as far as i understand the audit command only solved the vulnerabilities mentioned the second time).
But now when trying to start the MagicMirror it tells me, there is an ELIFECYCLE error, probably not a problem with npm (see command prompt output).
pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 npm start
> magicmirror@2.7.1 start /home/pi/MagicMirror
> sh run-start.sh
run-start.sh: 1: run-start.sh: ����������������������������������������������������������������������������������������������������������������������������������������������: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! magicmirror@2.7.1 start: `sh run-start.sh`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the magicmirror@2.7.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/2019-04-14T07_20_07_609Z-debug.log
As you might notice there is a log created, but somehow the files in this directory change every few seconds so I didn’t manage to attach it. If you could tell me how to get the log I’ll be happy to upload it in this thread!
I already tried running “DISPLAY:=0 npm start” and “npm start” all with the same result. Furthermore I also tried “npm rebuild” without success.
I am very thankful for every answer and appreciate your effort!
Kind regards,
MrKnight230