Terminal Dashboard

i’ve used terminal in my aps then tried to add terminal to my dashboard and this is when i compare between them

My App’s
tERMINAL pHONE

My Dashboard
Capture

the time is not showing on my dashboard

terminal widget still in beta so you may face some issues when using it.

Work in progress :wink:

How do you send the time?

It is better than before, but as you can see some bugs still remaining

2022-06-22_104857

terminal.print("Temp reading : ");
terminal.println(Time);

terminal.print("HVAC status : ");
terminal.println(Time);

works fine on android App

2022-06-22_105503

1 Like