Read the statement by Michael Teeuw here.
Black screen after MM v2.4.0 update.
-
@bwente
I’m not currently using MMM-PIR-Sensor.
My problem was Enabling the Open GL driver. Using “dtoverlay=vc4-kms-v3d” or “dtoverlay=vc4-fkms-v3d” did not work. Remove the line and it was fine. (Temps seem reasonable 62deg)"Enable the Open GL driver to decrease Electron’s CPU usage.
The latest versions of electron use an extreme amount of CPU power when no Open GL driver is loaded. This will result in an overheating Raspberry Pi. To solve this issue, use the experimental desktop Open GL driver by adding the following line to /boot/config.txt:sudo nano /boot/config.txt
Add the following line:dtoverlay=vc4-kms-v3d
ℹ️ Activating the Open GL drive can also be accomplished by using the raspi-config tool by running sudo raspi-config. Go to the Advanced Options menu and select A7 GL Driver. Next, select the G1 GL (Full KMS) OpenGL desktop driver with full KMS. Note that this option will be selected in the menu even when the GL drive is not yet configured."Not sure what the issue is. But at least it works.
-
Ok, I cheated a little bit and completly wiped my SD card. Reinstalled Raspian, Magic Mirror and everything else from scratch, working great now!
-
I got mine working by following the advice in the second post on this thread:
https://github.com/paviro/MMM-PIR-Sensor/issues/39
Hope that helps others too.
-
@joela85 - I found that if you pull the SD card and plug it into a windows box, you can access the
/boot
path. That will allow you to edit the/boot/config.txt
file and comment out thedtoverlay
line. Edit in WordPad. Do not edit in Notepad.Save the file, eject the SD card, put it back into your Pi. You should be able to SSH into your Pi once it boots.
I haven’t tried this procedure using an Ubuntu box, but it most likely will work.
-
@bhepler Ye, I had a play around last week and managed to do just this. All back up and running now.
Thank you for the reply though.Regards,
Joel