A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Are you saying "UNICORN"? Error ... please help me !
-
@sean i used 2.1.0 version. i want use 2.0 version…
can i use it ? T_T -
@heyzealot
If you already installed,cd ~/MagicMirror/modules/MMM-AssistantMk2 git pull git branch 2.0.0 git checkout # I think this is not needed,
would be.
Or,cd ~/MagicMirror/modules/MMM-AssistantMk2 git pull git checkout 2.0.0
And you can see the manual or any other files of 2.0.0 in Github by select
Branch:
button as2.0.0
. -
@sean thanks! i will try.
-
@sean as far as I understand this will create a local branch and that’s it.
he will need to track pull the branch 2.0.0 doesn’t he? So for examplegit branch -f 2.0.0 origin/2.0.0 //create branch 2.0.0 and track origin/2.0.0 git checkout 2.0.0 git pull
-
@lavolp3
You may be right. I had some confusing with my environment. Thanks.