Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Indriði Einarsson committed Jan 1, 2024
1 parent 78c2ffe commit b85643e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ieclock/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sunrise.draw = function(x, y, Radius, Settings) {
// g.setFont('Vector', 16);
// g.setFontAlign(0,0);
// g.drawString(Text, x, y);
}
};

tide = {};

Expand Down Expand Up @@ -151,7 +151,7 @@ Clockwork.windUp({
t:require('https://raw.githubusercontent.com/rozek/banglejs-2-moon-phase-complication/main/Complication.js'),
l:tide,
// r:sunrise.whichevent('sunrise'),
r:sunrise
r:sunrise,
b:require('https://raw.githubusercontent.com/rozek/banglejs-2-date-complication/main/Complication.js'),
}
}, {'Foreground':'Theme', 'Background':'Theme', 'ArmsColor':'#00FFFF'});

0 comments on commit b85643e

Please sign in to comment.