diff --git a/mobile_dashboard.yaml b/mobile_dashboard.yaml index 13bf498..cf2774e 100644 --- a/mobile_dashboard.yaml +++ b/mobile_dashboard.yaml @@ -3953,8 +3953,13 @@ views: 'formatting.jinja' import cleanup %} {% import 'status.jinja' as status %} + {% from 'time.jinja' import current_date_readout, current_time %} + # Hello {{ user }} + It is currently {{ cleanup(current_time("time",12)) }} on {{ + cleanup(current_date_readout()) }} + {{ weatherReport('full','dashboard') }}