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=100then
pm2 stop allthen
# clear logs pm2 flush pm2 start 0also you can check the config from the commandline
cd ~/MagicMirror npm run config:check -
P Periz has marked this topic as solved on
-
@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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login