@LincolnClay The error indicates the port 8080 is in use. Did you install pm2? If so then Magic Mirror is already started when you run npm start
. Just restart it with pm2 restart mm
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Ruter (for Oslo and Akershus in Norway)
-
RE: .fillText() in a canvas box
Since you’re asking how to see the error message I guess you don’t really know if that line has an error or just don’t do what you thought.
To see errors, open your mirror in a browser and press F12 for developer tools. Look in Console tab.
Syntax of
fillText
: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_text -
RE: MMM-Ruter (for Oslo and Akershus in Norway)
Think I found the “bug” (oversight from my end). New version is now available.
-
RE: Listening to only 127.0.0.1:8080...
It seems that you need to specify an IPv4 “address” in config, like this:
var config = { ipWhitelist: [], address: "0.0.0.0", }
Worked for me…
-
RE: Can somebody with permissions rename my posting bc I have renamed my module...
@KirAsh4 Isn’t it confusing to have multiple announcements about the same module?
Maybe it is because I threat the Modules/ShowCase thread as a “Yellow Pages” for modules – as I guess many do. And now I feel the entry for “my” module is incorrect because I’ve changed name (or need to update something else).
Adding a new entry just adds confusion for the readers…
But - I’m just a user of this fantastic forum so I’ll add a new post. A bit reluctant though… ;-)
-
RE: Motion Detector
I assume too that the behaviour is different between TV’s. On my LG the screen turns blue with a big message of lost signal on HDMI after 10 seconds after the screen turns off. Not so nice - but then again, nobody should be in the room anyway…? ;-)
-
RE: MMM-Ruter (for Oslo and Akershus in Norway)
@open_book Seems you are missing a comma between the stops.
-
RE: SSH startup
@djbenny07 Try to add "DISPLAY=:0’ in front of your command. Do you really need “sudo”?
-
This forum is temporarily unavailable due to excessive load.
Hi
A couple of moth’s ago I started to get this message. No doubt the popularity of MM and it’s forum must have increased substantially!
The question is: what would it take to make room for the increased traffic? Ad’s to paying for more capasity or a way to donate?
Keep up the good work!
-
RE: MMM-Modulebar - A module that adds touch buttons for showing/hiding other modules.
Nice! Now I just need to get an touch mirror… 😊