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

MMM-ModulesGroupsRotation - simple alternative to MMM-pages

Scheduled Pinned Locked Moved Utilities
28 Posts 4 Posters 2.7k 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.
  • S Offline
    sdetweil @plainbroke
    last edited by sdetweil Jun 22, 2024, 11:02 AM Jun 22, 2024, 2:51 AM

    @plainbroke ok here you go

    cd ~/MagicMirror/modules
    rename current MMM-Carousel folder to something else

    git clone https://github.com/sdetweil/MMM-Carousel

    same config.js with one addition

    new field

    slideTimeout: [
       { index: 0, timeout:5*60*1000},   // this one is more than your transitionInterval
       { index: 12: timeout: 1*60*1000} // this one is less than  your transition interval
    ],
    

    index starts at 0 for 1st slide in the slides list
    you can override as many as you like with different settings for each

    the timeout value is in milliseconds like the transitionInterval

    if any slide’s index is not in the slideTimeout list,
    then it gets the transitionInterval delay time

    if you don’t add any slideTimeout entries, it just like the previous module…

    the slideTimeout list does not have to be in any particular order

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    S 1 Reply Last reply Jun 22, 2024, 7:04 PM Reply Quote 1
    • S Offline
      sdetweil @sdetweil
      last edited by sdetweil Jun 22, 2024, 7:27 PM Jun 22, 2024, 7:04 PM

      @plainbroke I decided that index was a lousy term , slideNumber is better and starts with 1

      it is a more human thing…

      either will work, index starting at 0, or slideNumber start at 1

      I have updated the readme as well.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Jun 22, 2024, 8:58 PM Reply Quote 1
      • S Offline
        sdetweil @sdetweil
        last edited by sdetweil Jun 23, 2024, 8:20 PM Jun 22, 2024, 8:58 PM

        @plainbroke I’ve updated my fork of MMM-pages with the same function .
        https://github.com/sdetweil/MMM-pages

        only they are called pages instead of slides

        pageTimeout: [ {pageNumber:x, timeout:nnnnn},....]
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 2
        • L Offline
          lazerclone @plainbroke
          last edited by Jun 24, 2024, 1:21 PM

          @plainbroke The repo is public. Maybe you are trying to clone the https link and not the ssh. Do you still have an issue?

          S 1 Reply Last reply Jun 24, 2024, 1:47 PM Reply Quote 1
          • S Offline
            sdetweil @lazerclone
            last edited by Jun 24, 2024, 1:47 PM

            @lazerclone I was able to fork, i submitted a pr for this different page timeout

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            L 1 Reply Last reply Jun 24, 2024, 2:09 PM Reply Quote 0
            • L Offline
              lazerclone @sdetweil
              last edited by Jun 24, 2024, 2:09 PM

              @sdetweil Nice! I just merged your PR

              P 1 Reply Last reply Jul 1, 2024, 7:56 PM Reply Quote 0
              • P Offline
                plainbroke @lazerclone
                last edited by Jul 1, 2024, 7:56 PM

                @lazerclone
                @sdetweil
                Thank you both for your help it actually works like you say…
                As long as I can keep our power on.
                We are getting a string of storms here in Kansas and we are evidently dead center of their paths.
                So far I have lost a HDD in my Mirror
                The Hdd in my main computer windows.
                and now the damn A/C pooped out.
                Storm season should be over and oven on high season should be the norm.
                Welcome to Kansas.

                Slow learner. But trying anyways.

                S 1 Reply Last reply Jul 1, 2024, 8:00 PM Reply Quote 0
                • S Offline
                  sdetweil @plainbroke
                  last edited by Jul 1, 2024, 8:00 PM

                  @plainbroke yes, texas is fun too… mostly the oven section…

                  UPS battery backup saves the day…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 1
                  • 1
                  • 2
                  • 3
                  • 3 / 3
                  • 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