• 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.
  • M Offline
    mumblebaj Module Developer @kusselin
    last edited by Nov 24, 2020, 5:42 PM

    @kusselin You are rotating the pages every 60 seconds? Correct? From what I understand, ever time the pages rotate a call is done to get data which would be true in the case of mmm-traffic. It could be that by the time the module get it’s data that the rotation has happened and then it does not display? I may be wrong. I don’t use the module myself.

    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, 6:39 PM

      I have now taken the code for my MMM-pages out of the config.js - strange then everything works! then traffic is displayed … so it is due to the MMM-pages module …

      Question: Can the mmm-pages code be at the very end of the config.js or does it have to be at the beginning?

      Question 2: the mmm-pages code from me is correct, right?

      I have already set the time to 120,000, there too no traffic and current weather is displayed! :-( I’m with my Latain at the end :-(

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

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

        I have already set the time to 120,000

        what is the time value increment, seconds or milliseconds? if milliseconds, that 120,000 is just 2 minutes

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Nov 25, 2020, 6:10 PM Reply Quote 0
        • K Offline
          kusselin
          last edited by Nov 24, 2020, 6:52 PM

          exactly … milliseconds and two minutes should be long for a switch …

          as I said, even if I take out the duration time it doesn’t work with traffic and the weather module :-(

          I take the complete mmm-pages code out of the config, then everything works!

          1 Reply Last reply Reply Quote 0
          • M Offline
            mumblebaj Module Developer @sdetweil
            last edited by Nov 25, 2020, 6:10 PM

            @sdetweil I have had a look and I see the following:

            Will not show MMM-Traffic. LockStrings active: module_7_MMM-pages
            

            I assume this is why the MMM-Traffic is not showing when used in MMM-Pages? I have added the modules on my test machine and I can’t get the module to show either. I see that the above error comes from the main.js of MM. maybe you can shed more light on the issue for @kusselin

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

            S 1 Reply Last reply Nov 25, 2020, 6:26 PM Reply Quote 0
            • S Away
              sdetweil @mumblebaj
              last edited by Nov 25, 2020, 6:26 PM

              @mumblebaj that is not an error. Just info.

              The module will ONLY be shown on its page, or if set to fixed.

              All the message says is pages hid it, and no-one else can show it

              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
                last edited by Nov 25, 2020, 6:55 PM

                Looks like this module manipulates the hidden status directly, instead of calling the hide/show api…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                M 1 Reply Last reply Nov 26, 2020, 3:55 PM Reply Quote 0
                • M Offline
                  mumblebaj Module Developer @sdetweil
                  last edited by Nov 26, 2020, 3:55 PM

                  @sdetweil Yeah, doesn’t seem to play well with pages. The minute you remove paged the module works fine.

                  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 26, 2020, 7:44 PM

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

                    Yeah, doesn’t seem to play well with pages. The minute you remove paged the module works fine.

                    Yep, that’s how I see it … the MMM traffic module cannot be used in combination with the MMM pages module !!

                    1 Reply Last reply Reply Quote 0
                    • K Offline
                      kusselin
                      last edited by Dec 26, 2020, 1:26 PM

                      MMM-Traffic definitely doesn’t work with the module “Pages” !!! And the weather module doesn’t work either if you run the “pages” module !! This is a pity :-(

                      Can the developer of MMM Traffic and the MMM-OpenmapWeather take a look …

                      here again my config:

                      {
                          			module: "MMM-pages",
                          			config: {
                      						modules: 
                      						[[ "MMM-SoccerLiveScore" ],
                      						[ "MMM-COVID19-AMPEL" ],
                      						[ "MMM-Formula1" ]],
                      			fixed: [ "clock" , "MMM-OpenmapWeather" , "weatherforecast" , "MMM-PublicTransportHafas" , "newsfeed" , "calendar" , "MMM-Fuel", "MMM-Tankerkoenig" , "MMM-ioBroker" , "MMM-Traffic" ],
                          		rotationTime: 120000,
                      			}
                      		},
                      
                      S 1 Reply Last reply Dec 26, 2020, 2:28 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      • 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