Read the statement by Michael Teeuw here.
MMM-PIR-Sensor restart problem
-
did someone find any solution for my problem? i tried to delete the PIR-Modul and reinstall… but I have the same problem;o( THX
-
So i tried to fix my problem with the PIR sensor. Now I have an other problem. Do someone knew what i do wrong? Now the PIR shut down HDMI if they detect a motion and I don’t have a chance to turn on just with a reboot of the pi.
Sorry for the bad quality!
-
I’ve reinstalled mm2 on a new SD Card and copied all my modules up en it.
Now I’ve got this error message with MMM-PIR-Module:mm-0 App threw an error during load mm-0 Error: Module version mismatch. Expected 49, got 48. mm-0 at Error (native) mm-0 at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:167:20) mm-0 at Object.Module._extensions..node (module.js:568:18) mm-0 at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:167:20) mm-0 at Module.load (module.js:458:32) mm-0 at tryModuleLoad (module.js:417:12) mm-0 at Function.Module._load (module.js:409:3) mm-0 at Module.require (module.js:468:17) mm-0 at require (internal/module.js:20:19) mm-0 at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/wiring-pi/lib/exports.js:1:97) mm-0 Whoops! There was an uncaught exception... mm-0 Error: Module version mismatch. Expected 49, got 48. mm-0 at Error (native) mm-0 at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:167:20) mm-0 at Object.Module._extensions..node (module.js:568:18) mm-0 at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:167:20) mm-0 at Module.load (module.js:458:32) mm-0 at tryModuleLoad (module.js:417:12) mm-0 at Function.Module._load (module.js:409:3) mm-0 at Module.require (module.js:468:17) mm-0 at require (internal/module.js:20:19) mm-0 at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/wiring-pi/lib/exports.js:1:97) mm-0 MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? mm-0 If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues mm-0 Launching application.
Any ideas?
-
Not sure, but isn’t there a wiring mismatch in the picture of your post?
Think you mixed up brown and orange.
Orange (VCC), coming from PIR-Sensor, should go to PIN2 and brown (GND), coming from PIR, should go to PIN6.To your last post:
I would prefer to add the modules from github, not copy.
Are the libraries and drivers for wiring-pi already installed? -
WiringPi should be installed. I’ve tested this using this command:
gipo readall
The module is now installed using git. not copied.
I’ve tried to rebuild… and also to rebulid electron.
npm install --save-dev electron-rebuild
-
Module mismatch should be resolved now :)