From 9db41919f80e6c2b7150bb73f940aa0f4d39796c Mon Sep 17 00:00:00 2001 From: lunctis-viribus Date: Sat, 25 Feb 2023 18:11:13 +0100 Subject: [PATCH] weatherclock v0.06 --- apps/weatherClock/ChangeLog | 2 +- apps/weatherClock/app.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/weatherClock/ChangeLog b/apps/weatherClock/ChangeLog index e8b056999..ffaf87d1e 100644 --- a/apps/weatherClock/ChangeLog +++ b/apps/weatherClock/ChangeLog @@ -3,4 +3,4 @@ 0.03: Minor layout extra spaces. 0.04: Layout now compatible with Bangle.js 2. 0.05: Use weather condition code for icon selection. -0.06: New settings to (un)hide day of week, date and wind speed. +0.06: Dev-New settings to (un)hide day of week, date and wind speed. diff --git a/apps/weatherClock/app.js b/apps/weatherClock/app.js index fbdc39264..914b0b041 100644 --- a/apps/weatherClock/app.js +++ b/apps/weatherClock/app.js @@ -156,6 +156,8 @@ function draw() { queueDraw(); } +loadSettings(); + g.clear(); Bangle.setUI("clock"); // Show launcher when middle button pressed Bangle.loadWidgets();