Read the statement by Michael Teeuw here.
MMM-Soccer - Standings, Schedules and Top Scorers
-
@Mykle1 hi, thanks for the suggestion. I’ve just tried a few teams in the format
focus_on: {"ENGLAND": "FC team name"},
and it makes no difference.logically I would expect to use the team name exactly as displayed - which is “Newcastle United FC”. Otherwise how would anyone know what team name to use?
Newcastle United FC
Newcastle United
Newcastle Utd FC
Newcastle Utd
Newcastle
FC Newcastle United
FC Newcastle Utd
FC Newcastle
Magpies
are all different … -
@Brandlin you are right, you should use
Newcastle United FC
as thats the value it gets compared to from the API. Can you try and setmax_teams: 5
-
Hi,
Wondering if someone can help.
Having the same issue that a few people have add around the focus_on tool.Here’s my code:
{ module: 'MMM-soccer', position: 'bottom_right', config: { colored: true, show: 'ENGLAND', max_teams: '5', leagues: {"ENGLAND": 445}, focus_on: {"ENGLAND": "Arsenal FC"} } },
Is there something I am doing wrong?
I have tried a few of the suggestions made before around the position of the FC e.g. ‘FC Arsenal’ and changing the max_teams line to (max_teams: 5), and none of the above have worked.Thanks
-
@layman_smiles the api returns
Arsenal FC
so that should be the correct value and max_teams should be definetely without quotes. I will try and debug after work. -
@strawberry-3.141 cheers man. i will remove the quote from the max_teams section, and wait to see what you find.
-
@layman_smiles as soon as i removed the quotes, I got the expected table
-
@strawberry-3.141 cheers mate, working as it should now. Thanks for looking into this for me
-
Hi @strawberry-3.141,
Really nice module! I have a request, if I may: It would be really good if there were an option to automatically cycle between a few leagues, instead of having to do it through voice control (which I don’t have!). Would you mind adding this?
Thanks in advance! -
@Henrik sorry I dont plan to add new feature to it, but feel free to send a pull request
-
@strawberry-3.141 Ok! I just might do that when time permits. :)