Hi Guys,
I'm quote new to Node Red and i'm looking forward to using node red in my home automation project. I'm currently using this node ( https://flows.nodered.org/node/node-red-contrib-ui-time-scheduler) to set my scheduler on the UI interface. Any ideal how to make it repeat itself each and everyday instead of having to set it a head of time.
If I understood the question correctly and you want to set a timer that runs every single day, then just create a timer and tick every single day. Here is an example:
The first timer runs every single day from 08:00 to 12:00. The second timer only runs Friday, Saturday, Sunday. Both will run every week, the whole year.