Read the statement by Michael Teeuw here.
MMM-Soccer - Standings, Schedules and Top Scorers
-
-
supposed to be the right one, but if you read my previous comment, you can see that it wasn’t working, it just worked with the change in MMM-soccer.js
THX
-
@hugopvl it didn’t work because of the small mistake I mentioned before. Your config entry was not recognized because your object was
league:
notleagues:
@strawberry-3-141 might include in the README that additional leagues can be included via the config entry you made before. Or include all of them from the start. -
Today the European Championship will kickoff :flexed_biceps: :soccer_ball:
I’m currently working on version 3 of this module. It will be possible to not only display the standings of a league but also get the schedules and top scorers displayed in a carousel.
On top of that, the module will finally support cups such as the European Championship, Champions League, and World Cup.
If you want to test the beta for tonight’s kickoff, then head over to Github https://github.com/fewieden/MMM-soccer/pull/42 for all details.
If you find any issues or need help, please report them here https://github.com/fewieden/MMM-soccer/pull/42 so they are all grouped together.
-
Fixed the standings for the ongoing European Championship. Schedules are now filtered by the current matchday.
Check out https://github.com/fewieden/MMM-soccer/pull/42 to test v3 of the module.
-
thanks for the new version, it’s really great. Great new features.
However, i have Problem to install the leatest version with „schedules fix“. Unfortunately I am not so familiar with git. Is there a new branch available or have to use „feature/extract-api-provider"?
-
@babene1 it is the same branch. You can check which branch you are currently using with
git status
.On branch feature/extract-api-provider Your branch is up to date with 'origin/feature/extract-api-provider'.
To update to the latest commit you can simply run
git pull
, as no dependencies have changed. -
my branch is up to date
but my result is this screen
this is my modul-config:
{ module: 'MMM-soccer', position: 'top_right', config: { colored: true, logos: true, rotationInterval: 20 * 1000, // 20 seconds instead of 15 (default) provider: { 'football-data': { apiKey: 'API Keay' // Replace with your API key } }, competitions: [ { code: 'EC', // European championship standings: { provider: 'football-data', focusOn: 'GER', // Germany maxEntries: 5 }, schedules: { provider: 'football-data', maxEntries: 7 } }, ] } },
should not only display the current matchday?
-
@babene1 schedules wasn’t optimized yet for no
focusOn
team specified.Run
git pull
to get the latest commit. -
@strawberry-3-141 Really great work man!