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.

    Rolling Banner

    Scheduled Pinned Locked Moved Troubleshooting
    18 Posts 4 Posters 8.8k Views 4 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.
    • Z Offline
      zkab
      last edited by

      Second one ?

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @zkab
        last edited by

        @zkab

        .region.bottom .helloworld div {
          display: block;
          width: 100%;
          height: 130px;
        
          position: absolute;
          overflow: hidden;
        
          animation: marquee 10s linear infinite;
        }
        

        Please create a github issue if you need help, so I can keep track

        1 Reply Last reply Reply Quote 0
        • Z Offline
          zkab
          last edited by

          OK - I got it more or less working …
          There are two things I can’t figure out how to solve:

          1. The upper-case character seem to be chopped of above and lower part of some character (like g) have the same problem.
            I have changed ‘height: 130px’ back and forth … no effect.
          2. The rolling text don’t flow smoothly but hacks …

          Below is a portion of my helloworld.

          .helloworld {
          font-size: 75px;
          color: #660;
          font-family: "Roboto Condensed", sans-serif;
          font-style: normal;
          }
          .region.bottom .helloworld div {
            display: block;
            width: 100%;
            height: 230px;
            position: absolute;
            overflow: hidden;
            animation: marquee 15s linear infinite;
          }
          @keyframes marquee {
            0% { left: 50%; }
            100% { left: -100%; }
          }
          
          
          strawberry 3.141S 1 Reply Last reply Reply Quote 0
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer @zkab
            last edited by strawberry 3.141

            @zkab 2. is expected behaviour of a pi as it doesn’t have a lot of rendering power

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 0
            • Z Offline
              zkab
              last edited by

              Thanks for your support … sad that pi is so weak …

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