Read the statement by Michael Teeuw here.
Soccer Noob needs help!
-
@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 -
@thedoorsfanatic
No, I haven’t.
It looks a lot like MMM-soccer (code-wise, because there are no screenshots available), with the difference that it still uses v1, which probably will not work.
And I do not see the possibility for team-logos.Do you use it ?
Does it work ? -
@evroom
No, I use MMM-SoccerLiveScore myself and got it timed with MMM-ModuleScheduler so I don’t get spoiled before watching Sportschau ;) -
Interesting.
I do not use MMM-ModuleScheduler.
Could you give an example on how to configure it for MMM-SoccerLiveScore ?
Do you schedule it to NOT see it during a specific period, like Saturday from 15:30 to 20:00 ? -
I think I got it.
Perhaps there is a better way, because I do not understand show, hidden and dim very good.
I thought it would be easy to say “show from to”, “hide from to” or “dim from to”, but like this it seems to work:{ module: 'MMM-SoccerLiveScore', position: 'top_right', //header: 'Live-Scores', classes: 'scheduler', config: { module_schedule: [ {from: '45 22 * * *', to: '30 19 * * 6', dimLevel: '10'}, // dim Saturday from 19:30 to 22:45 {from: '00 20 * * *', to: '30 13 * * 7', dimLevel: '10'}, // dim Sunday from 13:30 to 20:00 // {from: '00 20 * * *', to: '30 15 * * 6', dimLevel: '10'}, // dim Saturday from 15:30 to 20:00 ], leagues: [37,],
-
Nope, does not work.
An example would be nice.