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 4.4k 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
      khrusher
      last edited by

      MMM-MyScorboard and MMM-MyStandings configured within MMM-Carousel as ‘positional’ The bottom_left rotates these two modules.

      not sure if MMM-Carousel plays into this, just wanted to add

      I see in the server output the fetch on regular intervals

      [2025-07-22 11:24:18.047] ^[[44m[DEBUG]^[[49m [MMM-MyStandings] https://site.api.espn.com/apis/v2/sports/baseball/mlb/standings?level=3&sort=gamesbehind:asc,winpercent:desc fetched

      I have manually pulled the data and it looks correct, however the data on the screen is not updated. If I refresh the screen r, the data is updated.

      S 1 Reply Last reply
      Reply Quote 0
      • S
        sdetweil @khrusher
        last edited by

        @khrusher can you try this temp fix
        https://forum.magicmirror.builders/post/127456

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply
        Reply Quote 0
        • K
          khrusher
          last edited by

          Update applied, ill know tomorrow if it worked…thanks.

          K 1 Reply Last reply
          Reply Quote 0
          • K
            khrusher @khrusher
            last edited by

            has not updated since patch and restart. I think ill try without carousel

            K 1 Reply Last reply
            Reply Quote 0
            • K
              khrusher @khrusher
              last edited by

              ill check tomorrow

              1 Reply Last reply
              Reply Quote 0
              • K
                khrusher
                last edited by

                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
                Reply Quote 0
                • S
                  sdetweil @khrusher
                  last edited by

                  @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
                  Reply Quote 0
                  • K
                    khrusher @sdetweil
                    last edited by sdetweil

                    @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
                    Reply Quote 0
                    • S
                      sdetweil @khrusher
                      last edited by

                      @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
                      Reply Quote 0
                      • K
                        khrusher @sdetweil
                        last edited by

                        @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
                        Reply Quote 0
                        • S
                          sdetweil @khrusher
                          last edited by

                          @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

                          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 / 1
                          • 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