A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-MQTT = Blank Screen
-
Still get the errors
/home/pi2/.pm2/logs/mm-error.log last 100 lines: 0|mm | [2768:0211/074735.631766:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization 0|mm | [2811:0211/074736.362425:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. 0|mm | [2782:0211/074736.436519:ERROR:command_buffer_proxy_impl.cc(126)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
-
@vinnie1 did u add the
export ELECTRON_DISABLE_GPU=1to the correct file
-
-
@vinnie1 to figure out which script needs updating use pm2 commands
pm2 status
will show you all the apps it is managing
for each, using the number or name do
pm2 info x
where x is the number or name
for example
pm2 info 0
or
pm2 info MagicMirrorit will tell you lots of things, but one is the name of the script used to launch the app
-
With all my fiddling, my MagicMirror is now broken, it wont start.
Over the next few days I will do a clean install, and then take it from there.
Thanks for your help.