Read the statement by Michael Teeuw here.
Black screen after MM v2.4.0 update.
-
-
@mykle1
Thanks Mykle1
Just how do i tell my pi to get the specific version? I am not versed in programming or coding or anything and couldnt find something online that told me how to install a specific version -
Did anyone find a fix here? just updated and same thing here. Hopefully i can get this back working tomorrow.
-
One way is to go to that link I gave you and download the version you want and install it manually.
-
Bumping this because I’m also having issues. A lot of time on google says it’s not just a MagicMirror issue, but lots of people have problems with the OpenGL drivers. My screen is blanking after some time no matter what, but I also found the hard way that it messes with
tvservice
(like the Remote Control module uses) – turning my HDMI off straight up insta-shut down my pi! Gonna have to keep researching for sure. -
I just updated and this is shown at the end of the install.
MagicMirror installation successful! > magicmirror@2.4.1 install-fonts /home/pi/MagicMirror > cd fonts && npm install npm WARN postcss-html@0.12.0 requires a peer of postcss-less@>=1.1.0 but none was installed. npm WARN postcss-html@0.12.0 requires a peer of postcss-scss@>=1.0.0 but none was installed. npm WARN postcss-html@0.12.0 requires a peer of sugarss@>=1.0.0 but none was installed. npm WARN stylelint-config-standard@16.0.0 requires a peer of stylelint@^7.8.0 but none was installed. pi@raspberrypi:~/MagicMirror $
I applied
dtoverlay=vc4-kms-v3d
to the config.txt ( also tried with fkms)
Reboot and I get a black screen.
When I remove dtoverlay=vc4-kms-v3d then the mirror boots up.
Any suggestions? -
@mykle1
Just found your guide: https://forum.magicmirror.builders/topic/5274/how-to-manually-install-mm-on-your-pi-for-absolute-beginnersGoing at it now and see if it works - thanks for the patience and writing that guide!
-
@kastore said in Black screen after MM v2.4.0 update.:
thanks for the patience and writing that guide!
You’re welcome, sir. :-)
-
Got my mirror working again. Had to go over the opengl drivers again and using the fake kms driver did the trick. However one problem remains, i had to also disable the MMM-Pir-Sensor module because that was messing with the system. But also my custom.css is not being used atm, and i cant figure out why its not grabbing it.
-
Anyone else struggling with using MMM-Pir-Sensor after the new update?