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-Stock (issues with 'height' of the module)

    Scheduled Pinned Locked Moved Troubleshooting
    7 Posts 4 Posters 4.5k 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.
    • V Offline
      valid8r @valid8r
      last edited by

      @valid8r I seem to have figured out at least part of the solution by setting the parameter "

      .quotes {
      height: 25px;

      to

      .quotes {
      height: 100px;

      While this fixes the number of scrolling ‘rows’ of stocks, the animation is still kind of strange…

      V 1 Reply Last reply Reply Quote 0
      • V Offline
        valid8r @valid8r
        last edited by

        @valid8r I also don’t understand this code for animation and how it works…

        .quotes ul:hover { animation-play-state: paused }
        .quotes span:hover+ul { animation-play-state: paused }

        strawberry 3.141S Q 2 Replies Last reply Reply Quote 0
        • strawberry 3.141S Offline
          strawberry 3.141 Project Sponsor Module Developer @valid8r
          last edited by

          @valid8r I’m not familiar with this module, but :hover is a css pseudo-class which will be active when you “hover” mouse over the element. in this case the defined animation will be paused, and will be continued after you leave the element with your mouse, because the hover state will be inactive.

          More about pseudo classes here http://www.w3schools.com/css/css_pseudo_classes.asp

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

          1 Reply Last reply Reply Quote 0
          • Q Offline
            qqqqqqqq @valid8r
            last edited by qqqqqqqq

            @valid8r

            Hi, I’ve been trying to use this module but every time it shows me config file error, and in case it starts without any error, i can’t see it in the MagicMirror.
            Can you help me out here? Can you share the code that you’ve used?

            1 Reply Last reply Reply Quote 0
            • B Offline
              Babene1 Project Sponsor
              last edited by

              i try to disable the animation but without success.
              has someone a solution?

              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