Read the statement by Michael Teeuw here.
MMM-Rugby
-
@manu85340 Please can you share you config with me?
-
@manu85340 Just checking api-sport Tope 14 ended in June 2024. The module is setup to only show data from x amount of days previous,
apiSportDaysPast:
. Could be that because the league is finished that there is no data coming through.{ "leagueId": 16, "leagueName": "Top 14", "leagueType": "League", "leagueFlag": "https://media.api-sports.io/rugby/leagues/16.png", "leagueCountryId": 7, "leagueCountryName": "France", "leagueCountryCode": "FR", "leagueCountryFlag": "https://media.api-sports.io/flags/fr.svg", "currentSeasons": [ { "season": 2023, "current": true, "start": "2023-08-18", "end": "2024-06-08" } ] },
The League standings will continue to show data as this is built differently but match results will no longer show because of the dayspast config.
-
@mumblebaj ok indeed the top 14 ended in june 2024, I’m waiting for your news, thank you
-
@mumblebaj Do you think it’s possible to update it?
-
@manu85340 To update what?
-
@mumblebaj Update dates! if I change the dates in league_data.json will it work? if I put:
"season": 2024, "current": true, "start": "2024-08-18", "end": "2025-06-08"
-
@manu85340 No. That is not how it works. The module looks at the date of each game and does calculations based on your
apiSportDaysPast
andapiSportsDaysFuture
configs to work out if there is games data to display.If I change the
apiSportDaysPast
config to 124 days then I get data displayed. But after a few days that will disappear again.Until a new league season starts you will not have data again. Unless you follow an active league.
-
@mumblebaj I don’t know if I understood what you said, but does that mean that I can no longer have the scores and rankings for the top 14 for this season?
-
@manu85340 You can have the rankings but not the scores. As they are out of date, they will not be displayed unless you set the
apiSportDaysPast
value to say 365 then they will display again. -
@mumblebaj yes but the championship will not be up to date, the ranking is that of the last season 2023/2024, and the matches if I put:
apiSportDaysPast: 365,
I would not have the scores of the last meetings, the top 14 started on September 7, 2024 and ends on June 7, 2025
thanks for your help