Many thanks!.
That seemed to work so far :) !
Read the statement by Michael Teeuw here.
Posts made by MDLefevere
-
RE: Newfeed & Bring not updating
-
RE: Newfeed & Bring not updating
Maybe it’s just as it should, but when i give mm.sh a restart, i see what it looks like 3 “mm” processes
-
Newfeed & Bring not updating
Hello :) ,
My MagicMirror has been running smooth for about two months.
Just recently, my Newfeed and Bring module have stopped updating.When i use “pm2 log” i get the following error’s, but only from the Bring module.
/home/pi/.pm2/logs/mm-error.log last 15 lines: 0|mm | [19.06.2022 14:36.21.701] [ERROR] If you think this really is an is sue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/iss ues 0|mm | [19.06.2022 14:50.21.697] [ERROR] Whoops! There was an uncaught exc eption... 0|mm | [19.06.2022 14:50.21.699] [ERROR] TypeError: Cannot read properties of undefined (reading 'locale') 0|mm | at BringClient._init (/home/pi/MagicMirror/modules/MMM-Bring/Br ingClient.js:28:18) 0|mm | at new BringClient (/home/pi/MagicMirror/modules/MMM-Bring/Brin gClient.js:23:14) 0|mm | at Class.initClient (/home/pi/MagicMirror/modules/MMM-Bring/nod e_helper.js:49:23) 0|mm | at Class.getList (/home/pi/MagicMirror/modules/MMM-Bring/node_h elper.js:39:18) 0|mm | at Class.socketNotificationReceived (/home/pi/MagicMirror/modul es/MMM-Bring/node_helper.js:18:22) 0|mm | at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:1 09:11) 0|mm | at Socket.emit (node:events:394:28) 0|mm | at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket .io/dist/typed-events.js:69:22) 0|mm | at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:4 66:39 0|mm | at processTicksAndRejections (node:internal/process/task_queues :78:11) 0|mm | [19.06.2022 14:50.21.702] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|mm | [19.06.2022 14:50.21.704] [ERROR] If you think this really is an is sue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/iss ues
The config i have used for my newsfeed is:
{ module: "newsfeed", position: "middle_center", //of op de lower_third config: { feeds: [ { title: "Nu.nl", url: "https://nu.nl/rss/Algemeen" } ], showSourceTitle: false, showDescription: true, showPublishDate: false, broadcastNewsFeeds: false, broadcastNewsUpdates: false, ignoreOldItems: true, updateInterval: 20000, // 20 seconden ignoreOlderThan: 21600000, // Dit is 6 uur reloadInterval: 780000, // 13 minuten }
What am i missing?
-
RE: MagicMirror Sleep
@sdetweil
No. When i just leave it on the raspbian screen it stays on.
I’m going to think it has something to do with NewPir V3 for my PIR sensor, but don’t know how to rule that out. -
RE: MagicMirror Sleep
@sdetweil
Screen blanking is off.
I also tried to install XScreensaver and disable that. It looked like it worked but a few days later it doesn’t. -
RE: MagicMirror Sleep
Yes. If i move the mouse the screen lights up and i see the mouse. If i then leave it it dissapears and the screen goes black again.
Executed the script with the command. Does is need to show something on screen?. It just goes to the next line:
-
MagicMirror Sleep
Evening All :) ,
Since the day i newly installed my MagicMirror i’m havind a weird issue i can’t explan.
It starts when the screen is on. The motion sensor detects motion and restarts the timer. All fine so far. When the timer runs out (30 minutes ) the screen get’s turned off by HDMI-CEC.
So far so good.
When i walk in front of the sensor some time later, the screen turns as i see the channel notification in the upper corner of the screen. After that it turns black.
It looks like MagicMirror is in some kind a sleep mode or something. I disabled screensaver etc.
sudo nano /etc/xdg/lxsession/LXDE/autostart
Inside:
@lxpanel --profile LXDE @pcmanfm --desktop --profile LXDE @xscreensaver -no-splash @xset s off # don't activate screensaver @xset -dpms # disable DPMS (Energy Star) features. @xset s noblank # don't blank the video device
-
RE: Black Screen --> Update to v2.18.0
@sdetweil
My bad. Got it. It was there all the time, but the folder was just not showing :) -
RE: Black Screen --> Update to v2.18.0
@sdetweil
Saw that ;). But there are 100 people all telling a different command :). You know the correct one for v2.17.1? -
RE: Black Screen --> Update to v2.18.0
@sdetweil
Do you know of a way to git clone a specific version of MagicMirror. It’s easier to roll-back i quess and wait for it to be fixed :)