Set Alarm:


Cancel Alarm:


Weather:


Schedule:


{% for key in time_event %} Time:   {{key|replace('T', ' | ') }}   Event:  {{time_event[key]}}

{% endfor %}   

-----------------------------------------------------------------------------------------------

Weather:

Current Temperature: {{current_temperature}}
Current Pressure: {{current_pressure}}
Current Humidity: {{current_humidity}}
Weather Description: {{weather_description}}

-----------------------------------------------------------------------------------------------

The Latest News:


{{articles}}