A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Version 2.31.0 (April 1, 2025) upgrade reminder
-
if you installed one of the calendar patches or used the develop branch
and intend to upgrade MANUALLY, YOU have to get back to the master branch ahead of timecheck the current branch
cd ~/MagicMirror git branch
output example
* _fix_clipping develop master
and if the highlighted (*) name is NOT master then
rm package-lock.json rm package.json git checkout master
use git branch
to verify master is selected before continuing
then do the commands as listed in the documentation
if you are using my upgrade script, it will handle all this for you.
-
-
-