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
If so, then add a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution / feature you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
I'm using the clock (or will be) as much nicer replacement for my MAX7219 matrix that shows the content of RSS feeds and data scraped from webpages using HomeAssistant as the backend and MQTT broker. Currently with my dumb MAX7219 I calculate when a feed will have finished based on its character length and then send a new MQTT message - Awtrix doesn't allow you to stop a message midscroll that I can tell so I have to set duration to the correct length programatically instead.. It'd be nice if the Awtrix flashed device could send an MQTT message when it had finished scrolling so I could use that as a trigger to send the next stream of text data. If something like this is already available or there's a better way of going about this I'd love to know about it.
The text was updated successfully, but these errors were encountered:
Just use “repeat” and set it to 1 instead of using “duration” and awtrix automatically scrolls the whole text the complete length, and then switches to the next app. so you can also just listen to currentApp and when this switches from your app to the other one you send new data.
I do not assume that such a special feast reuquest will be implemented for this case in the near future.
You could create another feed app and have it alternate and always update the app that is not shown.
Feature Request
Is your feature request related to a problem?
If so, then add a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution / feature you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
I'm using the clock (or will be) as much nicer replacement for my MAX7219 matrix that shows the content of RSS feeds and data scraped from webpages using HomeAssistant as the backend and MQTT broker. Currently with my dumb MAX7219 I calculate when a feed will have finished based on its character length and then send a new MQTT message - Awtrix doesn't allow you to stop a message midscroll that I can tell so I have to set duration to the correct length programatically instead.. It'd be nice if the Awtrix flashed device could send an MQTT message when it had finished scrolling so I could use that as a trigger to send the next stream of text data. If something like this is already available or there's a better way of going about this I'd love to know about it.
The text was updated successfully, but these errors were encountered: