• 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-NewsFeedTicker, how do I make the marquee go faster

Scheduled Pinned Locked Moved Unsolved Troubleshooting
8 Posts 3 Posters 2.1k 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.
  • L Offline
    Lordy
    last edited by broberg Oct 12, 2019, 11:05 AM Oct 12, 2019, 10:40 AM

    Hello,

    I would like to make the marquee faster, but do not know how?
    I’ve already tried it with “Animation Speed”.
    Which possibilities are still there?

    Lordy
    (translate by google)

    1 Reply Last reply Reply Quote 0
    • B Offline
      broberg Project Sponsor
      last edited by Oct 12, 2019, 11:04 AM

      Try adding this to your custom.css :

      .MMM-NewsFeedTicker .tickerbody {
        -webkit-animation: marquee 2s linear infinite;
        -moz-animation: marquee 2s linear infinite;
        -ms-animation: marquee 2s linear infinite;
        -o-animation: marquee 2s linear infinite;
        animation: marquee 2s linear infinite;
      }
      
      1 Reply Last reply Reply Quote 0
      • L Offline
        Lordy
        last edited by Oct 12, 2019, 5:47 PM

        Thanks first. (Erstmal Danke)
        But feel no difference to before. (Aber spüre keinen unterschied zu voher)
        Can you do it even faster? (Kann man es noch schneller machen?)

        B 1 Reply Last reply Oct 13, 2019, 9:24 AM Reply Quote 0
        • B Offline
          broberg Project Sponsor @Lordy
          last edited by Oct 13, 2019, 9:24 AM

          @Lordy

          Try this, but after that I don’t know.

          .tickerbody {
            -webkit-animation: marquee 1s linear infinite !important;
            -moz-animation: marquee 1s linear infinite !important;
            -ms-animation: marquee 1s linear infinite !important;
            -o-animation: marquee 1s linear infinite !important;
            animation: marquee 1s linear infinite !important;
          }
          

          Be aware that the Raspberry pi doesn’t do animations very well, so something that works smooth and quick on a normal computer won’t work as well on a pi.

          1 Reply Last reply Reply Quote 0
          • L Offline
            Lordy
            last edited by Oct 13, 2019, 11:18 AM

            Thanks, great job.:winking_face:
            There you can see how “important” is important, the same, did yesterday too.

            1 Reply Last reply Reply Quote 0
            • L Offline
              Lordy
              last edited by Oct 13, 2019, 11:38 AM

              I have now discovered a new problem.
              I want to read the entire line and not the same line twice. *(Ich möchte die gesamte Zeile und nicht zweimal dieselbe Zeile lesen.)
              Where can you extend the display time? (Wo kann man die Anzeigezeit verlängern?)

              1 Reply Last reply Reply Quote 0
              • J Offline
                JohnDelta
                last edited by Dec 14, 2019, 5:08 PM

                @broberg said in MMM-NewsFeedTicker, how do I make the marquee go faster:

                MMM-NewsFeedTicker

                go to the following line in the MMM-NewsFeedTicker.js file and change the number 1000 to a lower number. (some users are finding that changing to 300 works best for them, adjust to your preference)

                tickerBody.style.animationDuration = Math.round(this.config.updateInterval / 1000) + "s";
                

                hope it helps you

                L 1 Reply Last reply Dec 16, 2019, 3:03 PM Reply Quote 0
                • L Offline
                  Lordy @JohnDelta
                  last edited by Dec 16, 2019, 3:03 PM

                  @JohnDelta
                  Unfortunately no, thanks anyway.
                  My main concern is: “I want to read the entire line and not the same line twice. Where can you extend the display time?”

                  Lordy

                  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