A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
testing new fixes, or solving current problems with next release code
-
fixes are published in the next release via the develop branch
to get there
if you did manual install
cd ~/MagicMirror git checkout develop git pull npm install
restart MagicMirror as normal
if you used my install script
cd ~/MagicMirror git fetch origin develop:develop git checkout develop npm install
if u are already ON the develop branch, and want to update to the latest,
git pull npm install
restart MagicMirror as normal
-
-
-
-
-
-
-
-
-
-
-
-
-