Read the statement by Michael Teeuw here.
-
@mumblebaj there is another match, the first which is not part of the six nations, I will give you my js config, I may have made mistakes, thank you for your help
{ module: "MMM-Rugby", position: "top_right", disabled: false, config: { updateInterval: 1000*60*60*24, rotateInterval: 60000, competition: ["Six Nations 2024"], rankingLimit: 10, matchesLimit: 10, matchesOlderThan: 7 } },
-
@Manu85 Thanks for the feedback. Will have a look at the above. The table display may not get any better for this.
Will see if I can trace why those 2 matches are in the results. They certainly should not be.
-
@mumblebaj ok, thank you for your work
-
@manu85340 Busy working on the below. Hopefully I will have a release ready this weekend.

-
@manu85340 Starting to look a lot better. Now to work on the match data.

-
@mumblebaj you are the best !!!
If you want you can delete the country comnne and can the column headers be “changeable” in French?
Pld = MJ / W=V / D=N / L=D /
GF= I think points marked? if that’s it then if possible PM
GA= I think not cashed? if that’s it then if possible PE
and for pts no problem
This is only if it is possible, if it is configurable this would give a possibility of configuration for the countries where your module is installed.
But you are on top, BRAVO -
@Manu85 I can look at adding a Translation option. The fields are as follows.
Rank
Flag
Team
Country
PLD=Played
W = Win
D = Draw
L = Lose
GF = Goals For
GA = Goals Against
Pts = PointsIf you can provide me with the French equivalent then I can add it.
Still have a bit of work to do on the Previous tables.
-
@mumblebaj Yes!!! Below is the French translation if you want the diminutives so that it takes up less space, tell me
Rank = Classement
Flag = écusson
Team = équipe
Country= pays
PLD=Joué
W = Gagné
D = nul
L = Perdu
GF = Marqués
GA = Encaissés
Pts = Points -
@Manu85 said in Hello everyone, do you know if there is an MM module for rugby:
PLD=Joué
W = Gagné
D = nul
L = Perdu
GF = Marqués
GA = Encaissés
Pts = PointsAre there ay short codes I can use for these? The table will become too big with the full text
-
@mumblebaj ok, you can put the following things:
PLD=J
W = G
D = N
L = P
GF = MA (if it possible Otherwise M)
GA = EN (if it possible Otherwise E)
Pts = Pts -
@mumblebaj you can even save a column (if you want) by making a single column of the difference of the points scored and conceded to have the goal-average: GA-GF and this column in French would be called “DIF” :-)
-
@mumblebaj and for the top 14 there are 14 teams, so it would be great to have all 14, thank you again for your work
-
@Manu85 said in Hello everyone, do you know if there is an MM module for rugby:
Points
You can now do an update. Please take note of the requirements. You need to register for an API-KEY on API-SPORTS. Check the readme for new settings.
-
@mumblebaj ok, I will try this as soon as I get home, I will let you know, thanks again
-
@mumblebaj Hello when I go to the API-SPORTS site I have a page where I have a link for api rugby but when I click on the link the page returns me an error code, perhaps I am not in the right place , I need your help please, below is the link to the api-sports page and this from api rugby
https://api-sports.io/
API-SPORTS: https://v1.rugby.api-sports.io/ -
@mumblebaj sorry I didn’t see that in the readme there was a link… I registered and when I am on the page I have several api sports when I click on api-rugby nothing happens
-
@Manu85 Check under account and then my access. You should see if you have a key. If not then create one.
If you already have one then you should see it here.

If you do not have one yet then scroll down and click subscribe next to Rugby.

-
@mumblebaj ok, thank you very much, I got there, I have a few questions to ask you I will do that tomorrow because it must be dark at your place too!
-
@mumblebaj Hello, I hope you are well my first question is the following I cannot get the “Six Nations” I first thought that on your example in the readme there was “Six Nations 2024” and in the leage_data.json was “Six Nations” but it didn’t work then I saw the line:
apiSportStandingLeagueId: 16 ```, was on 16 (top 14) I tried to delete this line but the mirror does not start I tried to put "0" at the end but that does not work either I changed the line: sport: "mru", by sport: "mrs", but it's the same I'm trying to follow my config.js if you could tell me where the problem is please?{ module: "MMM-Rugby", position: "top_right", disabled: false, config: { updateInterval: 1000*60*60*24, rotateInterval: 60000, sport: "mrs", rankingLimit: 14, matchesLimit: 10, matchesOlderThan: 7, competitions: ["Top 14","Six Nations"], collectionType: "apiSport", // api-key required apiSports: { apiSportStandingLeagueId: 16, apiSportKey: "beb4f679043bxxxxxxxxxxxxxxxxxxxx", apiSportTZ: "Europe/Paris", numberofGamesToDisplay: 10, apiSportsNumRankings: 10, apiSportDaysPast: 7, apiSportsDaysFuture: 14 } } }, -
@Manu85 said in Hello everyone, do you know if there is an MM module for rugby:
{
module: “MMM-Rugby”,
position: “top_right”,
disabled: false,
config: {
updateInterval: 10006060*24,
rotateInterval: 60000,
sport: “mrs”,
rankingLimit: 14,
matchesLimit: 10,
matchesOlderThan: 7,
competitions: [“Top 14”,“Six Nations”],
collectionType: “apiSport”, // api-key required
apiSports: {
apiSportStandingLeagueId: 16,
apiSportKey: “beb4f679043bxxxxxxxxxxxxxxxxxxxx”,
apiSportTZ: “Europe/Paris”,
numberofGamesToDisplay: 10,
apiSportsNumRankings: 10,
apiSportDaysPast: 7,
apiSportsDaysFuture: 14
}
}
},The competitions are used for
freeonly and not for apiSports. If you want to see six nations on apiSports then you need to specify it’s leagueId in the apiSportStandingLeagueId, which is 51.The free api does not have a Top 14 that I could find.
I will update the example configs for both in a bit.
Example Config for
free{ module: "MMM-Rugby", position: "top_right", disabled: false, config: { updateInterval: 1000*60*60*24, rotateInterval: 60000, sport: "mrs", rankingLimit: 14, matchesLimit: 10, matchesOlderThan: 7, competitions: ["Six Nations", "Rugby Europe Trophy 2024"], collectionType: "free" } },Example Config for apiSports:
{ module: "MMM-Rugby", position: "top_right", disabled: false, config: { updateInterval: 1000*60*60*24, rotateInterval: 60000, rankingLimit: 14, matchesLimit: 10, matchesOlderThan: 7, collectionType: "apiSport", apiSports: { apiSportStandingLeagueId: 16, apiSportKey: "beb4f679043bxxxxxxxxxxxxxxxxxxxx", apiSportTZ: "Europe/Paris", numberofGamesToDisplay: 10, apiSportsNumRankings: 10, apiSportDaysPast: 7, apiSportsDaysFuture: 14 } } },
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login