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

MMM-MyStandings

Scheduled Pinned Locked Moved Sport
24 Posts 12 Posters 10.2k Views 13 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.
  • N Offline
    Newtothis @sdetweil
    last edited by Sep 28, 2019, 5:43 PM

    @sdetweil Thank you!

    I managed to get it working by renaming the module and replacing all instances of the module name with something different.

    I am having trouble getting ‘ENG_NATIONAL’, ‘ENG_LEAGUE_1’ AND ‘ENG_LEAGUE_2’ tables to appear, do you have any ideas on how to get them working?

    Thank you

    S V 2 Replies Last reply Sep 28, 2019, 6:11 PM Reply Quote 0
    • S Offline
      sdetweil @Newtothis
      last edited by Sep 28, 2019, 6:11 PM

      @Newtothis sorry. No idea how the module works

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • V Offline
        vinp Module Developer @Newtothis
        last edited by Oct 2, 2019, 6:47 PM

        @Newtothis said in MMM-MyStandings:

        ENG_NATIONAL

        Your config should look something like :

        {
                    module: "MMM-MyStandings",
                    position: "top_left",
                    config: {
                        sports: [
        		    { league: "ENG_LEAGUE_1" },
                        ]
                    }
                },
        

        You can add more leagues to rotate by adding a similar format inside of the sports [] array
        { league: “ENG_LEAGUE_1” },
        { league: “ENG_LEAGUE_2” },
        { league: “ENG_NATIONAL” },

        1 Reply Last reply Reply Quote 0
        • D Offline
          Dropzone1969
          last edited by Dec 12, 2020, 1:24 AM

          Is there a way to make the NFL rotate between NFC and AFC?

          1 Reply Last reply Reply Quote 0
          • C Offline
            chanster
            last edited by Jan 12, 2021, 7:02 PM

            Love this module ! Instead of grouping by divisions, is there a way group by conference instead for NBA?

            1 Reply Last reply Reply Quote 1
            • R Offline
              ricochetd
              last edited by Feb 22, 2021, 3:31 PM

              Got a pretty basic config where I’m just starting with only NHL standings. The config.js below is the only thing that works, but it only gives the NHL Central Division standings. If showByDivision is set to true, any other Division is listed or even commented out, it shows no standings at all; just a black screen. I included a header so that I know it’s actually loading; it’s not providing any results. I’ve done a git pull and it says it’s up to date. If I change the league to NBA, it loads all of the divisions. Also, is it possible to show by overall league standings?

              Here’s my config.js code and screenshots:

              {
              module: “MMM-MyStandings”,
              header: “My Standings”,
              position: “top_right”,
              config: {
              updateInterval: 60 * 60 * 1000, // every 60 minutes
              rotateInterval: 1 * 60 * 1000, // every 1 minute
              sports: [
              { league: “NHL” },
              ],
              nameStyle: “short”,
              showLogos: true,
              useLocalLogos: true,
              showByDivision: false,
              fadeSpeed: 1000,
              },
              },

              showByDivision_false_Output.JPG

              showByDivision_true_Output.JPG

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 3
              • 3 / 3
              • 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