Read the statement by Michael Teeuw here.
MMM-soccer v2
-
@lavolp3 Hi, do i have to use the API out of the Email and that’s it?..or do I have to do something else with the API?
Thanks in advance -
@Stoffbeuteluwe Yes use the key that you have received and put it in your config and that’s it.
-
@lavolp3 thank you
-
Hi lavolp3,
your module is crashing if showMatches = false
kind regards -
@dirk-graetz thanks! Will have a look into it. Have to admit that I am not good in debugging my modules.
-
Does this show the Championship, Leagues 1 and 2 in England? Thanks
-
@Nero No, only Premier League for England.
-
Hey @lavolp3
I want to show the next matches of my team and this doesn’t work.
If I change ‘league’ to ‘next’ (or ‘daily’) the screen displays only the header of the league table ("teams, games & goal difference).focus_on in combination with " matchtype: ‘league’ " works. My team is highlighted. (see the first config):
{ module: 'MMM-soccer', position: 'top_right', config: { api_key: 'my api', show: ['BL1'], colored: true, focus_on: { 'BL1': 'FC Bayern München', }, matchType: 'league' } },
here is my “next” config of this module, which doesn’t work.
{ module: 'MMM-soccer', position: 'top_right', config: { api_key: 'my api', show: ['BL1'], colored: true, focus_on: { 'BL1': 'FC Bayern München', }, matchType: 'next', numberOfNextMatches: 5 } },
-
@matze86 The setup works for me and shows me the next 5 matches of Bayern München.
It actually also shows the last match so I might have to check that.
-
@matze86 CAn you open the magicmirror page in your browser and check the developer’s tools (f12 --> console) for any errors?
You might also activate debug mode in your config (debug: true
) to get more output from the module.