Metrixfhd-neo
- ncc1701
- Member
- Beiträge: 103
- Registriert: 01 Sep 2017 22:44
- Receiver 1: Octagon sf8008 4k
- Receiver 2: fireTV 4K
- Hat gedankt: 55 Mal
- Hat Dank erhalten: 27 Mal
- Geschlecht:
Re: Metrixfhd-neo
@kamaxx
open channel_selection_4
Line 19
colorEventProgressbarSelected
change color from progress2 to grey
open channel_selection_4
Line 19
colorEventProgressbarSelected
change color from progress2 to grey
Re: Metrixfhd-neo
Hi, @Neo3
Is it possible to add a colon before the seconds in the clock, as it is between the hour and the minutes?
I tried on my own and unfortunately it doesn't work, so I prefer to ask the developer of the skin

Is it possible to add a colon before the seconds in the clock, as it is between the hour and the minutes?
I tried on my own and unfortunately it doesn't work, so I prefer to ask the developer of the skin


Re: Metrixfhd-neo
To add a colon before the seconds in the clock do the following:razor1995 hat geschrieben: 03 Jun 2025 22:41 Hi, @Neo3
Is it possible to add a colon before the seconds in the clock, as it is between the hour and the minutes?
I tried on my own and unfortunately it doesn't work, so I prefer to ask the developer of the skin![]()
![]()
open the skin xml file with Notepad, go to line 288 to 293 in
< ClockWidget >
copy and paste the string I posted below
same thing from line 301 to 306
same from 315 to 320
save restart Done
Regards
<widget backgroundColor="header" font="SetrixHD;52" halign="right" position="1625,50" render="Label" size="160,75" source="global.CurrentTime" transparent="1" zPosition="2">
<convert type="ClockToText">Default</convert>
</widget>
<widget backgroundColor="header" font="SetrixHD;52" halign="right" position="1768,50" size="90,75" render="Label" source="global.CurrentTime" transparent="1" zPosition="2">
<convert type="ClockToText">Format::%S</convert>
</widget>