A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Tado not working.
-
:thumbs_up:
-
Thanks for the feedback. The master-branch has been updated. After
git pull
, do anpm install
. -
Thanks,
Git pull dit not work.
pi@MagicMirror:~/MagicMirror/modules/MMM-Tado $ git pull remote: Enumerating objects: 20, done. remote: Counting objects: 100% (20/20), done. remote: Compressing objects: 100% (9/9), done. remote: Total 14 (delta 8), reused 9 (delta 5), pack-reused 0 Unpacking objects: 100% (14/14), done. From https://github.com/WouterEekhout/MMM-Tado 7e91b79..59a7fc1 master -> origin/master * [new branch] 2020-june -> origin/2020-june Updating 7e91b79..59a7fc1 error: Your local changes to the following files would be overwritten by merge: MMM-Tado.js Please commit your changes or stash them before you merge. Aborting
But after removing MMM-Tado and reinstalling it works.
Thanks.
-
@Wrangler It looks like you’ve made some changes to the
MMM-Tado.js
file.Try:
git checkout MMM-Tado.js git pull
-
Already did a new install of the module, and it is working now.