Hi, it may not be the right place to post the question, but either way the answer is pretty simple. Check out https://www.espruino.com/Bangle.js+Clock#widgets
All you need to do is add:
Bangle.loadWidgets(); Bangle.drawWidgets();
to the end of your code.
@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.
Hi, it may not be the right place to post the question, but either way the answer is pretty simple. Check out https://www.espruino.com/Bangle.js+Clock#widgets
All you need to do is add:
to the end of your code.