Read the statement by Michael Teeuw here.
EADDRINUSE: address already in use
-
@ebolisa there are no nom commands stop.
u have to hit ctrl-c in the window where u started it or use sudo kill to kill the process running detached
-
@sdetweil Not sure I’m following you. The MM boot is done via the service and it works. Meaning, MM app is booting and the display looks as designed.
What I showed in my last post is the content of the last log file. There’s an error but I don’t know how to interpret it. -
@ebolisa it says therenis no npm stop function
-
@sdetweil Thanks, I’m probably looking into a non existing problem. Will check.
-
@ebolisa if u started it as a service, then u need to stop it as a sevice
you can remove the service and use pm2 to auto start and give u commands to stop
run the fixuppm2 script from my scripts
https://github.com/sdetweil/MagicMirror_scripts
pm2 --help for all the things u can do
-
@sdetweil thank you. That explains my error shown in the first post.
I’m using npm and a service because I used this procedure to install MM https://docs.magicmirror.builders/getting-started/installation.html#manual-installation