Read the statement by Michael Teeuw here.
MMM-Soccer - Standings, Schedules and Top Scorers
-
@strawberry-3-141
Thanks, works like a charm.Any possibility to introduce a rotation option, in order to rotate the standings of the leagues in “show” or “leagues” ?
-
@evroom rotation is currently only supported for voice
-
I cant get it to work again, not even with the new version.
Where is the mistake?module: "MMM-soccer", disabled: false, position: "bottom_left", header: "", config: { colored: true, show: 'GERMANY', logos: false, focus_on: { "GERMANY": "Erzgebirge Aue" }, max_teams: 5, leagues: { "GERMANY": "BL2", } } -
Hi @surger13 ,
You do not have the api_key specified.
The README says:api_key: false,But for me this does not work.
I registered at https://www.football-data.org/client/register and the resulting api_key is working fine.api_key: 'xxxxd62e29754e10b56029399458xxxx',This is a fake key, use the one you get after registering.
Good luck.
-
@surger13 sadly the second german bundesliga is not in the free plan https://www.football-data.org/coverage it would cost 49€ a month.
-
@strawberry-3-141
I suspected that. Really a pity. That was different in the past.Nevertheless, thank you.
-
Hi everyone,
I also have problems to get the module to work.
My config:
module: "MMM-soccer", position: "top_right", disabled: false, config: { api_key: 'My API-key', colored: false, show: 'GERMANY', focus_on: false, max_teams: false, logos: false, leagues: { "GERMANY": "BL1", } } },None of my modules will work (black screen) as soon as I start the mirror with this module enabled.
I tried switching several " to ’ but I am not sure which to use. The online description and the default values in the config readme seem to be different.I would be glad if someone could help me.
Thank you.
-
Hi,
Did you not just forget the starting
{?
Like this:{ module: "MMM-soccer", position: "top_right", disabled: false, config: { api_key: 'My API-key', colored: false, show: 'GERMANY', focus_on: false, max_teams: false, logos: false, leagues: { "GERMANY": "BL1", } } },Did you run:
cd ~/MagicMirror; npm run config:check??
-
Hi,
thank you for your fast response.
I was not missing an open bracket (Sry forgot to put it in the message).
I could not run config:check. Even though I updated my Magic Mirror to the latest version, it seems I am missing the script.
But I put my config into a syntax checker and there are no errors.
Thanks again.
-
Hello,
I would like to display several leagues. But my module shows only “Loading …”.
Where is the mistake? Do you have any tip{ module: "MMM-soccer", position: "bottom_right", config: { api_key: "XXXX129ce6f9XXXXXXXXXXXXXXXXX", colored: "true", logos: "true", leagues:{ "GERMANY": "BL1", "GERMANY": "DFB", "GERMANY": "BL2", "EUROPE": "CL", "WORLD": "WC", }, } }, -
@mrSnatz said in MMM-Soccer - Soccer Standings:
Do you have any tip
Hi,
Try this:
{ module: 'MMM-soccer', position: 'bottom_right', config: { api_key: 'XXXX129ce6f9XXXXXXXXXXXXXXXXX', colored: true, logos: true, leagues: { GERMANY: 'BL1', GERMANY: 'DFB', GERMANY: 'BL2', EUROPE: 'CL', WORLD: 'WC', }, } }, -
Btw,
Not all leagues are for free:
https://www.football-data.org/coverage
So, for example DFB and BL2 will not work.
You might need to remove those or comment them (with//).And you might need this entry:
show: 'GERMANY',But I am not sure what the connection is between this and the leagues entries.
-
@evroom said in MMM-Soccer - Soccer Standings:
show: ‘GERMANY’,
OK. Thank you very much. Have excluded the paid. Now it works.
-
hi all, can be the module used for whatever league from he full list of leagues fromhttp://api.football-data.org/v2/competitions ? In my case
{"id":2062,"name":"Czech Republic"},"name":"Synot Liga","code":null,"emblemUrl":null,"plan":"TIER_FOUR","currentSeason":{"id":171,"startDate":"2018-07-20","endDate":"2019-04-27","currentMatchday":30,"winner":null},"numberOfAvailableSeasons":2,"lastUpdated":"2019-06-02T06:20:02Z"}or any idea, any module for Czech league?
thanks, Zdeněk
-
Unfortunately for you: no
See this list for free and paid competitions:
https://www.football-data.org/coverage -
@evroom said in MMM-Soccer - Soccer Standings:
uaaaaaa a litttle bit expencive… so, I’ll have to look for solution based on iFrame or smthg and get the info from here https://www.fortunaliga.cz/rozpis-zapasu/2020?type=2&id_stage=1&month=0&round=0
thx
-
Hi MMM-soccer users,
Perhaps some of you experience the same issue as me and the Magic Mirror shows “Loading”.
The problem most likely it is caused due to the fact that round 1 for most competitions still needs to be played.
For example for de Eredivisie I get this using a test script:Response:\n{"filters":{},"competition":{"id":2003,"area":{"id":2163,"name":"Netherlands"},"name":"Eredivisie","code":"DED","plan":"TIER_ONE","lastUpdated":"2019-05-28T23:44:43Z"},"season":{"id":481,"startDate":"2019-08-09","endDate":"2020-05-25","currentMatchday":1,"winner":null},"standings":[]}As the standings array is empty, the module is struggling.
Perhaps better if it would show “No standings available” in this case, but for the moment is will show what it shows.I have sent a mail to the football-org developer, if it would be possible to send a round 0 standing / table, with the clubs in alphabetic order.
-
Version 2.0.1
Added
- French translations (Thanks to https://github.com/laventin85)
Changed
- Readme config example
- Github config files
https://github.com/fewieden/MMM-soccer
[card:fewieden/MMM-soccer]
-
Version 2.1.0
Requires version >= 2.14 of MagicMirror!
Added
- Integrated MMM-Modal
Changed
- Using remote logos
- Preview pictures
Fixed
- Fade effect
- Focus_on in modal highlights correct team
- Help modal shows correct voice commands
Removed
- Logo downloader
- Doclet integration


https://github.com/fewieden/MMM-soccer
[card:fewieden/MMM-soccer]
-
Hi,
I tried the module but on the MM I don’t see anything.My config.js
{ module: 'MMM-soccer', position: 'bottom_right', disabled: false, config: { api_key: false, colored: true, show: 'ITALY', focus_on: false, logos: true, max_teams: false, leagues: {ITALY: 'SA'}, } },MM output:
pi@MagicMirror:~/MagicMirror $ npm start > magicmirror@2.10.1 start /home/pi/MagicMirror > ./run-start.sh [02:57:33.259] [LOG] Starting MagicMirror: v2.10.1 [02:57:33.272] [LOG] Loading config ... [02:57:33.282] [LOG] Loading module helpers ... [02:57:33.286] [LOG] No helper found for module: alert. [02:57:33.382] [LOG] Initializing new module helper ... [02:57:33.384] [LOG] Module helper loaded: updatenotification [02:57:33.386] [LOG] No helper found for module: clock. [02:57:34.112] [LOG] Initializing new module helper ... [02:57:34.113] [LOG] Module helper loaded: calendar [02:57:34.114] [LOG] No helper found for module: compliments. [02:57:34.115] [LOG] No helper found for module: currentweather. [02:57:34.122] [LOG] No helper found for module: weatherforecast. [02:57:34.176] [LOG] Initializing new module helper ... [02:57:34.177] [LOG] Module helper loaded: newsfeed [02:57:34.829] [LOG] Initializing new module helper ... [02:57:34.830] [LOG] Module helper loaded: MMM-soccer [02:57:34.831] [LOG] All module helpers loaded. [02:57:34.832] [LOG] Starting server on port 8080 ... [02:57:34.856] [LOG] Server started ... [02:57:34.858] [LOG] Connecting socket for: updatenotification [02:57:34.859] [LOG] Connecting socket for: calendar [02:57:34.860] [LOG] Starting node helper for: calendar [02:57:34.861] [LOG] Connecting socket for: newsfeed [02:57:34.862] [LOG] Starting module: newsfeed [02:57:34.863] [LOG] Connecting socket for: MMM-soccer [02:57:34.864] [LOG] Starting module: MMM-soccer [02:57:34.865] [LOG] Sockets connected & modules started ... [02:57:35.140] [LOG] Launching application. [02:57:38.216] [LOG] Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000 [02:57:38.364] [LOG] Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000Where am I wrong?
Can you help me?Thanks.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
