I'm not sure which version of the firmware you have, but maybe try (new Date()).toString() just in case?
(new Date()).toString()
Or just E.getTemperature()?
E.getTemperature()
@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.
I'm not sure which version of the firmware you have, but maybe try
(new Date()).toString()
just in case?Or just
E.getTemperature()
?