From a0d5ec5d30688bc457dce009eb215b2e7d33d7e8 Mon Sep 17 00:00:00 2001 From: Klaus-Peter Bernschneider Date: Tue, 15 Mar 2022 08:54:48 +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 6da572aab..966b5d7ea 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 = false; // simulate one month in one minute + const simulate = true; // simulate one month in one minute const updateR = 1000; // update every x ms in simulation function moonPhase() {