Countdown: Flip-Clock Countdown For Any Target Date
The Countdown widget shows a flip-clock style countdown to a configurable target date and time, with days, hours, minutes and seconds. Timezone and DST are handled automatically, and colors, language and layout are fully configurable.
Configuration
All parameters are set through any CMS that can read config.xml, here shown in Garlic-Hub.


| Parameter | Default | Description |
|---|---|---|
target | 2026-12-31 00:00 | Target date/time, format YYYY-MM-DD HH:MM. Mandatory |
timezone | Europe/Berlin | IANA timezone, e.g. Europe/Berlin, America/New_York. Empty uses the player’s timezone |
language | de | Legend language: German, English, Spanish, Greek, French, Russian |
bgcolor | #10151B | Background color |
cardcolor | #1F2731 | Flip card color |
digitcolor | #FFFFFF | Digit font color |
labelcolor | #8FA0B3 | Legend color (days/hours/minutes/seconds) |
DST is handled automatically based on the timezone parameter.
Preview


SMIL Example
<ref src="Countdown.wgt">
<param name="target" value="2026-12-31 00:00"/>
<param name="timezone" value="Europe/Berlin"/>
<param name="language" value="de"/>
</ref>