Read the statement by Michael Teeuw here.
MMM-Soccer - Standings, Schedules and Top Scorers
-
@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. :)
-
Fixed icons for german bundesliga and italian serie a
also updated league codes[card:fewieden/MMM-soccer]
-
No icons for the Campeonato Brasileiro da Série A ?
How can I add those? I would be glad to contribute and upload the code/files to git.
-
@fabbr if you can send me the exact name from the API and a link to a SVG version of the logo, then I can add it
-
@strawberry-3.141 Here you can find the SVG, you’re looking for Serie-A: https://github.com/hugomiura/escudos-times-brasil-svg
Here’s the API: [{“id”:444,“caption”:“Campeonato Brasileiro da Série A”,“league”:“BSA”,“year”:“2017”,“currentMatchday”:20,“numberOfMatchdays”:38,“numberOfTeams”:20,“numberOfGames”:380,“lastUpdated”:“2017-08-24T00:40:05Z”},
The strong thing is that if I use:
leagues: {“BRAZIL”: 444},
for the configuration it doesn’t show up. but If I use:
leagues: {“ENGLAND”: 444},What am I doing wrong?
Thank you again, this is a great module!
-
@fabbr When I go to that page it says svg files are invalid
I need single svg files anyways (each team) with the api name of the team.
Here are the current icon fixes per team https://github.com/fewieden/MMM-soccer/blob/master/MMM-soccer.js#L13-L18When you tried
leagues: {'BRAZIL': 444}
did you also setshow: 'BRAZIL'