MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
testing new fixes, or solving current problems with next release code
-
fixes are published in the next release via the developers 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 developers branch, and want to update to the latest,
git pull npm install
restart MagicMirror as normal
-