Hi,
I want to create a scheduler ui for my application. Honestly I'm not really into html stuff. As I need the scheduler at least 4 times in my dashboard, I do not want to create it with single dashboard elements. Instead I'm trying to do it with the template ui. I also tried node-red-contrib-ui-time-scheduler, but this does not fit my needs.
I want to have 7 buttons for the weekdays and simply the possibility to have the possibility to enter 2 time ranges (hh:min - hh:min) with a 10 min granularity. The style should follow the theme configured and the buttons should reflect the settings (weekday on/off) with darker or lighter display.
I already tried to adapt this entry: Ui-template node problems, but when I do this the first button is a bit higher than the rest when I use multiple buttons.
Thank you, yes not really, I want to configure the schedule from within the dashboard. In the meantime I managed to implement some improvements - I got the weekdays, the times are missing, but I think it'll work out