The digital clock widget should not show when on a clock. It doesn't for Anton for instance.
The issue is setUI (or just Bangle.CLOCK=1 if not using setUI) should be set before calling Bangle.loadWidgets().
Bangle.CLOCK=1
Bangle.loadWidgets()
If you do that then the widget (or any other similar widget!) will not be displayed.
Which clock are you having trouble with and I could push some changes?
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The digital clock widget should not show when on a clock. It doesn't for Anton for instance.
The issue is setUI (or just
Bangle.CLOCK=1
if not using setUI) should be set before callingBangle.loadWidgets()
.If you do that then the widget (or any other similar widget!) will not be displayed.
Which clock are you having trouble with and I could push some changes?