[Solo²] skin.xml - display only clock in standby on VFD

bouboufah

Vu+ Newbie
Hi,

I found how to display only the clock on the vfd, here is the code :

Code:
</screen>
<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="132,64" font="Regular;30" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M-%h.%d</convert>
</widget>
</screen>

what do I need to change to display the clock in the middle of vfd

Thanks by advance.
 
Top