How can you make live time with Thunkable?

How can you make live time with Thunkable?

Hi and welcome to Thunkable. You will need to provide more information about what you’re trying to do. Make sure to read this: How to ask Great Questions v2.0.

i am trying to make a sort of clock that shows live time, but it only updates if you refresh or reconnect

i’ve tried to search my questions for 10 minutes


so you see that there is written 7:10 pm while its 20:25
My time doesn’t work with the code that i’ve sent earlier

Like this?

Project link: Thunkable

(See first screen with your username)

1 Like

THANK YOU SO MUCH SIR, this will help me

i’ve experimented and this will help too, but without the button needed

I’m glad that was helpful. A function in a forever loop will run something like 30+ times per second. You really don’t need that when the time only updates once per second. So you might want to put a wait block in there to slow it down.