Read the statement by Michael Teeuw here.
MMM-Soccer - Standings, Schedules and Top Scorers
-
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
-
@Mitchfarino well when you have one, you can insert it again, this will force the module to refresh more often ;)
-
Just been looking at your NFL module, it’s incredible!
Is there anyway you could implement something similar for fixtures/live games in the soccer module?
-
@Mitchfarino when i get my voice recognition in a stable version I want to upgrade a couple of my modules like fixtures for this one, but currently there is a big issue, so it can take a while
-
[card:fewieden/MMM-soccer]
Changelog:
Implemented voice commands to switch the leagues on the fly
-
Hey All,
I have the problem that some are icons not displayed. Does somebody has any idea?
THX