From 139029af0b047aba01ee3224e8d4fb06cd6784c2 Mon Sep 17 00:00:00 2001 From: Klaus-Peter Bernschneider Date: Tue, 15 Mar 2022 09:03:27 +0100 Subject: [PATCH] Update widget.js --- apps/widmp/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/widmp/widget.js b/apps/widmp/widget.js index 966b5d7ea..6da572aab 100644 --- a/apps/widmp/widget.js +++ b/apps/widmp/widget.js @@ -2,7 +2,7 @@ WIDGETS["widmoon"] = { area: "tr", width: 24, draw: function() { const CenterX = this.x + 12, CenterY = this.y + 12, Radius = 11; var southernHemisphere = false; // when in southern hemisphere, use the "My Location" App - const simulate = true; // simulate one month in one minute + const simulate = false; // simulate one month in one minute const updateR = 1000; // update every x ms in simulation function moonPhase() {