@karsten13 maybe it’s related with node v21.x
Read the statement by Michael Teeuw here.

Posts
-
RE: calendar fetch goes wrong and gpu process error
-
RE: MMM-Pir bugsounet doesn't switch the screen off!
-
RE: Module error after updating - MMM-Pir: Pir Error detected: EINVAL: invalid argument, write
@Jazz said in Module error after updating - MMM-Pir: Pir Error detected: EINVAL: invalid argument, write:
pir_mode: 0,
Sorry, I have forget to update ReadMe for this error
Generally happen with x64 system (Rpi 4 and Rpi 5)Available pir_mode: pir_mode: 0 - use onoff library (For Raspberry Pi 3b+ and 4) pir_mode: 1 - use python script with RPI.GPIO library (For Raspberry Pi 3b+ and 4) pir_mode: 2 - use python script with gpiozero library (For Raspberry Pi 5, not tested on other Raspberry Pi)
So, Can you try
pir_mode: 1,
orpir_mode: 2,
-
RE: Error on rebuilding EXt-Detector
Hi, for
MagicMirror²
v2.28.0,EXT-Detector
need v2.7.0 for workingCan you try to update it (with
npm run update
insideEXT-Detector
folder) -
RE: change size font any module
Hi, maybe the best way is using zoom functionality because,any logos will not follow the font size
in custom css try this:
#CARBURANTS { zoom: 120%; }
-
RE: mmm-netatmo
Hi, I just fix it in my
MMM-NetatmoThermostat
module (same API … so same Issue)
See thereAuthor of this module have to do some changes
My Change in GitHub, if can help it -
RE: MMM-NetatmoThermostat
Update v1.1.0
Change Log
Update Deps:
- esbuild
Fix:
- refresh_token on start
Add:
- save new token in
token.json
file
In accord with new API of Netatmo:
New token is now writed into a file (token.json)
refresh_tohen
feature in config file will be now used only on FIRST TIME for starting the module (token.json file don’t exist) and as usual you have to take it inNetatmo Connect
website
All next token will be writed intoken.json
file automaticalyOn restart MagicMiror²:
MMM-NetatmoThermostat
will usetoken.json
file for authenticate and will ignorerefresh_token
config feature