Read the statement by Michael Teeuw here.
MMM-PIR doesn´t turn off monitor since update MM 2.7
-
@djay07 after you did the git pull update, did you do npm install in the MagicMirror folder
AND every module that has a package.json file???you must
-
@sdetweil
morning,
well i didn’t do it in every single subfolder where a package.json is placed, since i didn’t expect this to be necessary.I did:
- git pull
- in the module folder “npm install”
- npm install electron-rebuild
- ./node_modules/.bin/electron-rebuild
the result is the above.
Currently i solved it with external scripts running in system.d, but if you tell me i need to run “npm install” in each folder with a package.json, i would give it a try, just to report back. -
@djay07 Hi, have you been able to solve the MMM-PIR problem? I am stuck with the same thing.
-
-
@FruityBebbles sorry, could you tell me more?? same what?
can’t tell how far back u are responding…
-
@shgmongohh just fyi… the npm audit fix will NOT fix everything… these are warnings anyhow… so, no problems
-
@djay07 @lxne @FruityBebbles ok, node_helper missing… heres how to fix
cd ~/MagicMirror git checkout modules/node_modules/node_helper/index.js
then restart your magic mirror however you do it… reboot, pm2, some script. npm start
-
I could make it work by moving the module in the config file to the very bottom.
-
@sdetweil sorry for the confusion. I see how I wasn’t making much sense…
I am so out of my realm when dealing with all of this computery stuff, despite being tech-savvy but I was having an issue with my PIR sensor not turning putting everything to sleep.
The module would simply put my Pi to sleep, but I would still have a “No signal” message show up on the screen (indicating no HDMI)…
Idk what I did, exactly but after combing through different queries and reading other’s questions on the subject, it seems to be working, now.
My PIR sensor does put everything to sleep and works like a charm.
You guys on the forum are so much nicer than 99.9% of the internet =)