fixed popup pages

This commit is contained in:
Johannes
2022-04-01 19:25:37 +02:00
parent 98dfab74ef
commit 6cb7ad8f3f
4 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ set current time:
set current date:
`date~?Di 24. Februar`
`date~Di 24. Februar`
set screensaver timeout (set time in sec~ max 65):

Binary file not shown.

Binary file not shown.

View File

@@ -50,7 +50,7 @@ class LuiPagesGen(object):
else:
dateformat = self._config.get("dateFormat")
date = datetime.datetime.now().strftime(dateformat)
self._send_mqtt_msg(f"date~?{date}")
self._send_mqtt_msg(f"date~{date}")
def page_type(self, target_page):
self._send_mqtt_msg(f"pageType~{target_page}")