Jump to content


antonyb2

Member Since 14 May 2017
Offline Last Active 24 Jan 2022 19:57
-----

#1041985 DM 8000 A867, does not work

Posted by antonyb2 on 11 April 2019 - 19:29

Solved:

 

opkg update
opkg list | grep a867
opkg list_installed | grep a867
opkg list_installed | grep af9015
opkg install kernel-module-dvb-usb-af9015
opkg install kernel-module-dvb-usb-a867
opkg install firmware-dvb-usb-af9015




#728345 Day, Date and Time in stanby on display DM 8000

Posted by antonyb2 on 27 June 2017 - 22:15

Thanks to s3n0 I finally have the display with the date.
It has been a long job and very pensive to have a great result.

Thanks again.
Edit the file skin_display.xml in: / usr / share / enigma2
Replace the code in the <! - standby -> section with:

 

<screen name="StandbySummary" position="fill">
  <widget source="global.CurrentTime" render="Label" position="center,0" size="120,26" font="Regular;24" valign="top" halign="center" noWrap="1" backgroundColor="black" foregroundColor="orange">
   <convert type="ClockToText">Format:%d.%m.%Y</convert>
  </widget>
  <eLabel position="0,29" size="132,2" backgroundColor="orange" />
  <widget source="global.CurrentTime" render="Label" position="0,35" size="90,38" font="Regular;34" valign="bottom" halign="right" noWrap="1" backgroundColor="black" foregroundColor="orange">
   <convert type="ClockToText">Format:%H:%M</convert>
  </widget>
  <widget source="global.CurrentTime" render="Label" position="91,36" size="37,34" font="Regular;22" valign="bottom" halign="left" noWrap="1" backgroundColor="black" foregroundColor="orange">
   <convert type="ClockToText">Format::%S</convert>
  </widget>
 </screen>

 

P_20170627_224847.jpg
photo upload