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
I set up two different bus lines and the data polling is working, but it's not displaying quite as expected. I get everything on one line and only the first instance of "Bus" gets turned into the symbol. What I see is like:
[Bus symbol] Line A 3 Bus Line B 8
I'd expect it to be more like:
[Bus symbol] Line A 3
[Bus symbol] Line B 8
Possibly a known limitation of how the modules work? PEBKAC on my end? Sorry to not look into diagnosis, I'm a Python and R guy so I know beans about Android.
Thanks for a great app!
The text was updated successfully, but these errors were encountered:
Right you are, they're supposed to display on the same line. No great reason except that's what looked best on my mirror. You could get around this by adding a newline (\n) on the second one, I believe they always display in the same predictable order.
The "only the first Bus gets changed in to an icon" thing is definitely an issue, I'll look into a fix, thanks!
I set up two different bus lines and the data polling is working, but it's not displaying quite as expected. I get everything on one line and only the first instance of "Bus" gets turned into the symbol. What I see is like:
I'd expect it to be more like:
Possibly a known limitation of how the modules work? PEBKAC on my end? Sorry to not look into diagnosis, I'm a Python and R guy so I know beans about Android.
Thanks for a great app!
The text was updated successfully, but these errors were encountered: