Not sure how that works in micropython, or why that array is displayed differently in the web dashboard as opposed to the app, but I’d suspect that it’s actually an issue with the way that the web dashboard widget works.
I guess it depends what sort of datastream you’ve defined and what sort of widget you’re sending it to.
I’m not sure that there are any widgets that accept data in this format, and even if they are I doubt that there is an equivalent for both the mobile and web dashboard.
For a widget that supports string datastreams then I’d expect the first field (field [0] ) to display in the first field of the widget, the second field [1] in the second field of the widget and so on.
If you send the data to a single field widget such as a value or labelled value widget - as you appear to be doing - then I’d expect the first field [0] only to display.
There aren’t many multi-field widgets, so that’s why I said…
Thank you… I was sending to display in a string field… I had not considered the universal nature the command… all clear now thank you for the explanation