A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Display turned black after I installed MMM-DigClock
-
@SirVer do this
cd ~/MagicMirror git checkout modules/node_modules/node_help/index.js
this was because MMM-DigClock does not have a package.json file, and u should not have done npm install for it
-
@sdetweil Thanks for the answer but I get this:
pi@raspberrypi:~/MagicMirror $ git checkout modules/node_modules/node_help/index.js error: pathspec 'modules/node_modules/node_help/index.js' did not match any file(s) known to git
-
@SirVer sorry, typo (left off the ‘er’ on node_helper)
cd ~/MagicMirror git checkout modules/node_modules/node_helper/index.js
-
@sdetweil I have a question: I thought git checkout is just changing the branch. So what is the command here git checkout … doing in index.js ?
-
it’s much more than that.
-
@SirVer checkout can switch branches, it can also get a file from the local repository into your local working directory