Read the statement by Michael Teeuw here.
MMM-Stock (issues with 'height' of the module)
-
@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…
-
@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 } -
@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
-
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? -
i try to disable the animation but without success.
has someone a solution?