Habe ja zuerst mal nur nach picon gesucht

Hier hoffentlich die korrekte Sektion aus dem skin.xml:

<!-- Infobar main start -->
<screen name="InfoBar" position="center,520" size="1180,180" title="InfoBar1" backgroundColor="transparent" flags="wfNoBorder">
<ePixmap position="0,0" size="1180,180" zPosition="-1" pixmap="nHDred/infobar.png" alphatest="blend" />
<ePixmap position="33,37" size="128,82" zPosition="1" pixmap="nHDred/frame_hd_wh.png" alphatest="blend" />
<ePixmap position="1030,86" size="126,52" zPosition="1" pixmap="nHDred/frame_hd_wh_half.png" alphatest="blend" />
<ePixmap position="1030,37" size="126,52" zPosition="1" pixmap="nHDred/frame_hd_wh_half.png" alphatest="blend" />
<ePixmap position="215,146" size="750,1" pixmap="nHDred/sel/sep750.png" zPosition="6" />
<ePixmap position="215,40" size="750,1" pixmap="nHDred/sel/sep750.png" zPosition="6" />
<ePixmap position="47,122" size="100,24" pixmap="nHDred/crypt/none.png" zPosition="6" alphatest="on" />
<widget source="global.CurrentTime" render="Label" position="22,9" size="145,28" font="LCD; 40" backgroundColor="background1" transparent="1" halign="center" zPosition="5" valign="center" foregroundColor="white">
<convert type="ClockToText">Default</convert>
</widget>
<!-- ANALOG CLOCK 110x110 START
<widget source="global.CurrentTime" render="Watches" position="1075,83" zPosition="4" size="34,34" alphatest="blend" transparent="1">
<convert type="ExtraNumText">hourHand</convert>
</widget>
<widget source="global.CurrentTime" render="Watches" position="1069,77" foregroundColor="grey" zPosition="5" size="46,46" alphatest="blend" transparent="1">
<convert type="ExtraNumText">minHand</convert>
</widget>
<widget source="global.CurrentTime" render="Watches" position="1064,72" size="56,56" foregroundColor="red" zPosition="6" alphatest="blend" transparent="1">
<convert type="ExtraNumText">secHand</convert>
</widget>
ANALOG CLOCK 110x110 END -->
<widget source="session.CurrentService" render="PiconSatTV" position="1043,97" size="100,30" zPosition="2" alphatest="blend" />
<widget source="session.CurrentService" render="Picon" position="47,48" size="100,60" zPosition="2" alphatest="blend">
<convert type="ServiceName">Reference</convert>
</widget>
<widget source="session.CurrentService" render="PiconProv" position="1043,48" size="100,30" zPosition="2" alphatest="blend">
<convert type="ServiceName">Provider</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="180,9" size="85,28" font="Regular; 26" halign="center" valign="center" backgroundColor="background1" noWrap="1" transparent="1" text="63" foregroundColor="yellow1">
<convert type="ServiceName2">Number</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="266,9" size="627,28" font="Regular; 26" noWrap="1" backgroundColor="background1" transparent="1" halign="left" zPosition="5" foregroundColor="yellow1">
<convert type="ServiceName">Name</convert>
</widget>
Was hat es denn da mit dem Abschnitt bzgl. der Analoguhr auf sich?