From 7c52a2631e3d4546b8c752885b7c9f130fea4f7a Mon Sep 17 00:00:00 2001 From: llevet Date: Wed, 21 Oct 2020 20:26:21 +0200 Subject: [PATCH] Add Humidity and pressure information on desktop Add actual humidity and pressure beside forecast. --- example.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example.config.json b/example.config.json index cbbc74d..dced9be 100644 --- a/example.config.json +++ b/example.config.json @@ -23,7 +23,9 @@ "RAIN_STR": "Rain", "SNOW_STR": "Snow", "PRECIP_STR": "Precipitation", - "METRIC": true + "METRIC": true, + "HUMIDITY_STR": "Hum.", + "PRESSURE_STR": "P. mB" }, "THEME": "example.theme", "TIMER": {