Hello, anybody else noticed that something is wrong with remote control key mappings : INFO & HELP buttons. At OpenWebif remote control they are okay.
Posts by Orlandox
-
-
Pulse4k and Pulse4kmini now available.
-
Thanx Lululla , now it is perfect !
-
-
Okay, it is open source code (some parts copied from Lululla) : https://github.com/Orlandoxx/e2openplugin-Foreca
-
Hello,
on my version (mod) I have a red button for opening a virtual keyboard when you want to write the city name.
-
Hello Lululla ,
attached the list of Finnish cities to replace existing ones from City.cfg. If you can update your Git ? Thank you !
-
Hello,
anybody else having same problem that not showing DVB subtitles ? Do I have some setting wrong ?
-
Hello,
is it possible to change weather of the SecondInfobar like this ? Thank you!
Original skin.xml
skin.xml mod:
-
Hello,
I can't download it through the Image Manager. Is it coming available there too ?
-
Hello,
is there also an updated rakutentv-fi.json for Finland ?
update: Italy - Finland
Hello Azzurra , everything is playing fine, but no subtitles on movie channels. Is it fixable ? Thank you !
-
Hello,
is there also an updated rakutentv-fi.json for Finland ?
-
Using Octagon sf8008 with Egami Image.
How can the display shown in attached screenshot be fixed please?
Try with this ui.py
-
Hello Lululla ,
I tried your latest version with 'search' in City panel. Search is working great, but when pressing OK button (Forecast) it doesn't show the selected/searched city's forecast, but it shows forecast of the city that was selected before.
Can you check and fix that, please? Thank you!
-
Those should saved to 'settings' file, which is located Root\etc\enigma2\
From my settings:
config.plugins.foreca.fav1=Finland/Kouvola
config.plugins.foreca.fav2=Finland/Kittila
config.plugins.foreca.fontsize=30
config.plugins.foreca.home=Finland/Kuopio
config.plugins.foreca.resize=1
config.plugins.foreca.slidetime=2
config.plugins.foreca.textcolor=#00ffe875
config.plugins.foreca.units=metric
P.S. 'startservice.cfg', 'fav1.cfg' and 'fav2.cfg' are obsolete and now part of etc/enigma2/settings and therefore can be deleted.
-
Hello oerlgrey,
just downloaded and installed Release 2.19.1 - 29.01.2024. That version is missing other than English and German help files.
Also the Finnish translation file is old.
Can you check those ?
Attched new translation
-
Lululla has to delete it on his git right?
No, he must change the code of ui.py file to something like this :
# Get favorites
global fav1, fav2
fav1 = config.plugins.foreca.fav1.value
fav1 = fav1[fav1.rfind("/") + 1:len(fav1)]
FAlog("fav1 location:", fav1)
fav2 = config.plugins.foreca.fav2.value
fav2 = fav2[fav2.rfind("/") + 1:len(fav2)]
FAlog("fav2 location:", fav2)
# Get home location
global city, start
self.ort = config.plugins.foreca.home.value
start = self.ort[self.ort.rfind("/") + 1:len(self.ort)]
-
I think this is not working correctly, therefore those are over written at every update,
'startservice.cfg', 'fav1.cfg' and 'fav2.cfg' are obsolete and now part of etc/enigma2/settings and therefore can be deleted.
-
-
Tested and working correctly! Thanx a lot !
