Closed bhoglan closed 1 year ago
Hi @bhoglan,
does this problem also occur if you disable other modules? Hundreds of other users use this module without problems, so I guess it is caused by an interference with another of your modules
Hi @jalibu thanks for the response. I don't doubt that others are using this module successfully. I think the bottom news ticker being jittery is unrelated to this module. I think it's something with that module specifically. As for the Jast module, I changed the scroll to "none" and just have the listings static. It takes up less room at the top of my screen than I expected, so I'm ok with this workaround.
Platform
Raspbian GNU/Linux 11 (bullseye)
Node.js Version
v14.21.1
MagicMirror Version
2.21.0
Module Version
v2.8.0 - 1cc458dbcb0ddbc41e5bc1ba6117b305bc15a8fd
Description
I'm trying to use the module in horizontal mode. At the default fadeSpeedInSeconds of 3.5 the text just zips across the screen in an unreadable blur. I was finally able to get it to a readable speed at a value of 10000 but by that point it spends so much time "between scrolls" that it might as well not be in the config at all. Additionally its presence makes the news ticker on the bottom bar really jitterry on scrolling.
Expected behavior
The scrolling should be at a reasonable rate so as to be visible the majority of the time while also being readable when on screen. Additionally it shouldn't be causing other modules to have issues. I understand the Pi's processor is somewhat limited, but this doesn't feel right.
Current behavior
At default speed the text is unreadable as it flashes across the screen. At a speed of 10000 the top bar is usually empty but the text is actually readable when it does appear. The bottom news ticker (MMM-Reddit-News-Ticker) is jittery when scrolling.
Possible solution
I think a workable solution would be a static scroll mode similar to 'none' but in a horizontal orientation. I'd branch it myself but I just plain don't know js or node.
Steps to reproduce
MagicMirror/config/config.js
file (uncommented, of course).pm2 start mm
orpm2 restart mm
.Log
config.js
Additional info
No response