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

This Day in History ticker?

Scheduled Pinned Locked Moved Requests
14 Posts 4 Posters 5.9k Views 3 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
    donutsoup
    last edited by Feb 10, 2018, 11:22 PM

    Hi folks,

    I’ve found a handful of This Day in History modules and even RSS feeds, but they all show one fact per day. What I have in mind is a TDIH that’s like a news ticker. For example, if today were Feb. 23, then it would display “1836 - Battle of Alamo in Texas” and then four seconds later show “1887 - French Riviera hit by earthquake” and so on. Does such a thing already exist? If not, could someone help me code it?

    N 1 Reply Last reply Feb 10, 2018, 11:44 PM Reply Quote 1
    • N Offline
      ninjabreadman @donutsoup
      last edited by Feb 10, 2018, 11:44 PM

      @donutsoup I think @cowboysdude’s module should do what you want: https://forum.magicmirror.builders/topic/1803/mmm-history/9

      It’s a TDIH module that cycles through different years and their significance.

      Problem with config or JavaScript? Copy/paste it into JSHint.
      Check out the detailed walkthroughs on install, config, modules, etc.

      D 1 Reply Last reply Feb 12, 2018, 3:39 PM Reply Quote 2
      • D Offline
        donutsoup @ninjabreadman
        last edited by donutsoup Feb 12, 2018, 3:43 PM Feb 12, 2018, 3:39 PM

        @ninjabreadman Thank you! I wonder if there’s a way to make it display not quite so much info? Like just a little blurb before moving on to the next event on the day in question?

        Y 1 Reply Last reply Feb 12, 2018, 4:24 PM Reply Quote 0
        • Y Offline
          yawns Moderator @donutsoup
          last edited by Feb 12, 2018, 4:24 PM

          @donutsoup

          You mean just showing an excerpt of the actual text? You could try to fiddle around with CSS using text-overflow: ellipsis; but this does not support multiline text. So it would be very ugly :) Besides that, this is not possible at this point.
          Should be easy to implement something like maxLength: 200, to cut the text after 200 characters and to show a … at the end to indicate there is more text. I don’t see the use, as you cannot tap the … to see the whole text.

          I submitted a Pull Request, let’s see if cowboysdude accepts my changes to his module :)

          D C 3 Replies Last reply Feb 13, 2018, 5:58 AM Reply Quote 1
          • D Offline
            donutsoup @yawns
            last edited by donutsoup Feb 13, 2018, 5:59 AM Feb 13, 2018, 5:58 AM

            @yawns Thank you! Solid suggestions. Yeah an excerpt would work. I just want less info on the screen at a time, and more of them. What I was envisioning is like what pops up when you type a date into Wikipedia (is that a faux pas? Noob here…). This was under the “Feb 12” entry: 0_1518501360438_Screen Shot 2018-02-12 at 11.53.57 PM.png

            1 Reply Last reply Reply Quote 0
            • D Offline
              donutsoup @yawns
              last edited by Feb 13, 2018, 5:22 PM

              @yawns Ok I think I found what I’m looking for here: http://history.muffinlabs.com

              Now how do I get it on my Magic Mirror? Again, Noob here.

              N 1 Reply Last reply Feb 15, 2018, 2:08 AM Reply Quote 0
              • C Offline
                cowboysdude Module Developer
                last edited by Feb 14, 2018, 2:01 AM

                Just write a module.

                1 Reply Last reply Reply Quote 0
                • C Offline
                  cowboysdude Module Developer @yawns
                  last edited by Feb 14, 2018, 2:06 AM

                  @yawns said in This Day in History ticker?:

                  @donutsoup

                  You mean just showing an excerpt of the actual text? You could try to fiddle around with CSS using text-overflow: ellipsis; but this does not support multiline text. So it would be very ugly :) Besides that, this is not possible at this point.
                  Should be easy to implement something like maxLength: 200, to cut the text after 200 characters and to show a … at the end to indicate there is more text. I don’t see the use, as you cannot tap the … to see the whole text.

                  I submitted a Pull Request, let’s see if cowboysdude accepts my changes to his module :)

                  I wouldn’t have a problem with that if it’s a config option. :)

                  Y 1 Reply Last reply Feb 14, 2018, 8:44 AM Reply Quote 0
                  • Y Offline
                    yawns Moderator @cowboysdude
                    last edited by Feb 14, 2018, 8:44 AM

                    @cowboysdude said in This Day in History ticker?:

                    I wouldn’t have a problem with that if it’s a config option. :)

                    That’s exactly what I submitted: https://github.com/cowboysdude/MMM-History/pulls

                    C 1 Reply Last reply Feb 15, 2018, 1:28 AM Reply Quote 3
                    • C Offline
                      cowboysdude Module Developer @yawns
                      last edited by cowboysdude Feb 15, 2018, 1:30 AM Feb 15, 2018, 1:28 AM

                      @yawns said in This Day in History ticker?:

                      @cowboysdude said in This Day in History ticker?:

                      I wouldn’t have a problem with that if it’s a config option. :)

                      That’s exactly what I submitted: https://github.com/cowboysdude/MMM-History/pulls

                      Then request accepted :) Thank you! It’s done!

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