MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-History

    Education
    4
    9
    5751
    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.
    • cowboysdude
      cowboysdude Module Developer last edited by cowboysdude

      Description:

      This is a module that shows this day in history. Historical events on a daily basis based on date. It cycles through years on a rotating basis.

      Screenshots:

      0_1487539681365_screenshot.png

      Download:

      Version 1.0.0

      D 1 Reply Last reply Reply Quote 3
      • D
        dherl0623 @cowboysdude last edited by

        @cowboysdude This looks like an awesome module! Unfortunately, upon installation I get “undefined” underneath where it says “Today In History”. I believe I have installed everything properly!

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

          @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 Reply Quote 1
          • D
            dherl0623 @cowboysdude last edited by

            @cowboysdude Worked like a charm! Thanks again!

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

              @dherl0623 You’re very welcome, enjoy! 🙂

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

                All is good in History land 🙂

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

                    yawns 1 Reply Last reply Reply Quote 0
                    • yawns
                      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 1
                      • 1 / 1
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy