Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 6 of 6

Thread: Clock Display Issue Help Needed

  1. #1
    babylon's Avatar
    Title
    Junior Member
    Join Date
    Dec 2010
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Clock Display Issue Help Needed

    Hi,

    Can anyone help me regarding the clock to display the fatas a figure. such as when the clock is 9:55, it shows 9:5 on the display when the clock is 12:25, it shows 12:2.

    Thanks

  2. #2

    Title
    Senior Member
    Join Date
    Oct 2010
    Location
    Berkshire
    Posts
    9,697
    Thanks
    1,039
    Thanked 4,385 Times in 2,257 Posts
    Here you go babylon i have moved it into its own thread for you
    PM HELP WILL BE IGNORED PLEASE POST HERE IN FORUM AS IT BENEFITS EVERYONE
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN! IN OPEN FORUM OR PM


    IF THE POSTS HELP PLEASE CLICK THANKS OR ADD TO REP ↓

  3. #3
    pooface's Avatar
    Title
    V.I.P
    Join Date
    Jun 2010
    Posts
    9,731
    Thanks
    1,904
    Thanked 4,791 Times in 1,951 Posts
    Quote Originally Posted by babylon View Post
    Hi,

    Can anyone help me regarding the clock to display the fatas a figure. such as when the clock is 9:55, it shows 9:5 on the display when the clock is 12:25, it shows 12:2.

    Thanks
    Which image, which skin?
    Rules can be found HERE
    Support our sponsor, World-Of-Satellite HERE
    Follow us on Twitter HERE
    -----
    Vu+ Ultimo (ViX Beta), Vu+ Solo (ViX Beta), CT ET9000 (ViX Beta)
    Dark Motor Superior with Inverto Ultra Black Twin LNB
    85cm Gibertini Aluminium Dish

  4. #4
    babylon's Avatar
    Title
    Junior Member
    Join Date
    Dec 2010
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by pooface View Post
    Which image, which skin?
    Open PLI image, Vali.HD.Nano

  5. #5
    pooface's Avatar
    Title
    V.I.P
    Join Date
    Jun 2010
    Posts
    9,731
    Thanks
    1,904
    Thanked 4,791 Times in 1,951 Posts
    Quote Originally Posted by babylon View Post
    Open PLI image, Vali.HD.Nano
    Navigate to /usr/share/enigma2

    Somewhere in there, there should be a directory for your skin (as I assume it's not the standard skin). You should fine something for the line (might not be exactly correct):

    Code:
      <screen name="StandbySummary" position="0,0" size="132,64">
    In the VIX image with the vu_HD_plus skin, this part of the code looks like:

    Code:
      <screen name="StandbySummary" position="0,0" size="132,64">
        <widget source="global.CurrentTime" render="Label" position="0,0" size="120,64" font="Regular;22" halign="center" valign="center">
          <convert type="ClockToText">Format:%a %d/%m %H:%M</convert>
        </widget>
        <widget source="session.RecordState" render="FixedLabel" position="6,4" zPosition="1" size="120,64" text=" ">
          <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
          <convert type="ConditionalShowHide">Blink</convert>
        </widget>
      </screen>
    The section:

    Code:
          <convert type="ClockToText">Format:%a %d/%m %H:%M</convert>
    Is telling the vfd to show, for example, "Thu 23/12 22:38"

    So, have a look at that line, and see what it's set to... Notice, the case (i.e. H rather than h) matters...
    Rules can be found HERE
    Support our sponsor, World-Of-Satellite HERE
    Follow us on Twitter HERE
    -----
    Vu+ Ultimo (ViX Beta), Vu+ Solo (ViX Beta), CT ET9000 (ViX Beta)
    Dark Motor Superior with Inverto Ultra Black Twin LNB
    85cm Gibertini Aluminium Dish

  6. #6
    babylon's Avatar
    Title
    Junior Member
    Join Date
    Dec 2010
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Hi,
    I want to thank Silverfox0786 and Pooface for helping me with my beginner problems.
    Now everything works perfectly.

    -Vu + Duo HD Twin Tuner PVR
    -Open-PLI
    -Vali.Hd.nano
    -HDD Western Digital Green 640GB

    I wish you a Merry Christmas and Happy New Year.

    Greetings!

    Serbs from Sweden

    Somewhere in there, there should be a directory for your skin (as I assume it's not the standard skin). You should fine something for the line (might not be exactly correct):

    Code:
      <screen name="StandbySummary" position="0,0" size="132,64">
    In the VIX image with the vu_HD_plus skin, this part of the code looks like:

    Code:
      <screen name="StandbySummary" position="0,0" size="132,64">
        <widget source="global.CurrentTime" render="Label" position="0,0" size="120,64" font="Regular;22" halign="center" valign="center">
          <convert type="ClockToText">Format:%a %d/%m %H:%M</convert>
        </widget>
        <widget source="session.RecordState" render="FixedLabel" position="6,4" zPosition="1" size="120,64" text=" ">
          <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
          <convert type="ConditionalShowHide">Blink</convert>
        </widget>
      </screen>
    The section:

    Code:
          <convert type="ClockToText">Format:%a %d/%m %H:%M</convert>
    Is telling the vfd to show, for example, "Thu 23/12 22:38"

    So, have a look at that line, and see what it's set to... Notice, the case (i.e. H rather than h) matters...[/QUOTE]

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.