A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Failed to Connect to Wayland Display
-
@atwist script name error, I made a shortcut for mm and didn’t catch it expanding there
-
@sdetweil ahh okay. I do have that file. What am I looking for in it though.?
-
@atwist can you run this from the command line , and show the results
ps -ef | grep -v grep | grep -i -e xway -e labwc -
nothing is returned
-
-
Yes it does:
if [ $(ps -ef | grep -v grep | grep -i -e xway -e labwc | wc # if WAYLAND_DISPLAYis set, use it, else set to -0 export WAYLAND_DISPLAY=${WAYLAND_DISPLAY:=wayland-0} npm run start:wayland else DISPLAY=:0 npm start fi -
@atwist
So it shouldn’t be trying to start using wayland
And npm start on 2.34.0 uses x11
