Read the statement by Michael Teeuw here.
MMM-Soccer - Standings, Schedules and Top Scorers
-
@strawberry-3.141 thank you just updated and it working now. How did you do the graduation? All 5 teams are for me on position 1 because the season hasn started yet and all in the same focus. Will this change?
-
@darkeagl105 it’s done from the api after the first matchday this should be fixed automatically
-
Very nice module :)
thanks
-
If I were to find an API for the Scottish football league could I use it with this?
-
I looked into this api and scotland is not supported
I think that you will get your data in a different structure, so you can’t use this module for it as it is, but you can adjust this module for your needs :)
-
I see that the API supports champions league. Ive added Champions to the league list with id 440 but it seems that it gets stuck in a loading screen.
Perhaps cause there has been no games yet?
Was looking to isolate a certain group in the champions league, group C, any advise on making amendments? -
@McSorley there is no cup support yet, the data for cups look different than for leagues
-
When I attempt to use focus_on in the config, no data is displayed in the table
Is this correct or does the readme need updating?
{
module: ‘MMM-soccer’,
position: ‘bottom_left’,
config: {
api_key: ‘’,
show: ‘ENGLAND’,
focus_on: {‘ENGLAND’:‘LIVERPOOL’},
max_teams: 10,
leagues: {‘ENGLAND’: 426}
}
}, -
@Mitchfarino you provided a wrong teamname, it should be in your case
'Liverpool FC'
and I suggest to remove the api_key and leagues line from config, because that are the default values anyways and therefore are not needed in the config{ module: 'MMM-soccer', position: 'bottom_left', config: { show: 'ENGLAND', focus_on: { 'ENGLAND': 'Liverpool FC' }, max_teams: 10 } },
-
@strawberry-3.141 I do have an API key, don’t I need it? I just blanked it out for my post
Thanks for your reply and module