Read the statement by Michael Teeuw here.
-
@Manu85 All issues should now be fixed. Do another update.
-
@mumblebaj Thank you good night…
-
@mumblebaj I updated, but I have nothing left, good night :beaming_face_with_smiling_eyes:
-
{ module: "MMM-Rugby", position: "top_right", disabled: false, config: { updateInterval: 1000*60*60*24, rotateInterval: 60000, sport: "mru", rankingLimit: 10, matchesLimit: 10, matchesOlderThan: 7, competitions: ["Six Nations"], collectionType: "free" } },
-
@Manu85 Please make sure you have the latest update for the module.
Also, you have specify the correct competition. See EADME for the correct options.
-
@mumblebaj ok after searching, searching, searching, I just saw that you have to put “Six Nations 2024” in "league_data.json there is “Six Nations” that’s what was causing the problem, I saw that there was a new module update an hour ago maybe that’s it?, but now it works, great
{ "leagueId": 51, "leagueName": "Six Nations", "leagueType": "Cup", "leagueFlag": "https://media.api-sports.io/rugby/leagues/51.png", "leagueCountryId": 25, "leagueCountryName": "Europe", "leagueCountryCode": null, "leagueCountryFlag": null, "currentSeasons": [ { "season": 2024, "current": true, "start": "2024-02-02", "end": "2024-03-16" } ] },
-
@mumblebaj Hi, I saw that you had a new “autoUpdate” option, great, you took 1 hour on days from Sunday to Friday and 30 minutes on Saturday. but the matches are also played on Sunday, for example the top 14 or the six nations, the ideal would be to activate this option 30 minutes Saturday and Sunday, have a good day
-
@Manu85 Hi. Yeah I noticed that yesterday. I have pushed a fix for it now.
-
@Manu85 I am working on translations for the module and need some help with it. Can you verify the below for me?
{ "Rank": "Classement", "Flag": "Drapeau", "Team": "Équipe", "Country": "Pays", "Pld" : "MJ", "W": "V", "D": "D", "L": "N", "GD" : "DP", "Pts": "Pts", "N/A" : "N/A", "Date": "Date", "Time": "Temps", "Home": "Domicile", "Away": "Extérieure", "Score": "Score" }
-
@mumblebaj Great, for the data you can put the following information I added the right information
{
“Rank”: “Classement”, « Place »
“Flag”: “Drapeau”, « Flag » ok
“Team”: “Équipe”, « Équi »
“Country”: “Pays”, « ok »
“Pld” : “MJ”, « ok »
“W”: “V”, « Ok »
“D”: “D”, « ok »
“L”: “N”, « Ok »
“GD” : “DP”, « Ok »
“Pts”: “Pts”, « Ok »
“N/A” : “N/A”, « Ok »
“Date”: “Date”, « Ok »
“Time”: “Temps”, « Ok »
“Home”: “Domicile”, « Dom »
“Away”: “Extérieure”, « Ext »
“Score”: “Score”. « Ok »
}