MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Cr4z33
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 1
    • Topics 16
    • Posts 461
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [MMM-NewsFeedTicker] scroll from left to right only?

      @sdetweil nope mine ist still going back and forth.

      posted in Custom CSS
      Cr4z33C
      Cr4z33
    • RE: MMM-NewsFeedTicker

      @cowboysdude not yet. :neutral_face:

      posted in Utilities
      Cr4z33C
      Cr4z33
    • RE: [MMM-NewsFeedTicker] scroll from left to right only?

      @sdetweil of course I did. :)

      posted in Custom CSS
      Cr4z33C
      Cr4z33
    • RE: [MMM-NewsFeedTicker] scroll from left to right only?

      OK this is getting weird now because I applied the above code and it STILL keeps scrolling back and forth! :anguished_face:

      posted in Custom CSS
      Cr4z33C
      Cr4z33
    • RE: [MMM-NewsFeedTicker] scroll from left to right only?

      @sdetweil thank you gonna try asap! :D

      posted in Custom CSS
      Cr4z33C
      Cr4z33
    • RE: MMM-NewsFeedTicker

      @Cr4z33 said in MMM-NewsFeedTicker:

      @justjim1220 I’ve moved to a NUC and your module is now scrolling incredibly smooth. :D

      Only can you please tell me what to edit to avoid scrolling from right to left (after having scrolled from left to right)?

      @BKeyport sorry for always bothering you lol, but you look still quite active here in the forums (despite of other developers that might have left). :)

      Do you know by chance what to edit here?

      posted in Utilities
      Cr4z33C
      Cr4z33
    • RE: [MMM-NewsFeedTicker] scroll from left to right only?

      @sdetweil nope I didn’t get what I wanted. :person_shrugging_medium-dark_skin_tone:

      posted in Custom CSS
      Cr4z33C
      Cr4z33
    • RE: [MMM-NewsFeedTicker] scroll from left to right only?

      @sdetweil thanks I already saw that page, but it talks about translateX and there’s no evidence of it in that module’s CSS.

      posted in Custom CSS
      Cr4z33C
      Cr4z33
    • [MMM-NewsFeedTicker] scroll from left to right only?

      Can someone please tell me what to edit to have the news scrolling from left to right only (and not also from right to left)?

      @-webkit-keyframes marquee {
        0% { left: 100%; }
        100% { left: -100%; }
      }
      
      @-moz-keyframes marquee {
        0% { left: 100%; }
        100% { left: -100%; }
      }
      
      @-ms-keyframes marquee {
        0% { left: 100%; }
        100% { left: -100%; }
      }
      
      @-o-keyframes marquee {
        0% { left: 100%; }
        100% { left: -100%; }
      }
      
      @keyframes marquee {
        0% { left: 100%; }
        100% { left: -100%; }
      }
      
      .MMM-NewsFeedTicker {
        width: 100%;
        height: 50px;
        line-height: 100%;
        overflow: hidden;
        background: rgb(104, 9, 9); /* background color - change to 'none' if don't want */
      }
      
      .MMM-NewsFeedTicker .tickerbody {
        margin: 0 auto;
        width: 100%;
        padding-top: 5px;
        position: relative;
        white-space: nowrap;
        overflow: visible;
        -webkit-animation: marquee linear infinite;
        -moz-animation: marquee linear infinite;
        -ms-animation: marquee linear infinite;
        -o-animation: marquee linear infinite;
        animation: marquee linear infinite;
      }
      
      .MMM-NewsFeedTicker .headline {
        font-size: 40px;
        font-weight: bold;
      }
      
      .MMM-NewsFeedTicker .image {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        bottom: 0;
        left: 0;
        height: 50px;
        z-index: 100;
        background: rgb(255, 255, 255); /* white background for image */
      }
      
      posted in Custom CSS
      Cr4z33C
      Cr4z33
    • RE: [MMM-RTSPStream] Cannot get vlc to work

      For your information MMM-FreeboxTV (with some little edits) does everything MMM-RTSPStream did with the difference that it keeps being developed and it works fine with VLC! 😁

      posted in Troubleshooting
      Cr4z33C
      Cr4z33
    • 1 / 1