UPDATE: It’s the PIR-Sensor Module which isn’t working. When I delete it from the config file, everything works great. When I add it back, the screen is completely blank. It’s the same config that was working before the update.
Read the statement by Michael Teeuw here.
Posts made by uatuba
-
RE: Blank screen after updating tonight...
-
Blank screen after updating tonight...
I just updated my MagicMirror, and I now get a blank screen. There is only one instance running, and when I stop and start the process through pm2, I get the desktop and the blank screen again, respectively.
I used:
git pull
and received a message about package-lock.json needing to be stashed. I backed it up, then used:
git reset --hard
git pull
npm installImmediately upon reboot, I received a blank screen. I also copied package-lock.bak to package-lock.json, and I still get the blank screen. I’m running both pihole and MagicMirror. Any assistance would be greatly appreciated.
-
RE: Magic Mirror finally complete--PIR issue solved
@bhepler Thanks! I got the bend mostly fixed by adding supports that ran the length and width of the frame. It’s still nowhere near as perfect as glass would be. This was mainly a proof of concept, so I know what tweaks to make when it comes time to build another.
-
RE: Magic Mirror finally complete--PIR issue solved
@mykle1 I’m not sure that fully hiding the power cord in this instance is going to be possible. Location and the layout of what’s on the other side of the wall has kind of dictated the power cord dangling as it is, although we will use a plant stand and plant of some kind to at least make it less noticeable.
-
Magic Mirror finally complete--PIR issue solved
After working for some time, I finally eliminated the random PIR triggering by using doorbell wire wrapped in aluminum foil to extend the distance between the PIR and the Pi itself. I’m happy with the build. and would only change a couple of things. Next time, I will probably get the microwave motion sensors, and I’ll definitely use a real glass mirror as the acrylic mirror already has some minor scratches.
-
PIR Sensor Weirdness
I’ve installed and configured MagicMirror, and I’m using the MMM-PIR-Sensor module. I bought several PIR sensors in a lot from Amazon (https://www.amazon.com/gp/product/B012ZZ4LPM/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1), and I’ve tried each one of them to make sure my issue isn’t related to the sensor itself. I’m still not 100% convinced.
The monitor turns off as expected after ~63 seconds (3 second delay on the PIR and 60 seconds in the config). Immediately upon turning off, a high signal is received by the Raspberry Pi. I’m constantly checking with “gpio read 3” and it reports 0 until the monitor is turned off, then immediately reports 1 for ~3 seconds.
Is there some kind of interference going on, and if so, how can I stop it? I ask this because I have the PIR inside a box so it isn’t detecting motion/heat.
Thanks for the help.