Read the statement by Michael Teeuw here.
MMM SOCCER NOT WORKING
-
@dave_
Paste that GitHub linkno, not right
git clone Paste that GitHub link
hit enterread this post
https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners?_=1596110023129 -
There’s also npm install step what’s that about could u explain me that?
-
@dave_ modules use other libraries.
npm is node package manager. it will download libraries for your module into right place.
you tell it, in package.json, what library and version.
npm install installs the libraries u need -
@sdetweil but what exactly is that step I don’t know what to do
-
@dave_ for every module that has a package.json file
cd ~/MagicMirror/modules git clone module_soure_url cd module_name npm install
-
@sdetweil nope haven’t had any luck
Ik its too much to ask but could u tell me a step by step instruction of possible!
-
@dave_ I just told you step by step,
except for the url and module name.both of which u know
please read this and practice
https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners?_=1596115267295 -
@dave_ I looked at the Issues on Github and it appears not to work anymore(?). This one works though
There are really good instructions there on how to install it too