Read the statement by Michael Teeuw here.
Soccer Noob needs help!
-
Who can give me some advise?
I am making a MM form my daughter and her boy friend.
Boy friend would like to see some football standings: Eredivisie (Dutch) and Champions League.
I know nothing about football (soccer) so I put MagicMirror-FootballLeagues in their mirror.
It worked well for a few months but now it suddenly stopped.
I tried another API key, but that did not help.My question: what is the best (and easiest) module for my purpose?
MagicMirror-FootballLeagues
MMM-SoccerLiveScore
MMM-soccer
MMM-Soccer-Soccer Standings
Maybe there are even more ……………
I am a bit confused; please help!
Thanks in advance!
Peter -
Peter,
Personally I am using MMM-soccer for Eredivisie.
Champions League should be free too…
If needed can help you with the config. -
@evroom Thanks! I will give it a try!
Peter -
This is my config for de Eredivisie.
It shows the first 9 teams from the standings and focuses on one team.{ module: 'MMM-soccer', disabled: false, position: 'top_right', config: { api_key: 'your_api_key', colored: true, show: 'NETHERLANDS', focus_on: { "NETHERLANDS": "AFC Ajax", }, max_teams: 9, logos: true, leagues: { NETHERLANDS: 'DED', EUROPE: 'CL', } }
There are no logos for de Eredivisie included, so you will have to collect them yourself.
They need to be placed under:/home/pi/MagicMirror/modules/MMM-soccer/public
-
@Peter
I use MMM-SoccerLiveScore and it runs pretty smoothly …
https://youtu.be/5Cs3pCZamuM -
@evroom I copied your config, used my own API: unfortunately it does not work.
Who can help?
Peter -
}, // end of last module { // start of MMM-soccer module module: 'MMM-soccer', disabled: false, position: 'top_right', config: { api_key: 'your_api_key', colored: true, show: 'NETHERLANDS', focus_on: { "NETHERLANDS": "AFC Ajax", }, max_teams: 9, logos: true, leagues: { NETHERLANDS: 'DED', EUROPE: 'CL', } } }, // end of MMM-soccer module { // start of next module, if any.
To check:
cd ~/MagicMirror; npm run config:check
-
@evroom Module is running, but no teams visible …
Peter -
I have MMM-SoccerLiveScore running now and it is looking nice.
It has all logos present already and the table is already present (just listed on alphabetic order as one would expect pre round 1).
Give it a try.I now remember why I use(d) MMM-soccer.
MMM-SoccerLiveScore shows the scores by default and the standings can be turned off.
But I do not want to know the scores as it spoils watching Studio Sport and/or die Sportschau.
MMM-soccer just show the standings, nothing more (and even this spoils it some times).If MMM-SoccerLiveScore would have an option like “showScores: false”, it would be perfect.
-
@evroom
Have you tried this one?
https://github.com/GHLasse/MMM-FootballTable