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 WunderGround
-
This post is deleted! -
@johnnyboy when you are in the Wunderground folder just type
git pull
and it will download the latest version -
This post is deleted! -
@johnnyboy no, you have to navigate to the folder in the terminal
so
cd MagicMirror cd modules cd MMM-WunderGround
then you type in
git pull
-
This post is deleted! -
This post is deleted! -
@johnnyboy Potentially you changed something in
MMM-WunderGround.js
and you have forgotten about. I am writing potentially because I had a similar situation some month ago withcompliments.js
- I thought that I definitely have not changed anything, but I had done it and forgotten about it. An extremely simple way to come around this problem:pi@papaspi:~/MagicMirror/modules/MMM-WunderGround $mv MMM-WunderGround.js MMM-WunderGround_mychangedfile.js pi@papaspi:~/MagicMirror/modules/MMM-WunderGround $git pull
Now the update should work and if find some changes you still need from
your
file you can easily extract them from your backup copyMMM-WunderGround_mychangedfile.js
. -
This post is deleted! -
This post is deleted! -
This post is deleted!