We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfca2d commit be53adcCopy full SHA for be53adc
README.md
@@ -248,6 +248,7 @@ services:
248
KIOSK_TIME_FORMAT: 24
249
KIOSK_SHOW_DATE: false
250
KIOSK_DATE_FORMAT: YYYY/MM/DD
251
+ KIOSK_CLOCK_SOURCE: client
252
# Kiosk behaviour
253
KIOSK_REFRESH: 60
254
KIOSK_DISABLE_SCREENSAVER: false
config.example.yaml
@@ -7,6 +7,7 @@ show_time: false
7
time_format: 24 # 12 or 24
8
show_date: false
9
date_format: YYYY/MM/DD
10
+clock_source: client
11
12
## Kiosk behaviour
13
refresh: 60 # in seconds
0 commit comments