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 how are you starting MagicMirror?
pm2? How did you install MagicMirror
If my script, then look at
~/MagicMirror/installers/MagicMirror.sh -
@atwist
You could try this as start script:#!/bin/bash cd ~/MagicMirror export DISPLAY=:0 export ELECTRON_OZONE_PLATFORM_HINT=x11 npm startThe --ozone-platform-hint=x11 flag overrides the automatic detection and forces Electron into X11 mode. Maybe……
