Read the statement by Michael Teeuw here.
MMM SOCCER NOT WORKING
-
There is no GitHub link to add the module to modules folder please help guys!
-
-
@sdetweil I did that but it’s still not working could u please tell me what I’m doing wrong here!
First i open a terminal and type
-
cd MagicMirror/modules
-
Paste that GitHub link
-
Go on Config.js and copy the module
And even after that when i start the program it just says the config files can’t be read cuz there’s something wrong with it!
-
-
@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