A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MM will not start
-
@bworch do
pm2 logs --lines=100
may be better without pm2 for debug
pm2 stop all
cd ~/MagicMirror
npm start >somefile.txt 2>&1wait 15 seconds
ctrl-cedit the somefile.txt
-
@sdetweil couldn’t get the txt file to show. how would I edit it.
-
@bworch nano somefile.txt
or whatever text editor you like
-
-
@bworch fun times…
cd ~/MagicMirror npm install electron@19.0.15
-
I thank you for sticking with me.
-
@bworch ok, I suggest you run my upgrade script
see https://github.com/sdetweil/MagicMirror_scripts
the upgrade script second pass with
force
instead of apply
-
@sdetweil which line
-
@sdetweil I accidently ran it as is, I then couldn’t find where to make the change. Sorry
-
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" force