Read the statement by Michael Teeuw here.
NPM start, starts but with blank screen
-
@natebrown once it is installed. on next boot mm will start. if it fails pm2 will restart it. if you ctrl-q, pm2 will restart it.
minimize and use the pm2 command to stop, start, restart, view logs…
see pm2 --help
-
@natebrown and turn off your sh script, else u will have two starting
-
@sdetweil how do i turn it off? ive just statted up my pi and magicmirror hasnt started.
-
@natebrown pm2 stop 0
pm2 delete 0
pm2 save -
@natebrown pm2 logs --lines=50
-
@sdetweil said in NPM start, starts but with blank screen:
pm2 stop 0
pm2 delete 0
pm2 saveoh ok thanks. im also still getting the splashscreen on boot
-
@natebrown there is a step during scripted install to add the mm splash screen.
-
@sdetweil oh.now ive installed your scripts but now the autostart is not working, I’ve deleted all the pm2 things and it is still not working.
-
@natebrown u don’t install my scripts. u use the scripts to do the different tasks
each command is a cut and paste to execute.