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-History

    Scheduled Pinned Locked Moved Education
    9 Posts 4 Posters 7.2k 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.
    • D Offline
      dherl0623 @cowboysdude
      last edited by

      @cowboysdude Worked like a charm! Thanks again!

      cowboysdudeC 1 Reply Last reply Reply Quote 1
      • cowboysdudeC Offline
        cowboysdude Module Developer @dherl0623
        last edited by

        @dherl0623 You’re very welcome, enjoy! :)

        1 Reply Last reply Reply Quote 0
        • cowboysdudeC Offline
          cowboysdude Module Developer
          last edited by

          All is good in History land :)

          Mykle1M 1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @cowboysdude
            last edited by

            @cowboysdude

            I’m sorry you had this idea before me. Really, just a great idea for a module. Interesting, informative and fun. :-)

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 1
            • D Offline
              dherl0623
              last edited by

              Would there be a way to add some sort of faded countdown to when the next fact is going to show? I hate walking up and get halfway through a long one, and them having to wait for it to come back around. First world problems, I know :-P. I am not well versed in Javascript, but I was thinking about maybe reverse engineering the countdown function in this module: https://github.com/fewieden/MMM-VocabularyTrainer

              Thanks!

              yawnsY 1 Reply Last reply Reply Quote 0
              • yawnsY Offline
                yawns Moderator @dherl0623
                last edited by

                @dherl0623 said in MMM-History:

                Would there be a way to add some sort of faded countdown to when the next fact is going to show? I hate walking up and get halfway through a long one, and them having to wait for it to come back around. First world problems, I know :-P. I am not well versed in Javascript, but I was thinking about maybe reverse engineering the countdown function in this module: https://github.com/fewieden/MMM-VocabularyTrainer

                Thanks!

                Simple thing would be to increase rotation time.
                Default is rotateInterval: 20 * 1000 in milliseconds. So it is set to 20 seconds.

                In your config.js try this and play around with the timing to adjust to your needs:

                {
                	module: 'MMM-History',
                	position: 'bottom_bar',
                	config: {
                		rotateInterval: 60 * 1000 // 60 seconds
                	}
                },
                
                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