@bugsounet said in Problem whit MMM-PIE-Sensor modules:
node -v
pi@raspberrypi:~/MagicMirror $ node -v
v16.13.1
It works now, thank you :-)
@bugsounet said in Problem whit MMM-PIE-Sensor modules:
node -v
pi@raspberrypi:~/MagicMirror $ node -v
v16.13.1
It works now, thank you :-)
@sdetweil don’t work here :-(
/home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
0|MagicMir | at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:112:48)
0|MagicMir | at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:7:31 {
0|MagicMir | code: ‘ERR_DLOPEN_FAILED’
0|MagicMir | }
0|MagicMir | [02.01.2022 17:15.53.329] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|MagicMir | [02.01.2022 17:15.53.332] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
0|MagicMir | [4288:0102/171555.340330:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
0|MagicMir | [4321:0102/171555.638445:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
0|MagicMir | [02.01.2022 17:18.59.907] [ERROR] Whoops! There was an uncaught exception…
0|MagicMir | [02.01.2022 17:18.59.912] [ERROR] TypeError: Cannot read properties of undefined (reading ‘close’)
0|MagicMir | at App.stop (/home/pi/MagicMirror/js/app.js:257:14)
0|MagicMir | at App. (/home/pi/MagicMirror/js/electron.js:139:7)
0|MagicMir | at App.emit (node:events:394:28)
0|MagicMir | [02.01.2022 17:18.59.913] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|MagicMir | [02.01.2022 17:18.59.914] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
So easy actually … :-)
Thanks very much!!
Hi,
since the last updates, too much information has been displayed for me. I don’t need any information about the CPU, the OS, the type and WiFi. Can I adjust that somehow?
Greetings Jörg
@sdetweil said in MMM-PIR-Sensor error:
~/MagicMirror/node_modules/.bin/electron-rebuild
Thank you, works again :thumbs_up: :thumbs_up: :slightly_smiling_face:
After the update I only have a black screen with the MMM-PIR-Sensor module.
This is shown in the PM2 log:
0|MagicMir | NODE_MODULE_VERSION 89. Please try re-compiling or re-installing
0|MagicMir | the module (for instance, using npm rebuild or npm install).
0|MagicMir | at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
0|MagicMir | at Object.Module._extensions…node (internal/modules/cjs/loader.js:1138:18)
0|MagicMir | at Object.func [as .node] (electron/js2c/asar_bundle.js:5:1846)
0|MagicMir | at Module.load (internal/modules/cjs/loader.js:935:32)
0|MagicMir | at Module._load (internal/modules/cjs/loader.js:776:14)
0|MagicMir | at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
0|MagicMir | at Module.require (internal/modules/cjs/loader.js:959:19)
0|MagicMir | at require (internal/modules/cjs/helpers.js:88:18)
0|MagicMir | at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:112:48)
0|MagicMir | at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:7:31
0|MagicMir | [08.10.2021 15:34.20.030] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|MagicMir | [08.10.2021 15:34.20.033] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
This is shown in PM2 log
0|MagicMir | [08.10.2021 15:17.14.799] [ERROR] Getting league table: 400 Bad Request
0|MagicMir | [08.10.2021 15:22.14.868] [ERROR] Getting league table: 400 Bad Request
0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
0|MagicMir | [08.10.2021 15:27.07.097] [ERROR] Getting league table: 400 Bad Request
0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
@sdetweil Nothing is displayed for the module.
At the bottom is only “load”
Hi,
i have a problem with the MMM-soccer module after the update.
During the installation I get this error message:
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.2.1 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.2.1: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“arm”})
added 29 packages from 20 contributors, removed 47 packages, updated 214 packages and audited 1000 packages in 123.794s
91 packages are looking for funding
run npm fund for details
found 4019 vulnerabilities (247 moderate, 3772 high)
run npm audit fix to fix them, or npm audit for details
Does anyone have a hint?