Got an error when trying to upload this:
Arduino: 1.8.2, Board: "TinyScreen+, TinyArcade Menu"
/tinyarcade-weather-display/weather.ino/weather/weather.ino: In function 'void drawWatch()':
weather:3310: error: 'second' was not declared in this scope
float secondsAngle = second() / float(60);
^
weather:3311: error: 'minute' was not declared in this scope
float minutesAngle = (minute() + secondsAngle) / float(60);
^
weather:3312: error: 'hour' was not declared in this scope
float hoursAngle = (hour() % 12 + hoursAngle) / float(12);
^
/tinyarcade-weather-display/weather.ino/weather/weather.ino: In function 'info splitCommand(String)':
weather:3442: error: 'setTime' was not declared in this scope
setTime(hours, minutes, seconds, 23, 02, 1991);
^
exit status 1
'second' was not declared in this scope