core-clock-digital Clock - Digital Core Digital Clock fa fa-clock-o \Xibo\Widget\Compatibility\ClockWidgetCompatibility clock-digital Clock clock 2 1 1 html 10 clock-digital-thumb 300 150 Enter a format for the Digital Clock e.g. [HH:mm] or [DD/MM/YYYY]. See the manual for more information. Enter text in the box below. [HH:mm:ss] ]]> Date Formats Choose from a preset date format Language Select the language you would like to use. Offset The offset in minutes that should be applied to the current time. '; }); // Replace content with the parsed text $(target).find('#content').html(properties.format); // Create updateClock method and save to the interactive controller xiboIC.set( id, 'updateClock', function updateClock() { var offset = properties.offset || 0; $(".clock").each(function() { $(this).html(moment().format($(this).attr("format"))); $(this).html(moment().add(offset, "m").format($(this).attr("format"))); }); } ); ]]>