Read the statement by Michael Teeuw here.
Looking for Beta-testers!
-
@pigreco You could also try:
git fetch origin git reset --hard origin/develop git clean -f
-
Thanks @MichMich …the issue is solved…i am on the develop branch :-)
-
This post is deleted! -
-
I’m now on Develop. Will this update automatically or will I need to run something periodically?
-
@bscarano, regardless of which branch you are on, you are in charge of your mirror, including updating the code.
-
@bscarano To update to the latest version, you’ll need to pull the latest changes. This can be done using:
git pull
(from the command line within your MagicMirror² folder). -
I am now on the development branch.
I have verified that the changes fixed my “blank screen” with the language set in the config file.Thanks!
-
Update: More detailed error message in case config file couldn’t be loaded.
Please let me know if this works for you.
PR: https://github.com/MichMich/MagicMirror/pull/391#issuecomment-237919625
-
Please test the following PR:
https://github.com/MichMich/MagicMirror/pull/416It’s merged into the current develop branch. If you are on the develop branch, please use
git pull
to update to the latest version.Thanks!