@jimbydude as I mentioned above you can configure it if, you get one file that was removed in 2.11
cd ~/MagicMirror
curl -sl https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/run-start.sh >run-start.sh
chmod +x run-start.sh
edit package.json and replace the start stmt with this
"start", "./run-start.sh",
then edit config.js and set
serverOnly:'local",
this will launch the run-start.sh when u do npm start or pm2 start x
the script will check the setting of the serverOnly parm and if set to ‘local’,
will launch mm in server only and then launch chrome over it. from the outside you cannot tell the difference… (u can for video playback)
from config.js
// serverOnly: true/false/"local" ,
// local for armv6l processors, default
// starts serveronly and then starts chrome browser
// false, default for all NON-armv6l devices
// true, force serveronly mode, be```cause you want to.. no UI on this device