You could add some E.showMessage("...") statements so you can see what is happening (or maybe even fit something into the watch face).
But... you really need to have made sure the GPS has a fix first. If the GPS hasn't got any GPS time yet then it's not going to be able to update the time
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.
You could add some
E.showMessage("...")
statements so you can see what is happening (or maybe even fit something into the watch face).But... you really need to have made sure the GPS has a fix first. If the GPS hasn't got any GPS time yet then it's not going to be able to update the time