Read the statement by Michael Teeuw here.
Problems restarting MagicMirror (Port 8080 in use ...)
-
@ostfilinchen What pm2 version are using?. There are other process to start control of MagicMirror?
Please, send some log lines of pm2 and what show you
pm2 status
-
@roramirez i think the Problem is the pm2. My in Memory Version is 2.0.19 and my local Version is 2.3.0.
if i do pm2 update it updates the Version, but if i restart the pi, i have 2 Versions again.
-
@ostfilinchen So stranger. What is for you memory version?
Note: The last stable release of pm2 is 2.2.1.
I recomend use the last version stable. In my case, the 2.1.5, work fine the restart action.
-
@roramirez thanks for the Information. how can i update to 2.1.5?
-
@ostfilinchen by npm
sudo npm install -g pm2@2.1.5
First remove previous version installed
https://docs.npmjs.com/cli/uninstall -
@roramirez i’ve done this and have a look on the restartprocess in the next time. thanks a lot.