A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Updated to MM v2.6.0 now all I get is only a black Electron screen...
-
@sdetweil doh how could I not think about it lol! :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:
Thanks working now!
-
@cr4z33 great!.. can u mark your problem as closed…
-
@sdetweil done.
-
In case someone else has this problem, instead of rebooting just run the following in your terminal:
kill -9 $(lsof -t -i :8080)
That’ll kill the current process on port 8080.
-
or kill all node related
ps -ef | grep node | awk '{print $2}' | xargs kill -9