@dadAndEl Check that it is not set to private as I could not see it as well now.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MealViewer
-
RE: MMM-Rugby
@manu85340 Hi. I have updated the module. You can now do a gitpull and test if all is working ok. There seem to have been an issue with the call that refreshes the league data. Should be working fine now.
-
RE: MMM-Rugby
@manu85340 I have now looked at the API and it looks like the data has changed. I need to have a look at it a little more. Will advise when I have an update available.
-
RE: MMM-Rugby
@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
apiSportDaysPastvalue to say 365 then they will display again. -
RE: MMM-Rugby
@manu85340 No. That is not how it works. The module looks at the date of each game and does calculations based on your
apiSportDaysPastandapiSportsDaysFutureconfigs to work out if there is games data to display.If I change the
apiSportDaysPastconfig 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.
-
RE: MMM-Rugby
@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.

-
RE: MMM-MovieListings
UPDATES
V1.1.0
- Fixed issue with cast list appending cast members from different movies to the same list. Now only cast members of the displayed movie is displayed.
- Update and simplify the API calls to reduce the number of calls.
