@paviro See the replay in the other topic. It seems it has something to do with the module.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-PIR-Sensor restart problem
-
RE: MMM-PIR-Sensor restart problem
@trividar
pm2 stop mmcheck if it’s running
pm2 listNo instances should be running at that point. then start the MM using
npm startfrom your MagicMirror folder from a terminal running on your PI (so not via SSH) -
RE: MMM-PIR-Sensor restart problem
It somehow probably starts multiple instances. Disable the auto start and try to get it working manually first.
-
RE: MMM-PIR-Sensor restart problem
EADDRINUSE:::8080means there is already an app running on port 8080. Probably the app itself which you already started once. If you can’t figure out how to quit it, simply restart your Pi. This should solve it. -
RE: MagicMirror not displaying after completion
@MagicCrumps1 No worries. Not your fault. Just funny to see others post guides on how to run this project.
I suggest you reinstall jessie and run the MagicMirror² installer.
-
RE: MagicMirror not displaying after completion
@MagicCrumps1 Lol… thats not even the official site. Didn’t even know that site existed.
Just check http://magicmirror.builders - It displays the installation guide.
-
RE: Frameless Magic Mirror
You shouldn’t have told about that bad film. I would have thought it was just wet… haha
-
RE: Monthly Calendar View
Could you try a version where the active day is black text on a white background? So a little white square with a black number in it? Preferably with rounded corners. (Radius 1 or 2).
-
RE: MagicMirror not displaying after completion
What steps did you take? It looks like you took the steps of the old version.
-
I'm back!
Hi All!
Maybe a bit unusual to open a topic for announcements like this, but I wanted to let you know I just got back from a delightful holiday (which I didn’t announce because I didn’t want to give burgers a head start for stealing my MagicMirror).
Because I was away, the updates and handling of PR was a bit slow.
Next few days I will try to respond on all open issues.
Glad to be back. Missed you guys! :laughing:
-
RE: Hide Module (not deleting if from the config.js)
also, you could just comment out the
positionpart (I think). -
RE: First start from the mirror does not work
Maybe I’m missing something here, but it seems you try to run
npm startfrom a remote shell. That does not work since it doesn’t know on which screen to start. Try:DISPLAY=:0 npm start -
RE: Face Recognition with inferred light
module.data.classesshould contain the classes set in your config file. (If I remember correctly.) -
RE: Calendar Module - Unable to load Facebook Birthdays
@KirAsh4 Just got back from my holiday. Almost ready to merge your PR. One small issue: see GitHub.
-
RE: Monthly Calendar View
A bit late to the party thanks to a delightful holiday, but I must say: nice work on the calendar.
One small suggestion: change the green color to an inverted black and white digit. I prefer the MM to be fully B&W. -
RE: Calendar modification
@aarinsingh Could you copy paste your config including the maximumNumberOfDays (so I can try to find what you’re doing wrong). Don’t forget to remove sensitive data.