When I send a new text to the Messenger widget on an Arduino IOT dashboard, it does not automatically scroll down, but makes a small text "New message" and I can manually scroll down to see it. Is it a way to have the widget display new messages?
One way to solve it would be to every time clear the Messenger window before posting a new message, but I don't find any documentation on how to do this. It feels like there is an interface to the widget I'm missing... Or a list of control chars...
I agree. There does not seem to be any documentation on how to use the messenger widget and an no GUI-based control to clear it either. Interesting idea, but it seems like it is not a complete solution.
I totally agree with you. There should be some kind of documentation on how to get this things running properly. The Arduino IoT Cloud solution especially with the app are very nice and easy to use in theory. But if I think about how long it took me to get a stable connection and after that a properly running dashboard.. a nightmare!
Just wondering if anyone had any update on the ability to clear the message widget? failing that I'm going to have to drop my subscription and just code up a web server version
Hi anybody, I'm so sorry but I don't have the answer, but it surprising that I can't find any info about how to use this feature in hours, so I would like to ask you for help about that, I'll be very pleased if you can post a link with some info about this feature and it commands.
No, unfortunately... I can't find anything on it. I hate that the on change method activates every time my program runs because it treats the last message sent as a new message. If anybody could help...?
hello, yup...an example would be that at the moment I have a solar tracking solution which writes to the message widget each time the panels move. This is just "out of interest" information but its nice to see.
I have a piece of code that resets the panels at night so this would be a good opportunity to wipe the message widget clear however as I can't do this the messages simply build up in the widget which eventually slows the cloud UI right down when loading so at this point I have to delete the variable, save it, create the variable again, hook it up and publish it....all to simply clear the message widget.
So yes, pretty please create a command (i.e. messagewidget.clear) that clears down the messages in the widget