pub static minute: MinuteInternalType
p5.js communicates with the clock on your computer. The minute() function returns the current minute as a value from 0 - 59.
let m = minute(); text('Current minute: \n' + m, 5, 50);