@sdetweil Initially no such file or directory response so I removed the two sudo rm -r lines and ran again. Looked to complete successfully.
Rebooted.
Same state - mirror doesn’t start, pm2 commands not found.
Read the statement by Michael Teeuw here.
Posts
-
RE: `GLIBCXX_3.4.26' not found (required by node)
-
RE: `GLIBCXX_3.4.26' not found (required by node)
@sdetweil Your upgrade-script.sh yes, with force.
pi@magicmirror:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: busterpi@magicmirror:~ $ uname -a
Linux magicmirror 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/LinuxNo install.log in my home directory, sorry…
-
RE: `GLIBCXX_3.4.26' not found (required by node)
@sdetweil Progress, thank you. After purging and removing those files, I ran the install script. It completes, but during the npm install step I notice:
E: Unable to correct problems, you have held broken packages. node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)The script completes (but doesn’t give a npm version number, interestingly). I rebooted the pi and the mirror doesn’t start and pm2 command is not found.
-
RE: `GLIBCXX_3.4.26' not found (required by node)
@sdetweil Unfortunately not. After reboot 2 electron processes preventing the upgrade-script from completing and pm2 commands fail without GLIBCXX version.
Appreciate the support here.
-
RE: `GLIBCXX_3.4.26' not found (required by node)
@sdetweil Ah but any pm2 command gives me the error `GLIBCXX_3.4.26’ not found I originally mentioned.
-
RE: `GLIBCXX_3.4.26' not found (required by node)
@sdetweil Thank you. It currently can’t upgrade as I have 2 electron node processes running. killall node and the processes start again with a different PID. Can’t seem to stop electron!
-
RE: `GLIBCXX_3.4.26' not found (required by node)
@sdetweil Thanks. What do you mean with force instead of apply?
-
RE: `GLIBCXX_3.4.26' not found (required by node)
@sdetweil said in `GLIBCXX_3.4.26' not found (required by node):
with force instead of apply
Thanks. What do you mean with force, instead of apply?
-
`GLIBCXX_3.4.26' not found (required by node)
Hi all.
Just updated my MM and saw that I was running on an ancient version of node/npm. Upgraded those and I’m currently seeing the following error:
node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)Running on raspberry pi, raspbian v10 buster.
Latest version of MM.
Node v 18.18.0
npm v9.8.1Zero results when I search for GLIBCXX on the forum :worried_face: Any tips?
Thanks
-
RE: Suunto fitness data
@alfi153 ever get anywhere with this?
Suspect it isn’t possible directly, but there might be an intermediary integration that could provide the data… -
RE: Met Office with Default Weather Module
cancel… the ukmetofficedatahub instructions here work fine. Didn’t realise there was the new datahub.
-
RE: Met Office with Default Weather Module
@mrjack did you ever get this working? Getting the same here in 2023…
-
UK Trains module
MMM-UKNationalRail module is no longer supported by the developer. Recently the transportapi.com provider limited the free plan to just 30 calls per day, which quickly runs out with a (almost) live departures board.
-
RE: MMM-BingRouting - using Bing Maps API for transport
Any progress with this?
-
RE: MMM-UKNationalRail - Rail departure info for specific UK Railway stations
Looks like transportAPI.com has changed their free tier to just 30 calls per day. This module (for me) seems to have used almost 300 per day previously.
Also it doesn’t look like the module is maintained by the developer anymore. -
RE: MMM-UKNationalRail - Rail departure info for specific UK Railway stations
Getting emails from transportapi.com saying I’m over my call limit. Anyone else?
-
RE: MMM-MercedesMe
@ashishtank my vehicle is electric, so I didn’t include that in the config as it’s the default.
I just tried addingvehicleType: 'Electric'but nothing changed.
Any advice on logs I can check? I feel a bit unhelpful here… :)
Matt
-
RE: MMM-MercedesMe
@ashishtank ran command (added 47 packages), reloaded MM, same issue :(
Appreciate the help
-
RE: MMM-MercedesMe
Hello.
Lovely looking module. Having some trouble with mine. The single dial displays, but doesn’t seem to have pulled any data from Mercedes. I did not ever get an authenticate option after installing…

Did pm2 restart mm and then watched pm2 logs… only thing relevant I could see was:
0|mm | [24.11.2021 13:58.46.575] [ERROR] 0|mm | Whoops! There was an uncaught exception... 0|mm | [24.11.2021 13:58.46.583] [ERROR] 0|mm | TypeError: Cannot read property 'toLowerCase' of undefined 0|mm | at Class.getVehicleDataUrl (/home/pi/MagicMirror/modules/MMM-MercedesMe/node_helper.js:146:32) 0|mm | at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-MercedesMe/node_helper.js:106:25) 0|mm | at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:112:11) 0|mm | at Socket.emit (events.js:210:5) 0|mm | at Socket.onevent (/home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:253:20) 0|mm | at Socket.socket.onevent (/home/pi/MagicMirror/js/node_helper.js:105:13) 0|mm | at Socket._onpacket (/home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:216:22) 0|mm | at /home/pi/MagicMirror/node_modules/socket.io/dist/client.js:205:28 0|mm | at processTicksAndRejections (internal/process/task_queues.js:75:11) 0|mm | [24.11.2021 13:58.46.588] [ERROR] 0|mm | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|mm | [24.11.2021 13:58.46.593] [ERROR] 0|mm | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issuesI cannot see a tokens.json in the ~/MagicMirror/modules/MMM-MercedesMe folder to try that option.
I have the following products enabled in developer portal:

Appreciate any tips, thanks.
Matt -
RE: Help with a couple CSS issues
@sdetweil Thank you, this works:
.MMM-ip .dimmed div { font-size:16px; }