@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
}
},
]
}
}






