• 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-MyStanding not updating within MMM-Carousel

Scheduled Pinned Locked Moved Unsolved Troubleshooting
11 Posts 2 Posters 1.0k Views 2 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.
  • K Offline
    khrusher @khrusher
    last edited by Jul 23, 2025, 8:14 PM

    ill check tomorrow

    1 Reply Last reply Reply Quote 0
    • K Offline
      khrusher
      last edited by Jul 24, 2025, 1:29 PM

      without MMM-Carousel and with the manual updates in the referenced item above, MMM-MyStandings updated properly.

      MMM-Carousel was swapping MMM-MyStandings and MMM-MyScoreboard. all this time that standings was not updating, MMM-MyScoreboard was. Scores were updated along with the live game action.

      Feels like an issue combining MMM-Carousel and MMM-MyStandings, maybe some kind of notification crossup

      S 1 Reply Last reply Jul 24, 2025, 1:52 PM Reply Quote 0
      • S Offline
        sdetweil @khrusher
        last edited by Jul 24, 2025, 1:52 PM

        @khrusher can you show the config of the two modules?
        what is the carousel rotation rate?

        the standings default is 1 minute for multiple teams…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Jul 24, 2025, 2:15 PM Reply Quote 0
        • K Offline
          khrusher @sdetweil
          last edited by sdetweil Jul 24, 2025, 2:37 PM Jul 24, 2025, 2:15 PM

          @sdetweil

          sure…

          {
                   "module": "MMM-Carousel",
                   "position":"bottom_bar",
                   "showPageIndicators":true,
                   "config": {
                     "transitionInterval": 20000,
                     "mode": "positional",
                     "bottom_left": { "enabled": true, "ignoreModules": []  }
                   }
                },    
          
                {
                    module: "MMM-MyScoreboard",
                    position: "bottom_left",
                    classes: "default everyone",
                    config: {
                       showLeagueSeparators: true,
                       colored: true,
                       viewStyle: "smallLogos",
                       rolloverHours: 11,
                       teams: ["BOS"],
                       sports: [
                         {
                           league: "NHL",
                         },
                         {
                             league: "MLB",
                             teams: ["BOS"]
                         },
                         {
                             league: "NFL",
                             teams: ["NE"]
                         }
                         ]
                    }
                },
                {
                   "module":"MMM-MyStandings",
                   "position":"bottom_left",
                   "config":{
                      "rotateInterval":2 * 60 * 1000,
                      "sports":[
                         {
                            "league":"MLB",
                            "groups":[
                               "American League East"
                            ]
                         },
                         {
                            "league":"NFL",
                            "groups":[
                               "ACF East"
                            ]
                         }
                      ]
                   }
                },
          
          S 1 Reply Last reply Jul 24, 2025, 2:42 PM Reply Quote 0
          • S Offline
            sdetweil @khrusher
            last edited by Jul 24, 2025, 2:42 PM

            @khrusher so carousel rotates every 20 (20*1000 milliseconds) seconds, and standings rotates every 2 minutes (2*60*1000)

            Standings does not provide the suspend/resume methods, so it doesn’t know when its hidden or visible.
            so it will keep rotating while hidden

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            K 1 Reply Last reply Jul 24, 2025, 3:16 PM Reply Quote 0
            • K Offline
              khrusher @sdetweil
              last edited by Jul 24, 2025, 3:16 PM

              @sdetweil

              is this breaking the update notification? is there something I can do? Or is the lack of suspend/resume methods ultimately a show stopper here for now?

              S 1 Reply Last reply Jul 24, 2025, 3:32 PM Reply Quote 0
              • S Offline
                sdetweil @khrusher
                last edited by Jul 24, 2025, 3:32 PM

                @khrusher I don’t know the effect. but given how fast you are cycling with carousel, I don’t think it should matter

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 1 / 2
                1 / 2
                • First post
                  9/11
                  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