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.

    Troublesshooting config

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    9 Posts 2 Posters 75 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.
    • S Offline
      sdetweil @videogame95
      last edited by

      @videogame95 yes there are two different ways of coding the pages

      You can use the module names as you are doing

      I always found this frustrating. Looking at a module config, I had to scroll back to the pages config to find out where it was and then scroll back to the module config, where was that?

      So I documented the page classes approach

      In pages
      Call them useful names , page1,page2, mom, dad, kids, house

      Then at each module after the module:
      Add

      classes:"page1”, 
      

      Or whatever page (or space separated list of page names)
      On the pages config fixed, I use “on_every_page”

      This also solves the problem with multiple of same module on different pages(weather current on one forecast on another)

      But I also am confused, as the latest pages config uses a different timing variable name?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • V Offline
        videogame95
        last edited by

        Thanks what are page position can i use as see that s missing and could not see
        any on the list use could give me a list of position I can use in pages like top-left
        would this be the correct way to write it in the position space? I’ve seen it on
        other modules but can remember all the position .

        thank for your help

        S 1 Reply Last reply Reply Quote 0
        • V Offline
          videogame95
          last edited by

          I have a copy of my config before adding page I’ve replaced it with that one so I can add the pages to that one if its working always make a copy before add any new modules.

          thank again

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

            @videogame95 positions are unchanged in pages

            See https://docs.magicmirror.builders/modules/configuration.html#position

            We can only show or hide modules
            Pages module makes virtual pages by only showing selected modules in defined groups, hiding all the others

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @videogame95 change the update time in pages to 20 seconds to test

              20000 ( milliseconds)

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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