Timer / Countdown available?

Dear all,

is there a possibilty do display a timer / countdown?
So for example I would like to have 60:00 Minutes and then it starts to countdown, so 59:59, 59:58, and so on…
When it reaches 00:00, I will display the next layout via the scheduler…

Thanks in advance,
Christian

There’s no countdown timer in Xibo, but you could achieve that with some embedded javascript. If you schedule the next layout to start after the countdown one finishes then it will move to the next layout after the timer duration expires.

OK, thank you.
So I will have a look at some scripts…