Read the statement by Michael Teeuw here.
-
@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 } } }, -
@mumblebaj do you think that in apisports I can put the top 14 and six nations so that they are displayed in the module?
-
@manu85340 Hi, no, the apiSports API only takes a single league as input.
-
@mumblebaj shit ! Do you think it is possible to remove the lines of rows and columns that look like an Ecxel table? and I think it would be preferable to make a single column of the difference of the points scored and conceded to have the goal-average: GA-GF, it would be clearer to read and it would take up less space, thank you, I think your module is going to be a real success
-
@mumblebaj Hi ! it could look like this without column “B” which indicates the offensive and defensive bonuses

-
@Manu85 You can set the below in your
css/custom.csswhich would eliminate the borders if you prefer not to see them..MMM-Rugby #MMMRugby-rankingTable td, .MMM-Rugby #MMMRugby-rankingTable th, .MMM-Rugby #rankingMatchesTable td, .MMM-Rugby #rankingMatchesTable th { border: none; }Do you mean you would prefer to see a Goal difference and not the Goals For and Goals Against columns?
-
@mumblebaj said in Hello everyone, do you know if there is an MM module for rugby:
.MMM-Rugby #MMMRugby-rankingTable td,
.MMM-Rugby #MMMRugby-rankingTable th,just fyi, you don’t have to duplicate the major part of the selector clause
.MMM-Rugby #MMMRugby-rankingTable td, th, .MMM-Rugby #rankingMatchesTable td, th { border: none; }should have worked too…
-
@mumblebaj thank you for your help and thank you also to @sdetweil and indeed only one idiot with the goal difference in the place of the two columns goals scored and goals conceded
-
@sdetweil Thanks Sam for your help
-
@Manu85 said in Hello everyone, do you know if there is an MM module for rugby:
idiot
:beaming_face_with_smiling_eyes:
I have remove GF and GA and added GD. You can update the module.

-
@mumblebaj great, a big thank you, however I won’t be able to see it until tomorrow because I have reached the number of API keys for the day:sleepy_face:
-
@Manu85 You can do
1000*60*30which is update every 30 minutes which gives you 48 calls 84 calls for the day. -
@mumblebaj Yes, but I tried a lot of modifications today and every time I refresh the MM, I think it makes an API call
-
@Manu85 Yes, that is correct. If you not making changes to the MMM-Rugby module then switch to the
freeoption instead. -
@mumblebaj Yes you’re right that’s what I should have done…I’m stupid not to have thought of that before
-
@mumblebaj I think that if it is possible you can delete the column circled in blue given what it is in the title, it will ultimately make a PERFECT module

-
@mumblebaj on the other hand it’s strange I don’t have the six nations, I put you my config.js, did I make a mistake?
{ module: "MMM-Rugby", position: "top_right", disabled: false, config: { updateInterval: 1000*60*60*24, rotateInterval: 60000, sport: "mrs", rankingLimit: 10, matchesLimit: 10, matchesOlderThan: 7, competitions: ["Six Nations"], collectionType: "free" } },
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