Electron version number unable to find
Closed this issue · 4 comments
haliszebi commented
Hi!
I'm totally new to the Raspberry Pi (I have the Pi 3 model B+) and I've got a problem with this module. It shows nothing just black screen when it tries to run MagicMirror after I included the config to config.js. I've seen a comment where the guy said that he npm installed the PIR-Sensor in the directory.. So i've tried it and i've got an ERROR message which I attached.
andersarstrand commented
Similar problem after updating MagicMirror to 2.11.0 .
My solution was :
Go to the module folder (cd modules/MMM-PIR-Sensor )
Reset GIT (git reset --hard)
Remove the "node_modules" folder
Reinstall the module (npm install)
txuma2 commented
Same problem but has not been solved when doing the indicated operation
Any ideas?
txuma2 commented
Coumodo commented