• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 87.7k 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
    manu85340 @mumblebaj
    last edited by Mar 3, 2024, 4:24 PM

    @mumblebaj do you think that in apisports I can put the top 14 and six nations so that they are displayed in the module?

    M 1 Reply Last reply Mar 4, 2024, 2:08 PM Reply Quote 0
    • M Offline
      mumblebaj Module Developer @manu85340
      last edited by Mar 4, 2024, 2:08 PM

      @manu85340 Hi, no, the apiSports API only takes a single league as input.

      Check out my modules at: https://github.com/mumblebaj?tab=repositories

      M 2 Replies Last reply Mar 4, 2024, 8:51 PM Reply Quote 0
      • M Offline
        Manu85 @mumblebaj
        last edited by Mar 4, 2024, 8:51 PM

        @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

        M 1 Reply Last reply Mar 5, 2024, 2:55 PM Reply Quote 0
        • M Offline
          Manu85 @mumblebaj
          last edited by Manu85 Mar 5, 2024, 9:51 AM Mar 5, 2024, 7:59 AM

          @mumblebaj Hi ! it could look like this without column “B” which indicates the offensive and defensive bonuses

          0a629206-821e-4092-98b9-2d6481caa87d-image.png

          1 Reply Last reply Reply Quote 0
          • M Offline
            mumblebaj Module Developer @Manu85
            last edited by Mar 5, 2024, 2:55 PM

            @Manu85 You can set the below in your css/custom.css which 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?

            Check out my modules at: https://github.com/mumblebaj?tab=repositories

            S M 2 Replies Last reply Mar 5, 2024, 3:01 PM Reply Quote 0
            • S Away
              sdetweil @mumblebaj
              last edited by Mar 5, 2024, 3:01 PM

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

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 1 Reply Last reply Mar 5, 2024, 4:53 PM Reply Quote 1
              • M Offline
                Manu85 @mumblebaj
                last edited by Mar 5, 2024, 4:52 PM

                @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

                M 1 Reply Last reply Mar 5, 2024, 5:01 PM Reply Quote 0
                • M Offline
                  Manu85 @sdetweil
                  last edited by Mar 5, 2024, 4:53 PM

                  @sdetweil Thanks Sam for your help

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mumblebaj Module Developer @Manu85
                    last edited by mumblebaj Mar 5, 2024, 5:03 PM Mar 5, 2024, 5:01 PM

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

                    e365e40b-15b4-4d90-b722-e4006f8c0b66-image.png

                    Check out my modules at: https://github.com/mumblebaj?tab=repositories

                    M 1 Reply Last reply Mar 5, 2024, 5:03 PM Reply Quote 0
                    • M Offline
                      Manu85 @mumblebaj
                      last edited by Mar 5, 2024, 5:03 PM

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

                      M 1 Reply Last reply Mar 5, 2024, 5:05 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 10
                      • 11
                      • 5 / 11
                      5 / 11
                      • First post
                        45/105
                        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