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

Not all Modules are displaying on the tv

Scheduled Pinned Locked Moved Troubleshooting
34 Posts 6 Posters 6.7k Views 5 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.
  • L Offline
    lavolp3 Module Developer @sdetweil
    last edited by Nov 23, 2020, 2:29 PM

    @sdetweil Thank you. It seems the hide and show calls in MMM-pages need to be amended by the (standard) lockstring to work properly.
    The module is after all expected to overwrite any other hide/show functionality.
    I had the same issue so I’ll try that out in the next days.

    How to troubleshoot modules
    MMM-soccer v2, MMM-AVStock

    S 2 Replies Last reply Nov 23, 2020, 2:31 PM Reply Quote 0
    • S Away
      sdetweil @lavolp3
      last edited by sdetweil Nov 23, 2020, 2:33 PM Nov 23, 2020, 2:31 PM

      @lavolp3 Pages uses lockstring already

      module.hide(
              self.config.animationTime / 2,
              { lockString: self.identifier }
            ));
      
      
      module.show(
                self.config.animationTime / 2,
                { lockString: self.identifier }
              ));
      

      uses the MMM-Pages module identifier as the string

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @lavolp3
        last edited by Nov 23, 2020, 2:42 PM

        @lavolp3 said in Not all Modules are displaying on the tv:

        The module is after all expected to overwrite any other hide/show functionality.

        it may need FORCE (it should check if the hide or show worked)

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • K Offline
          kusselin
          last edited by Nov 24, 2020, 4:30 PM

          OK. thank you for the detailed discussion. But what does that mean in plain language for everyone or for me as a not so html understanding?
          What must or can I change in my config.js so that it works again?
          Greeting

          S 1 Reply Last reply Nov 24, 2020, 4:57 PM Reply Quote 0
          • S Away
            sdetweil @kusselin
            last edited by Nov 24, 2020, 4:57 PM

            @kusselin if you use MMM-Pages, every module must be described on some page, or in the fixed list (fixed means every page)

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • K Offline
              kusselin
              last edited by Nov 24, 2020, 5:07 PM

              @sdetweil said in Not all Modules are displaying on the tv:

              if you use MMM-Pages, every module must be described on some page, or in the fixed list (fixed means every page)

              o.k. and how do i this with the describe?? Sorry, but can you give an example please with my config.js with MM-Traffic

              M 1 Reply Last reply Nov 24, 2020, 5:09 PM Reply Quote 0
              • M Online
                mumblebaj Module Developer @kusselin
                last edited by Nov 24, 2020, 5:09 PM

                @kusselin This is an example of mine.

                2010dc50-cc0a-4515-addf-eb24130fdd08-image.png

                Modules are either on Page1 or Page 2 and then I have modules (fixed) that display on all pages.

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

                1 Reply Last reply Reply Quote 0
                • K Offline
                  kusselin
                  last edited by Nov 24, 2020, 5:14 PM

                  and this is mine:

                  {
                      			module: "MMM-pages",
                  		disabled: false,
                      			config: {
                              				modules: 
                  			[[ "MMM-SoccerLiveScore" ],
                  			[ "MMM-NowPlayingOnSpotify" ],
                  			[ "MMM-COVID19-AMPEL" , "MMM-Traffic" ],
                  			[ "MMM-Formula1" , "MMM-Spotify" ],
                  			[ "MMM-Globe" , "MMM-Spotify" ],
                  			[ "MMM-PublicTransportHafas" , "MMM-Spotify" ],
                  			[ "MMM-Worldclock" , "MMM-Spotify" ]],
                  			
                  				fixed: [ "clock" , "MMM-OpenmapWeather" , "weatherforecast" , "MMM-PublicTransportHafas" , "newsfeed" , "calendar" , "MMM-Fuel", "MMM-Tankerkoenig" , "MMM-ioBroker" ],
                      				rotationTime: 60000,
                  			animationTime: 0,
                  			}
                  		},
                  

                  but what is there wromg?

                  M 1 Reply Last reply Nov 24, 2020, 5:30 PM Reply Quote 0
                  • M Online
                    mumblebaj Module Developer @kusselin
                    last edited by Nov 24, 2020, 5:30 PM

                    @kusselin Have you tried running the module without the extra config? animationTime has default value of 0, disabled you probably don’t need to set and the rotationTime you probably don’t need to set for now.

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

                    1 Reply Last reply Reply Quote 0
                    • K Offline
                      kusselin
                      last edited by Nov 24, 2020, 5:35 PM

                      @mumblebaj said in Not all Modules are displaying on the tv:

                      Have you tried running the module without the extra config? animationTime has default value of 0, disabled you probably don’t need to set and the rotationTime you probably don’t need to set for now.

                      If I take out rotation time and duration time nothing happens either :-( traffic is not displayed although it is fixed … I don’t know what to do now … it’s strange …

                      've actually already stuck that with pages … fixed modules are always there and the others are then faded in!

                      M 1 Reply Last reply Nov 24, 2020, 5:42 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 2 / 4
                      2 / 4
                      • First post
                        15/34
                        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