A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Update
-
pi@mirror:~/MagicMirror/modules/default/currentweather $ git pull && npm install
Make sure you’re in the
~/MagicMirror
directory before running the command.what about Changes not staged for commit and Untracked files
Ignore them. For your purposes, you don’t need to worry about them as long as all the merge errors are gone.
-
OK - I went to ~/MagicMirror directory and fired the gun …
pi@mirror:~/MagicMirror $ git stash Saved working directory and index state WIP on master: 5e622ca Merge branch 'master' of https://github.com/MichMich/MagicMirror HEAD is now at 5e622ca Merge branch 'master' of https://github.com/MichMich/MagicMirror pi@mirror:~/MagicMirror $ git pull && npm install remote: Counting objects: 70, done. remote: Compressing objects: 100% (24/24), done. remote: Total 70 (delta 38), reused 52 (delta 33), pack-reused 13 Unpacking objects: 100% (70/70), done. From https://github.com/MichMich/MagicMirror 8893df1..86ae704 develop -> origin/develop Already up-to-date. > magicmirror@2.1.2 install /home/pi/MagicMirror > cd vendor && npm install > magicmirror@2.1.2 postinstall /home/pi/MagicMirror > sh installers/postinstall/postinstall.sh MagicMirror installation successful! npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed. pi@mirror:~/MagicMirror $ git stash apply On branch master Your branch is ahead of 'origin/master' by 4 commits. (use "git push" to publish your local commits) Changes not staged for commit: ~/MagicMirror (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: css/custom.css modified: modules/default/currentweather/currentweather.js Untracked files: (use "git add ..." to include in what will be committed) css/custom.css.leo fonts/my_fonts/ no changes added to commit (use "git add" and/or "git commit -a") pi@mirror:~/MagicMirror $
-
@zkab Looks like everything worked to me for what you’re trying to do.
-
Please use the Markdown features to post code and console output. It makes it so much easier to read.
-
OK and thanks for your support …