@PXNDA It was suggested with the v2.8 update that anybody running Electron should update to the latest Raspbian version prior to upgrading to v2.8. Have you updated your Raspbian to the latest version?
Read the statement by Michael Teeuw here.
Posts
-
RE: Error code EADDRINUSE
-
RE: Problems with starting pm2 start mm.sh
@Raksasas Exellent. Great it is working now.
-
RE: PM2 MagicMirror - not working
@sdetweil I am just wondering, are the guys running Raspbian updating to the latest version before updating to 2.8? I did the Raspbian update and and then updated the MM to 2.8, did the npm install in all the modules with a package.json and no issues.
-
RE: Error code EADDRINUSE
-
RE: Problems with starting pm2 start mm.sh
-
RE: Temperature MagicMirror (Raspberry)
@Notch Mine runs at between 55 and 65 degrees. I use the MMM-SystemStats module. works fine for me. I am only using a heatsink.
-
RE: MMM-Lunartic
@Mykle1 Thanks. I set it to “animation” and it is working now.
-
RE: config.js help
@DaVinki If you do a
shift + ctrl + iit will open a panel on the right. Scroll up on the Consol and see for any red lines, which would indicate errors. It could also be that there are conflicts with other modules. -
RE: MMM-Lunartic
@cowboysdude That returned the following result:
{"age":19.928838935009,"illumination":72.74035463065,"stage":"waning","DFCOE":403666.04,"DFS":151987757.36,"FM":{"UT":1563313171.7967,"DT":"21:39:31-16 Jul 2019"},"NNM":{"UT":1564629175.4546,"DT":"3:12:55-1 Aug 2019"}} -
RE: MMM-Lunartic
@Mykle1 It says :
This site can’t be reached api.usno.navy.mil’s server IP address could not be found.from South Africa. I guess that it’s restricted somehow. -
RE: config,js beginner
-
RE: MMM-Lunartic
@Mykle1 Thanks for this module. I am having an issue with the module in that the image moon.png is not loading. I can see the following on the Console:

Is there anything I am missing perhaps? My config:
disabled: false, module: 'MMM-Lunartic', position: 'bottom_right', // Best in left, center, or right regions config: { mode: "rotating", // rotating or static image: "current", // animation, current, DayNight or static distance: "km", // miles or km sounds: "yes", // howling wolf, only on a full moon useHeader: "true", // true if you want a header header: "Moon Phase", // Any text you want maxWidth: "300px", animationSpeed: 0, rotateInterval: 15000, } }, -
RE: Blackscreen after update to v.2.8.0
@potts-mike Are there any issues in your config.js? Can you run
npm run config:checkand see if there are errors? -
RE: Blackscreen after update to v.2.8.0
@Blackmirror Hi. Are there any errors in pm2 logs?
-
RE: Opening hours for stores/places thru Google API
@Menturan Thanks for a great module. I had the module working for a two weeks but for the past few days it has stopped working. So, I have been working through the issue and after stopping and starting the mirror I am getting results returned but it is not being sent to the screen. Is there a reason for this?
[09:48:50] - DEBUG - MMM-OpeningHours : Sending to frontend - [{"name":"Makro Store Crown Mines","opening_hours":{"open_now":true,"periods":[{"close":{"day":0,"time":"1400"},"open":{"day":0,"time":"0900"}},{"close":{"day":1,"time":"1730"},"open":{"day":1,"time":"0830"}},{"close":{"day":2,"time":"1730"},"open":{"day":2,"time":"0830"}},{"close":{"day":3,"time":"1730"},"open":{"day":3,"time":"0830"}},{"close":{"day":4,"time":"1730"},"open":{"day":4,"time":"0830"}},{"close":{"day":5,"time":"1730"},"open":{"day":5,"time":"0830"}},{"close":{"day":6,"time":"1600"},"open":{"day":6,"time":"0800"}}],"weekday_text":["Monday: 8:30 AM â 5:30 PM","Tuesday: 8:30 AM â 5:30 PM","Wednesday: 8:30 AM â 5:30 PM","Thursday: 8:30 AM â 5:30 PM","Friday: 8:30 AM â 5:30 PM","Saturday: 8:00 AM â 4:00 PM","Sunday: 9:00 AM â 2:00 PM"]},"place_id":"ChIJl8h2VlIJlR4Rn5311bQlcXQ"},{"name":"Builders Warehouse Glen Eagles","opening_hours":{"open_now":true,"periods":[{"close":{"day":0,"time":"1600"},"open":{"day":0,"time":"0800"}},{"close":{"day":1,"time":"1800"},"open":{"day":1,"time":"0700"}},{"close":{"day":2,"time":"1800"},"open":{"day":2,"time":"0700"}},{"close":{"day":3,"time":"1800"},"open":{"day":3,"time":"0700"}},{"close":{"day":4,"time":"1800"},"open":{"day":4,"time":"0700"}},{"close":{"day":5,"time":"1800"},"open":{"day":5,"time":"0700"}},{"close":{"day":6,"time":"1700"},"open":{"day":6,"time":"0700"}}],"weekday_text":["Monday: 7:00 AM â 6:00 PM","Tuesday: 7:00 AM â 6:00 PM","Wednesday: 7:00 AM â 6:00 PM","Thursday: 7:00 AM â 6:00 PM","Friday: 7:00 AM â 6:00 PM","Saturday: 7:00 AM â 5:00 PM","Sunday: 8:00 AM â 4:00 PM"]},"place_id":"ChIJB0lb_mgPlR4Rje4UAMJnOvY"},null,null] -
RE: Raspberry Pi 4 Released !
@dazza120 I assume we dont need all that cooling power just to run the mirror? :rolling_on_the_floor_laughing:
-
RE: Magic Mirror Update process
@BKeyport From my experience they don’t get touched. I have never had any issues with my mirror or modules after running that command and updating the mirror.
-
RE: Magic Mirror Update process
@BKeyport I simple terms, it gets rid of local changes.
-
RE: Magic Mirror Update process
@BKeyport Does the
git reset --hardnot work for you?