From 9aa389d46988a55fb5f06e03aafd8fadeb13358a Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Fri, 18 Feb 2022 15:31:08 +0000 Subject: [PATCH] Update readme for new SHOWCLOCK and METRICTEMP options --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47a31ce..5546b42 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ services: You can use the following optional environment variables to configure/customise Jump... - `SITENAME` - Custom site name. +- `SHOWCLOCK: 'true'` - Show/hide the clock. +- `METRICTEMP: 'true'` - Metric (C) or imperial (F) temperature units. - `NOINDEX: 'true'` - Include a robots noindex meta tag in site header - `CACHEBYPASS: 'true'` - Bypass all caches, useful for testing changes. - `OWMAPIKEY` - An API key for Open Weather Map, LATLONG (below) must also be defined.