Read the statement by Michael Teeuw here.
Black screen after MM v2.4.0 update.
-
I’m also having the black screen of death. I tried both overlay options, and I tried commenting it out alltogether. I also ran the 2.4.1 update, but still getting black screen. Runs normally with the new update though when I comment out the PIR module in the config.js file.
-
@shane1234 if u have the PIR module loaded, and do ctrl-shift-i (lower case letter i), it will open the debug env, and then select the console tab… do you see any errors?
also, if u start from a terminal window, alt-spacebar, n will minimze the mirror screen so you can see the terminal window node_helper outputs… anything there?
usually a module.js error kills with MM screen…
-
Mine after upgrade it’s freezing when trying to run magicmirror. Also try both kms driver and fake kms driver.
-
mine is also freezing after the update.
No difference if i connect via vnc or using the monitor.The only thing that does work, is opening the mirror in another browser (http://magicmirror:8080)
-
Is there a different way to turn the screen on/off with the fake kms driver maybe? :s
-
@kimzer replying to myself. I just had to chmod the new pir script i made to make it work duhhh. :p
-
@joela85
Are you using MMM-PIR-Sensor?
https://github.com/paviro/MMM-PIR-Sensor/issues/49I needed to delete the node_modules directory first. Then I ran npm install and the issue was gone.
-
@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.