A clock in the My Tv page? (2 Viewers)

pinkus

Portal Member
March 10, 2005
8
0
Maybe its just me but whenever I'm watching Tv I never seem to have a clock near by and don't really want to have to exit out to main page just to look at the time.

Is there anyway to get a clock put into the Mce skin on the main My Tv page? I realise that you can kinda get the time by looking how far the program is through but I'd prefur just to be able to look and get it straight away.
 

Callifo

Retired Team Member
  • Premium Supporter
  • December 7, 2004
    1,439
    21
    Adelaide, Australia
    Home Country
    In the file mytvhome.xml in the mce skin add the lines in between other <control> </control> lines.

    <control>
    <description>Time</description>
    <type>label</type>
    <id>201</id>
    <posX>270</posX>
    <posY>255</posY>
    <label>#time</label>
    <align>right</align>
    <font>font13</font>
    <textcolor>ffffffff</textcolor>
    </control>

    You have to edit the x/y position and the size of course.
     

    Users who are viewing this thread

    Top Bottom