[Solved] How can I conditionally toggle a timer on/off based on time of day?

Hello everyone, I would like to start my timer only on a specific time rage eg 12pm to 10pm, may I know how do I go about doing it?

1 Like

Use the device block set the time in there

time
May I know how to pick the set time?

To accomplish this, you will need two timers.

One that is fired every so and then to check if it is the time that the second timer should start or has the time passed and the second timer should stop.

The second timer fires to do whatever action is required after being activated by the first timer.

May I know how to do the checking of time part?

1 Like

Check this quick demo
https://x.thunkable.com/projectPage/6249cf6dc235e0057299eac5

You need to edit the condition and enter the number of minutes to start at. You can of course then enter more complicated conditions such as
image

Let me know if this is what you are looking for.

Oh yes thank you so much!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.