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.

    [module.show] Not animated instantly shown

    Scheduled Pinned Locked Moved Bug Hunt
    10 Posts 4 Posters 5.3k Views 4 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.
    • T Offline
      TheBogueRat
      last edited by

      I’ve been fighting with this as well. @tosti007 I noticed the same thing in the inspector. Still looking for a solution but digging into the guts of this thing is time consuming… I appreciate the test results, that saved me some time chasing ghosts.

      // Show the desire modules
      var showModules = MM.getModules().withClass(page);
      for (i = 0; i < showModules.length; i += 1) {
          showModules[i].show(this.config.fadeTime);
      }
      

      If I figure it out I’ll post an update. I just wanted to let someone know that I’m experiencing the same issue.

      tosti007T 1 Reply Last reply Reply Quote 0
      • tosti007T Offline
        tosti007 Module Developer @TheBogueRat
        last edited by

        @TheBogueRat yea indeed it takes quite a while, let me know if you find anything! I hope you do

        If there is anything don't hesitate to contact me!
        ProfileSwitcher, TouchNotifications

        1 Reply Last reply Reply Quote 0
        • T Offline
          TheBogueRat
          last edited by

          I’ve found that if I have multiple iFrames in one position, i.e. ‘top_left’ and fade one out completely then start the fade in on the next one, I get the fade in/out to work properly which is my desired outcome.

          If I have single iFrames in the left and center and try to fade one out and the other in, it always pops in. That needs to be fixed but I couldn’t identify a cause.

          1 Reply Last reply Reply Quote 0
          • CatoC Offline
            Cato Module Developer
            last edited by Cato

            I noticed that animations works if you have at least one other visible module inside the region.

            I think the problem is in the function updateWrapperState (main.js) that will change the region wrapper’s style to “none” if no module inside the same region has a style.position of “fixed”.

            I’ve just added a PR that hopefully fixes this issue: https://github.com/MichMich/MagicMirror/pull/744

            1 Reply Last reply Reply Quote 3
            • CatoC Offline
              Cato Module Developer
              last edited by

              Just want to notify you that this issue has been solved in the latest commit in the develop-branch.

              1 Reply Last reply Reply Quote 4
              • 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