Not really, and you probably need to load() the clock anyway after you're done, because it needs to fully redraw itself.
The launcher only shows <appid>.app.js files, so you can just add e.g. <appid>.showAlert.js and load(<appid>.showAlert.js).
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.
Not really, and you probably need to
load()
the clock anyway after you're done, because it needs to fully redraw itself.The launcher only shows
<appid>.app.js
files, so you can just add e.g.<appid>.showAlert.js
andload(<appid>.showAlert.js)
.