Read the statement by Michael Teeuw here.
MMM-Soccer - Standings, Schedules and Top Scorers
-
@Steff done thank you
-
@strawberry-3.141 i found a zip file (http://www.vmlogic.net/Downloads/Files/public/dfs_media_2016-09-07.zip) with logos for the soccerclubs. do u think you can implement a downloader and use these logos for the module?
-
@ostfilinchen i will check it in 2-3 weeks after im done with my bachelor stuff. Thank you
-
@strawberry-3.141 the Module wouldn’t start. It only display loading…
I have update it and Do npm install
-
@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,