Clock on LCD display.

asaphus

Registered
Messages
81
Hi guys,

Since the display is not large enough to show many items at the same time, is there any way to display only the time (large format) when the box is on?

Cheers.
 

crille4

Registered
Messages
194
You have to edit skin.xml in the skin you use like this

<screen name="InfoBarSummary" position="0,0" size="132,64">

<widget font="Regular;50" halign="Center" position="1,1" render="Label" size="130,62" source="global.CurrentTime" valign="top">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>

Remove the other lines you have under InfoBarSummary
 

asaphus

Registered
Messages
81
Hi crille4 and thanks for your reply. However, I dont seem to be able to locate those lines in the skin.xml file in open pli image!!

Any suggestions?

Thanks again.
 
Top