Many thanks!.
That seemed to work so far :) !
Read the statement by Michael Teeuw here.
Posts
-
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 uesThe 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/autostartInside:
@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 :) -
RE: Black Screen --> Update to v2.18.0
Is there a way to fix this, or is the module “broken”?
-
Black Screen --> Update to v2.18.0
Hi All,
Today i tried to update. The second time. Again it fails. Might be my bad!.
Now i’m left again with a black screen and one big error…I can start all over again but maybe this might be fixable.
The error that’s given me is:[15.01.2022 19:56.05.617] [LOG] Starting MagicMirror: v2.18.0 [15.01.2022 19:56.05.640] [LOG] Loading config ... [15.01.2022 19:56.05.654] [LOG] Loading module helpers ... [15.01.2022 19:56.05.662] [LOG] No helper found for module: alert. [15.01.2022 19:56.05.681] [LOG] Initializing new module helper ... [15.01.2022 19:56.05.684] [LOG] Module helper loaded: MMM-NewPIR [15.01.2022 19:56.05.688] [LOG] No helper found for module: clock. [15.01.2022 19:56.06.102] [LOG] Initializing new module helper ... [15.01.2022 19:56.06.107] [LOG] Module helper loaded: calendar [15.01.2022 19:56.06.110] [LOG] No helper found for module: weather. [15.01.2022 19:56.06.245] [LOG] Initializing new module helper ... [15.01.2022 19:56.06.247] [LOG] Module helper loaded: MMM-Bring [15.01.2022 19:56.06.407] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: 'linux-armv7' binaries cannot be used on the 'linux-armvdefault' platform. Please remove the 'node_modules/sharp' directory and run 'npm install' on the 'linux-armvdefault' platform. [15.01.2022 19:56.06.410] [LOG] Loading module helpers ... [15.01.2022 19:56.06.412] [LOG] No helper found for module: alert. [15.01.2022 19:56.06.414] [LOG] Initializing new module helper ... [15.01.2022 19:56.06.415] [LOG] Module helper loaded: MMM-NewPIR [15.01.2022 19:56.06.417] [LOG] No helper found for module: clock. [15.01.2022 19:56.06.421] [LOG] Initializing new module helper ... [15.01.2022 19:56.06.423] [LOG] Module helper loaded: calendar [15.01.2022 19:56.06.427] [LOG] No helper found for module: weather. [15.01.2022 19:56.06.430] [LOG] Initializing new module helper ... [15.01.2022 19:56.06.433] [LOG] Module helper loaded: MMM-Bring [15.01.2022 19:56.06.446] [ERROR] App threw an error during load [15.01.2022 19:56.06.449] [ERROR] Error: 'linux-armv7' binaries cannot be used on the 'linux-armvdefault' platform. Please remove the 'node_modules/sharp' directory and run 'npm install' on the 'linux-armvdefault' platform. at Object.hasVendoredLibvips (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/libvips.js:82:13) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/constructor.js:7:22) at Module._compile (node:internal/modules/cjs/loader:1116:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10) at Module.load (node:internal/modules/cjs/loader:988:32) at Module._load (node:internal/modules/cjs/loader:829:12) at Function.c._load (node:electron/js2c/asar_bundle:5:13331) at Module.require (node:internal/modules/cjs/loader:1012:19) at require (node:internal/modules/cjs/helpers:94:18) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/index.js:3:15) [15.01.2022 19:56.06.452] [ERROR] Whoops! There was an uncaught exception... [15.01.2022 19:56.06.463] [ERROR] Error: 'linux-armv7' binaries cannot be used on the 'linux-armvdefault' platform. Please remove the 'node_modules/sharp' directory and run 'npm install' on the 'linux-armvdefault' platform. at Object.hasVendoredLibvips (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/libvips.js:82:13) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/constructor.js:7:22) at Module._compile (node:internal/modules/cjs/loader:1116:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10) at Module.load (node:internal/modules/cjs/loader:988:32) at Module._load (node:internal/modules/cjs/loader:829:12) at Function.c._load (node:electron/js2c/asar_bundle:5:13331) at Module.require (node:internal/modules/cjs/loader:1012:19) at require (node:internal/modules/cjs/helpers:94:18) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/index.js:3:15) [15.01.2022 19:56.06.470] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? [15.01.2022 19:56.06.472] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues [15.01.2022 19:56.07.163] [LOG] Launching application. [1039:0115/195608.230200:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization [1064:0115/195608.591784:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process. -
MMM-Bring (2 lists)
Hi People,
I’m currently using the module MMM-Bring as a shopping list, and wanted to add a second list for some small reminders.
Does anybody know how to add a second list?.This is my current configuration:
{ module: "MMM-Bring", position: "bottom_right", config: { email: "E-MAIL", password: "PASS", updateInterval: 14, // in Minutes listName: "Boodschappenlijst", // optional showListName: true, activeItemColor: "#000000", //#EE524F latestItemColor: "#4FABA2", showLatestItems: false, maxItems: 0, maxLatestItems: 0, locale: "nl-NL", useKeyboard: false, customHeader: "Boodschappenlijst", // optional listDropdown: false } },My first thought was to add this same config with another “listName” but that confuses the module and shows 2 lists with the same items.
-
RE: Anynet+ HDMI CEC
Weird. I switched back to a Pi3 and it’s working fine now.
Connected it with a HDMI<>HDMI cable to the HDMI Arc port on the TV. The TV instantly popped up with a CEC connected Raspberry.Left it for over a night and just now it perfectly started.
-
RE: Anynet+ HDMI CEC
Thanks for the info.
I’ve setup a Pi3 with CEC and this seems to be working.
Even after a long time the TV turns on. My Samsung also instantly recognized the Pi3 as a CEC device unlike the Pi4. It had some struggle with the new Pi.Could this be a Pi4 related issue?, or just Samsung?.
-
RE: Anynet+ HDMI CEC
You mean 5 in standy of with a blanc screen?.
If that’s the case it’s not worth all the trouble of trying to get CEC to work ;) -
RE: Anynet+ HDMI CEC
So that will be my next option if i can’t get this to work.
Do you switch it completely off at night or do you leave it with a blanc screen 24/7?
You have an estimation of how much power i draws in a day? -
Anynet+ HDMI CEC
Hi all,
I’m running into an issue were i’m curious if others are experiencing this.
I have a Samsung CEC+ compatible TV which in combination with MMM-NewPIR works.The strange thing i’m facing that it works most of the time.
- Countdown from 10 to 0 --> TV goes into standby.
- Motion detected after several minutes --> TV turns on.
When there is like half an hour of no motion i can swing my head in front of the PIR sensor but nothing happens.
The statuslight on the PI defenitly get’s some activity at the moment it gets motion detected.
…I’ve checked al my TV settings and there is no other powersaving mode active… Like none!..
Cheers :)
Maurice -
RE: Go Big ! Samsung TV
I will. But at the moment it’s turned sideways on a bed ;)
The screen res. of this monitor is 1920x1080 which is the same as the monitor i have so there is no extra space. It’s just that my parents can read it :PWhen all is finished and i like it, it might swap it for a 4K monitor to add some more features into it.