Thanks Yannick! This generally works fine but I want to adapt that (like written in documentation) to display the date and time in specific format:
<ds-widget-clock theme="dark" show-digital="true" show-analog="false" digital-format="dd.MM.yyyy HH:mm"
style="position: absolute; width: 200px; height: 200px; left: 700px; top: 35px;
font-size: 24px; color: black;"></ds-widget-clock>
But that doesn’t seem to work. Could you help me how to change the date/time formatting in this case?