You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using the 4 element wide version and like your project very much.
I only want to see the current time and temperature and therefore want do disable scrolling. (If all additional modules are disabled, weather is scrolling even it is displayed on the main page)
I disabled scrolling by commenting out line 413 in marquee.ino [ //scrollMessage(msg); ]
Maybe you could wrap this with an if and make it configurable in the Web UI. eg. "Minutes between scrolling Data" = 0?
That wouldn't prevent me from doing updates with your binaries :-)
Thank you and regards,
Daniel
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the 4 element wide version and like your project very much.
I only want to see the current time and temperature and therefore want do disable scrolling. (If all additional modules are disabled, weather is scrolling even it is displayed on the main page)
I disabled scrolling by commenting out line 413 in marquee.ino [ //scrollMessage(msg); ]
Maybe you could wrap this with an if and make it configurable in the Web UI. eg. "Minutes between scrolling Data" = 0?
That wouldn't prevent me from doing updates with your binaries :-)
Thank you and regards,
Daniel
The text was updated successfully, but these errors were encountered: