MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Hello everyone, do you know if there is an MM module for rugby

    Scheduled Pinned Locked Moved Requests
    105 Posts 5 Posters 152.6k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      Manu85 @Manu85
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • M Offline
        Manu85 @mumblebaj
        last edited by

        @mumblebaj I’m reading the readme and I don’t see the “top 14” do you think it’s possible to add it? Strength to you and the ZAF🏉

        mumblebajM 2 Replies Last reply Reply Quote 0
        • mumblebajM Offline
          mumblebaj Module Developer @Manu85
          last edited by

          @Manu85 Unfortunately those are not part of the API. From what I could see he was creating tables from CSV files manually for those.

          Check out my modules at: https://github.com/mumblebaj?tab=repositories
          Check my blog-post: https://mumblebaj.xyz/
          Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

          1 Reply Last reply Reply Quote 0
          • mumblebajM Offline
            mumblebaj Module Developer @Manu85
            last edited by

            @Manu85 There is another API that would give us results for this but it does mean that you would have to subscribe to it. I will have a look at incorporating it into the code. Will give the option to use the free API with the current available stats, and using the other and what is available on there. Will have a look when I have some time this week.

            Check out my modules at: https://github.com/mumblebaj?tab=repositories
            Check my blog-post: https://mumblebaj.xyz/
            Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

            M 3 Replies Last reply Reply Quote 0
            • M Offline
              Manu85 @mumblebaj
              last edited by

              @mumblebaj Magnificent !!! I hope you will succeed (but I have no doubt of it :-))

              1 Reply Last reply Reply Quote 0
              • M Offline
                Manu85 @mumblebaj
                last edited by

                @mumblebaj I see an ‘intruder’ match, it’s the one I circled in red, it’s not teams from the Six Nations tournament.

                competition: ["Six Nations 2024"],
                

                I don’t know if you can do anything, I also saw that you were going to work again on the presentation of the tables, it will be great

                c3d18703-8e83-4933-84a6-325e32e18a15-image.png

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Manu85 @mumblebaj
                  last edited by

                  @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
                                  	}
                     	 	},
                  

                  65a45bb8-1578-47c2-b6ff-09c0d7f34a3c-image.png

                  mumblebajM 1 Reply Last reply Reply Quote 0
                  • mumblebajM Offline
                    mumblebaj Module Developer @Manu85
                    last edited by

                    @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.

                    Check out my modules at: https://github.com/mumblebaj?tab=repositories
                    Check my blog-post: https://mumblebaj.xyz/
                    Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                    M 1 Reply Last reply Reply Quote 0
                    • M Offline
                      manu85340 @mumblebaj
                      last edited by

                      @mumblebaj ok, thank you for your work

                      mumblebajM 2 Replies Last reply Reply Quote 0
                      • mumblebajM Offline
                        mumblebaj Module Developer @manu85340
                        last edited by

                        @manu85340 Busy working on the below. Hopefully I will have a release ready this weekend.

                        3eb86352-9518-42f9-ba59-32fcea8ab5e6-image.png

                        Check out my modules at: https://github.com/mumblebaj?tab=repositories
                        Check my blog-post: https://mumblebaj.xyz/
                        Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                        1 Reply Last reply Reply Quote 0
                        • mumblebajM Offline
                          mumblebaj Module Developer @manu85340
                          last edited by

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

                          01059544-df0b-4c01-b5cc-7694c31fdad2-image.png

                          Check out my modules at: https://github.com/mumblebaj?tab=repositories
                          Check my blog-post: https://mumblebaj.xyz/
                          Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                          M 1 Reply Last reply Reply Quote 0
                          • M Offline
                            Manu85 @mumblebaj
                            last edited by

                            @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

                            mumblebajM 1 Reply Last reply Reply Quote 0
                            • mumblebajM Offline
                              mumblebaj Module Developer @Manu85
                              last edited by

                              @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 = Points

                              If 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.

                              Check out my modules at: https://github.com/mumblebaj?tab=repositories
                              Check my blog-post: https://mumblebaj.xyz/
                              Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                              M 1 Reply Last reply Reply Quote 0
                              • M Offline
                                Manu85 @mumblebaj
                                last edited by

                                @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

                                mumblebajM 2 Replies Last reply Reply Quote 0
                                • mumblebajM Offline
                                  mumblebaj Module Developer @Manu85
                                  last edited by

                                  @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 = Points

                                  Are there ay short codes I can use for these? The table will become too big with the full text

                                  Check out my modules at: https://github.com/mumblebaj?tab=repositories
                                  Check my blog-post: https://mumblebaj.xyz/
                                  Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                                  M M 3 Replies Last reply Reply Quote 0
                                  • M Offline
                                    Manu85 @mumblebaj
                                    last edited by

                                    @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

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      Manu85 @mumblebaj
                                      last edited by

                                      @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” :-)

                                      1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        manu85340 @mumblebaj
                                        last edited by

                                        @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

                                        1 Reply Last reply Reply Quote 0
                                        • mumblebajM Offline
                                          mumblebaj Module Developer @Manu85
                                          last edited by

                                          @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.

                                          Check out my modules at: https://github.com/mumblebaj?tab=repositories
                                          Check my blog-post: https://mumblebaj.xyz/
                                          Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                                          M 3 Replies Last reply Reply Quote 0
                                          • M Offline
                                            Manu85 @mumblebaj
                                            last edited by

                                            @mumblebaj ok, I will try this as soon as I get home, I will let you know, thanks again

                                            1 Reply Last reply Reply Quote 0

                                            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
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 2 / 6
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy