A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
mm watching disabled?
-
Hello everyone,
I am experiencing an issue where my mm is no longer displayed. I am unable to identify the error at this time. I would appreciate another pair of eyes to take a look at it.
-
@Periz you cannot have the SAME port being used by multiple apps
you have 3 instances running, probably ALL trying to use port:8080
(as defined in config.js, a few lines above what you displayed)so,
pm2 logs --lines=100
then
pm2 stop all
then
# clear logs pm2 flush pm2 start 0
also you can check the config from the commandline
cd ~/MagicMirror npm run config:check
-
-
@sdetweil Thank you for the fast answer!!
-
@Periz another thing I didnt mention that could lead you from the pm2 status output
The column Uptime tells you how long the app has been running
0 is a bad sign
The column to the right of Uptime
Shows the count of restarts for the app
large numbers are not good