Read the statement by Michael Teeuw here.
MM2 not loading text
-
Did the IP change by chance? Check to see if IP is static and ssh into pi that way.
-
@swvalenti how do i check?
-
@beth check your router to see if the system has a reserved address
u can find its address with
ifconfig command in a terminal windowethxx is ethernet wired
wlanxx is wireless lan -
@Beth what Sam said
-
UPDATE: there is a command window that papers on the boot up screen it does not leave i connected keyboard/mouse to it and can enter commands like a terminal window although pm2start will not work and npm start gives the following err (note i copied this by hand so there may be slight imperfections)
npm ERR! code ENOENT
npm ERR! sysca11 open
npm ERR! path /home/pi/package . json
npm ERR! errno -2
npm ERR! enoent no such file or directory, open ‘/home/pi/package . jason’
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent -
@beth said in MM2 not loading text:
/home/pi/
u are not in the MagicMirror folder for npm start
and its pm2 start (notice the space)
pm2 status will show u the pm2 currently managed apps
-
@sdetweil i did that and it gave me the following err:
[PM2] spawning PM2 daemon with pm2 _home=/home/pi.pm2
[PM2] PM2 successfully daemonized
[PM2] [ERROR] Script not found: /home/pi/MagicMirror/mm.sh -
@beth said in MM2 not loading text:
: /home/pi/MagicMirror/mm.sh
ok, you used some old instructions, cause the file was moved to the installers folder a long time ago…
pm2 status
pm2 delete xx
where xx is the number of the line in the status (usually 0)
or the name in the linepm2 save
then use my script to fixup pm2
see https://github.com/sdetweil/MagicMirror_scriptsthe last command listed, fixuppm2.sh is the one u want to copy/paste to your terminal window
-
@sdetweil how do i use your script?
-
@beth said in MM2 not loading text:
how do i use your script?
it says
fixuppm2.sh, cut/paste this line into the terminal window on your device