Update widget.js

master
Klaus-Peter Bernschneider 2022-03-15 09:03:27 +01:00 committed by GitHub
parent a0d5ec5d30
commit 139029af0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ WIDGETS["widmoon"] = { area: "tr", width: 24, draw: function() {
const CenterX = this.x + 12, CenterY = this.y + 12, Radius = 11; const CenterX = this.x + 12, CenterY = this.y + 12, Radius = 11;
var southernHemisphere = false; // when in southern hemisphere, use the "My Location" App 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 const updateR = 1000; // update every x ms in simulation
function moonPhase() { function moonPhase() {