I have a problem that the display on the schema h7 only shows me the number of channels, not the clock. In the settings, I tried everything to set it up, but it didn't work. I'm asking for help !
Problem displaying clock on zgemma h7s
Re: Problem displaying clock on zgemma h7s #2
Posted 17 January 2021 - 14:18
Go to /usr/share/enigma2/display/skin_default and open skin_display.xml.
Edit it by putting 'Clock' instead od 'Number' in the first part of the file like this:
<screen name="InfoBarSummary" position="0,0" size="1,1"> <widget source="session.CurrentService" render="Label" position="0,0" size="1,1"> <convert type="VfdDisplay">Clock</convert> </widget>
Restart enigma2.
The problem is, sometimes after update it reverts back to the previous state.
Re: Problem displaying clock on zgemma h7s #3
Posted 17 January 2021 - 14:24
Note - general rule is that the channel name is displayed on display and on the 7 segment display it is the channel number.
Clock in standby.
If you need still clock, install permanent analog clock plugin and you will see clock on tv screen (top-right or where you will want and in size you want)
Edited by ims, 17 January 2021 - 14:57.
Re: Problem displaying clock on zgemma h7s #4
Re: Problem displaying clock on zgemma h7s #5
Posted 17 January 2021 - 19:56
Go to /usr/share/enigma2/display/skin_default and open skin_display.xml.
Edit it by putting 'Clock' instead od 'Number' in the first part of the file like this:<screen name="InfoBarSummary" position="0,0" size="1,1"> <widget source="session.CurrentService" render="Label" position="0,0" size="1,1"> <convert type="VfdDisplay">Clock</convert> </widget>Restart enigma2.
The problem is, sometimes after update it reverts back to the previous state.
to protect your changes from overwriting when skin is updated, you need to put them into /etc/enigma2/skin_user.xml (general, it will apply to each skin you use) or /etc/enigma2/skin_user_name-of-the-skin.xml (for specific skin only);
these user files have priority over those in /usr/share/enigma2/... and are preserved during updates
entire altered screen has to be put there there
<skin> <screen> ... </screen> </skin>
(you can customize multiple different screens of the skin this way, and also e.g fonts used)
Re: Problem displaying clock on zgemma h7s #6
Re: Problem displaying clock on zgemma h7s #7
Re: Problem displaying clock on zgemma h7s #8
Re: Problem displaying clock on zgemma h7s #9
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users