Closed oturan233 closed 1 year ago
leagueId
is an array of strings, so something like this should work for the LCK:
{
"module":"MMM-LOLESPORTS-SCHEDULES",
"position":"bottom_left",
"config":{
"leagueId":[
"98767991310872058"
]
}
}
For example, if you wanted multiple leagues (LCK + LCS):
{
"module":"MMM-LOLESPORTS-SCHEDULES",
"position":"bottom_left",
"config":{
"leagueId":[
"98767991310872058",
"98767991299243165"
]
}
}
It worked,
Thanks again..
Hi ,
Thanks for this great module..
When I try to set leagueId for LCK
nothing appears.
If I delete league ID NA LCS appears.
I tried several version for this but it does not work for example
leagueId:98767991310872058,
leagueId:'98767991310872058',
leagueId:"lck",