Read the statement by Michael Teeuw here.
MMM-PIR-Sensor tuning
-
Yes, that is possible. When I had to run this command last time I was using 1.4.0 …
Just give it a try. Worst case is you have to delete the MMM-PIR-Sensor folder and git clone it again. -
@yawns now i get this error
pi@raspberrypi:~/MagicMirror/modules/MMM-PIR-Sensor $ sudo npm rebuild --runtime=electron --target=1.4.13 --disturl=https://atom.io/download/atom-shell --abi=50
epoll@0.1.20 install /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll
node-gyp rebuildgyp ERR! clean error
gyp ERR! stack Error: EACCES: permission denied, unlink ‘build/Makefile’
gyp ERR! System Linux 4.4.38-v7+
gyp ERR! command “/usr/local/bin/node” “/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “rebuild”
gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll
gyp ERR! node -v v7.0.0
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not oknpm ERR! Linux 4.4.38-v7+
npm ERR! argv “/usr/local/bin/node” “/usr/local/bin/npm” “rebuild” “–runtime=electron” “–target=1.4.13” “–disturl=https://atom.io/download/atom-shell” “–abi=50”
npm ERR! node v7.0.0
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! epoll@0.1.20 install:node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the epoll@0.1.20 install script ‘node-gyp rebuild’.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the epoll package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs epoll
npm ERR! Or if that isn’t available, you can get their info via:
npm ERR! npm owner ls epoll
npm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request:
npm ERR! /home/pi/MagicMirror/modules/MMM-PIR-Sensor/npm-debug.log
pi@raspberrypi:~/MagicMirror/modules/MMM-PIR-Sensor $ -
why are you running it with sudo??
-
without sudo i get the same error
-
After a few New Installations now the mm starts and the PIR works.