@Michel-0 I just tested it, please make sure you use the newest version of MagicMirror + dependencies to contain the fix https://github.com/MichMich/MagicMirror/pull/2674

@Michel-0 I just tested it, please make sure you use the newest version of MagicMirror + dependencies to contain the fix https://github.com/MichMich/MagicMirror/pull/2674

@andyyy I just tested it, please make sure you use the newest version of MagicMirror + dependencies to contain the fix https://github.com/MichMich/MagicMirror/pull/2674

@hango I responded with an MVP of a custom module using the modal in the related Github issue https://github.com/fewieden/MMM-Modal/issues/17
@michel-0 you probably have the issue with the expired certificate. Which version of MagicMirror are you using?
@jalibu there is a simple version of types in the main repo https://github.com/MichMich/MagicMirror/blob/master/module-types.ts
@andyyy which fuel provider are you using? tankerkoenig, spritpreisrechner or nsw
@biebermann you can also read this for more details https://github.com/MichMich/MagicMirror/issues/2671
@mz-ber I just installed the module. It shows No warnings for me. Also if I use your config.
@requiemm the API still provides the data from last season. I started building a prototype with a different API provider.
https://github.com/fewieden/MMM-NFL/issues/44#issuecomment-932719760
@arora1mayank the whole concept of the MagicMirror is based upon augmented reality. Therefore nothing is needed to implement as long as you have a mirror in front of your monitor.
@matze86 this is already possible, see example config:
{
module: 'MMM-soccer',
position: 'top_right',
config: {
provider: {
'football-data': {
apiKey: 'XXX'
}
},
competitions: [
{
code: 'BL1',
scorers: {
provider: 'football-data',
maxEntries: 5
}
},
]
}
}

@pikasso I just started the module with your config and got data.

Do you have any errors in the logs?
@matze86 I’m not exactly sure what you want. Do you want to show only one single player or only the top scorer view?
@seansation this is currently not supported, feel free to send a pr.
@babene1 schedules wasn’t optimized yet for no focusOn team specified.
Run git pull to get the latest commit.

@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.
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.
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.



https://github.com/fewieden/MMM-Fuel
[card: fewieden/MMM-Fuel]
@rxldavid the code is open source so you can check it for malicious intent or security issues