Για να εμφανίζεται η ώρα και όχι τα 4 πρώτα ψηφία του αριθμού καναλιού, ανόιξτε το /usr/share/enigma2/display/skin_default/skin_display.xml και στο "<!-- main-->", αλλάξτε το "<convert type="VfdDisplay">Number</convert>" σε "<convert type="VfdDisplay">Clock</convert>"


Code:
<!-- main-->
	<screen name="InfoBarSummary" position="0,0" size="1,1">
		<widget source="session.CurrentService" render="Label" position="0,0" size="1,1">
<!-- 			<convert type="VfdDisplay">Number</convert> -->
			<convert type="VfdDisplay">Clock</convert>
		</widget>
		<widget source="session.RecordState" render="Label" text="REC" position="0,0" size="1,1">
			<convert type="ConditionalShowHide">Blink,3000,1000</convert>
		</widget>
	</screen>