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

Scheduled Pinned Locked Moved Education
9 Posts 4 Posters 6.6k 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.
  • C Offline
    cowboysdude Module Developer @dherl0623
    last edited by cowboysdude May 1, 2017, 12:11 AM May 1, 2017, 12:04 AM

    @dherl0623 Let me check it out :)

    do a git pull to update.

    Don’t forget to run ‘npm install’ from the ~MagicMirror/modules/MMM-History directory :)

    D 1 Reply Last reply May 1, 2017, 12:27 AM Reply Quote 1
    • D Offline
      dherl0623 @cowboysdude
      last edited by May 1, 2017, 12:27 AM

      @cowboysdude Worked like a charm! Thanks again!

      C 1 Reply Last reply May 1, 2017, 12:29 AM Reply Quote 1
      • C Offline
        cowboysdude Module Developer @dherl0623
        last edited by May 1, 2017, 12:29 AM

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

        1 Reply Last reply Reply Quote 0
        • C Offline
          cowboysdude Module Developer
          last edited by Aug 23, 2017, 11:16 AM

          All is good in History land :)

          M 1 Reply Last reply Jan 17, 2018, 8:58 PM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @cowboysdude
            last edited by Jan 17, 2018, 8:58 PM

            @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 Jan 19, 2018, 5:15 PM

              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!

              Y 1 Reply Last reply Jan 19, 2018, 8:52 PM Reply Quote 0
              • Y Offline
                yawns Moderator @dherl0623
                last edited by Jan 19, 2018, 8:52 PM

                @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