Read the statement by Michael Teeuw here.
MMM-Soccer - Standings, Schedules and Top Scorers
-
@ostfilinchen should be fixed now, was my fault
-
@strawberry-3.141 must i do npm install?
-
@ostfilinchen no the dependencies havent changed
-
@strawberry-3.141 great! Works now.
-
Hi,
at first, sorry for my bad english. I’m a totally beginner and MMM-Soccer is the first module i want to install by myself. At first i downloaded the Zip file, unpacked it and copied it into /home/pi/MagicMirror/modules. Then i opened the config.js file and added:{
module: ‘MMM-soccer’,
position: ‘bottom_right’,
config: {
api_key: ‘7cgd8…’,
colored: ‘false’,
show: ‘GERMANY’,
leagues: {“GERMANY”:430},
}
},Then i opened the LXTerminal on the raspberry pi and typed in :
pi@raspberrypi:~/MagicMirror $ npm install ~/MagicMirror/modules/MMM-soccer
Then there came:
npm ERR! addLocal Could not install /home/pi/MagicMirror…
npm ERR! Linux …
.
.
.What did i wrong? Can anyone help me please?
-
@STEFF92 in the terminal you have to do
cd ~/MagicMirror/modules/MMM-soccer
thennpm install
and in your config you have to remove the quotes here
colored: false,
-
@strawberry-3.141 but then there is :
bash: cd: /home/pi/MagicMirror/modules/MMM-soccer: file or directory not found
-
@STEFF92 then you did something wrong. Because you said you manually downloaded the files etc. I suggest to delete it again and start from scratch, this will help you to update more easily in future.
type in the terminal
cd ~/MagicMirror/modules git clone https://github.com/fewieden/MMM-soccer.git cd MMM-soccer npm install
-
@strawberry-3.141 ok now i did it how you said. when its finished i only have to add the module in my config.js file right? and then thats it?
-
@strawberry-3.141 Thank you verry much. It works perfectly