@sdetweil Looks good now!
Thank you :-)
Read the statement by Michael Teeuw here.
Posts
-
RE: No weather warnings in OpenWeatherForecast
-
RE: No weather warnings in OpenWeatherForecast
module: "MMM-OpenWeatherForecast", position: "top_right", classes: "default everyone", disabled: false, config: { apikey: "xxxxxxxxxxxxxx", latitude: "52.389870", longitude: "10.852678", iconset: "3c", concise: true, showExtraConditions: false, showCurrentConditions: true, showExtraCurrentConditions: false, forecastHeaderText: "Vorhersage", maxDailiesToShow: 5, showHourlyForecast: false, showUV: false, forecastLayout: "table", useAnimatedIcons: false, animateMainIconOnly: false,
-
RE: No weather warnings in OpenWeatherForecast
@sdetweil said in No weather warnings in OpenWeatherForecast:
showExtraConditions: false,
The entry in the config.js doesn’t change anything, the weather warnings are still displayed :-(
-
No weather warnings in OpenWeatherForecast
Hello,
i hope someone can help me with the MMM-OpenWeatherForecast module. I would like to disable the weather warnings because this will push the other modules down. There is no option for this in config.js. What do I have to change in which file?Greetings Jörg
-
RE: MMM-PIR-Sensor not work after v2.25
@sdetweil Ok, I managed it :-)
Now everything is working again as it was before the update, thank you again :-) -
RE: MMM-PIR-Sensor not work after v2.25
@sdetweil ok, that worked now, my mistake :-(
I also made updates for the pi, unfortunately I now also have the latest firmware version: 82f3750a65fadae9a38077e3c2e217ad158c8d54 from March 2023. I’ve had that before, so the monitor on the pi doesn’t go into standby. I now need to downgrade the firmware to version 5.10 (b976c54917e240630c05a9b383010f1492bc61b4). When I try with “sudo rpi-update b976c54917e240630c05a9b383010f1492bc61b4” it says that the firmware is already up to date. -
RE: MMM-PIR-Sensor not work after v2.25
@sdetweil I renamed the folder and reinstalled the module, this is the result:
pi@raspberrypi:~/MagicMirror/modules/MMM-PIR-Sensor $ npm install npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated electron-rebuild@1.11.0: Please use @electron/rebuild moving forward. There is no API change, just a package name change npm ERR! code 7 npm ERR! path /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll npm ERR! command failed npm ERR! command sh -c node-gyp rebuild npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@6.1.0 npm ERR! gyp info using node@20.8.0 | linux | arm npm ERR! gyp info find Python using Python version 3.9.2 found at "/usr/bin/python3" npm ERR! gyp ERR! UNCAUGHT EXCEPTION npm ERR! gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>' npm ERR! gyp ERR! stack at createConfigFile (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/node-gyp/lib/configure.js:118:21) npm ERR! gyp ERR! stack at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/node-gyp/lib/configure.js:85:9 npm ERR! gyp ERR! stack at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/mkdirp/index.js:30:20 npm ERR! gyp ERR! stack at FSReqCallback.oncomplete (node:fs:189:23) npm ERR! gyp ERR! System Linux 6.1.21-v7+ npm ERR! gyp ERR! command "/usr/bin/node" "/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/.bin/node-gyp" "rebuild" npm ERR! gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll npm ERR! gyp ERR! node -v v20.8.0 npm ERR! gyp ERR! node-gyp -v v6.1.0 npm ERR! gyp ERR! This is a bug in `node-gyp`. npm ERR! gyp ERR! Try to update node-gyp and file an Issue if it does not help: npm ERR! gyp ERR! <https://github.com/nodejs/node-gyp/issues> npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-10-03T13_57_09_313Z-debug-0.log
-
RE: MMM-PIR-Sensor not work after v2.25
@sdetweil after npm install:
Magic-Mirror-Module-PIR-Sensor@1.1.0 postinstall
node_modules/.bin/electron-rebuild -e …/…/node_modules/electronsh: 1: node_modules/.bin/electron-rebuild: not found
npm ERR! code 127
npm ERR! path /home/pi/MagicMirror/modules/MMM-PIR-Sensor
npm ERR! command failed
npm ERR! command sh -c node_modules/.bin/electron-rebuild -e …/…/node_modules/electronnpm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-10-03T12_42_43_352Z-debug-0.log
-
MMM-PIR-Sensor not work after v2.25
Thanks to the great help from @sdetweil, my MagicMirror is now running again after the last update. I was able to fix problems with two modules myself. I just can’t get the MMM PIR sensor module to work. I tried this, and so far it has always worked after an update. Unfortunately not now…
cd ~/MagicMirror/modules
cd MMM PIR sensor
npm i magicmirror rebuild
./node_modules/.bin/MagicMirror-rebuildAnyone an idea?
Greetings Jörg