lululla i have problem with the plugin when i try to add/select my city error message appears "City file doesnot exist" i have OATV 7.6 vu solo4k any help how to add city list file
Foreca One Weather Plugin NEW (Lululla Make)
- Lululla
- Thread is marked as Resolved.
-
-
/etc/enigma2/foreca citylist
-
Hello Lululla .
I have a crash when pressing OK button when 'Perigee' moon is selected at Moon Calendar. Is it me or something wrong at the code ?
< 91212.330869> 09:52:45.3634 [ActionMap] Keymap 'ForecaActions' -> Action = 'ok'.
< 91212.334383> 09:52:45.3669 Traceback (most recent call last):
< 91212.337058> 09:52:45.3696 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 58, in action
< 91212.337205> 09:52:45.3697 File "/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/moon_calendar.py", line 376, in show_details
phase['illumination']) + "\n"
~~~~~^^^^^^^^^^^^^^^^
< 91212.337316> 09:52:45.3698 KeyError: 'illumination'
< 91212.337612> 09:52:45.3701 [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.HelpableActionMap object at 0x9ab6c850>>,('ForecaActions', 'ok')) failed)
-
Nope, there must be something else. Maybe the size is too small for moonset_value and moonrise_value. How about other cities ?
Do you have API key ?
I've tested all images on a Vu+ ZERO4K (OpenATV 7.6/8.0, OpenPLi, OpenBh) with the MetrixFHD, KravenFHD, and default skins, and NONE of them display moonrise and moonset for any city.

What receiver/image/skin/font are you using?
-
Display More
Nope, there must be something else. Maybe the size is too small for moonset_value and moonrise_value. How about other cities ?
Do you have API key ?
I've tested all images on a Vu+ ZERO4K (OpenATV 7.6/8.0, OpenPLi, OpenBh) with the MetrixFHD, KravenFHD, and default skins, and NONE of them display moonrise and moonset for any city.

What receiver/image/skin/font are you using?
I'm just like you. I can't get the moonrise and moonset times to show up.
-
I updating the plugin but steel seems 1.1.1 v.,Open ATV 8.0.0 Alpha image.
Thanks.
-
Display MoreDisplay More
Nope, there must be something else. Maybe the size is too small for moonset_value and moonrise_value. How about other cities ?
Do you have API key ?
I've tested all images on a Vu+ ZERO4K (OpenATV 7.6/8.0, OpenPLi, OpenBh) with the MetrixFHD, KravenFHD, and default skins, and NONE of them display moonrise and moonset for any city.

What receiver/image/skin/font are you using?
I'm just like you. I can't get the moonrise and moonset times to show up.
I have the same
-
I'm not available today and tomorrow. When I get back, we'll sort everything out.
-
Display MoreDisplay More
Nope, there must be something else. Maybe the size is too small for moonset_value and moonrise_value. How about other cities ?
Do you have API key ?
I've tested all images on a Vu+ ZERO4K (OpenATV 7.6/8.0, OpenPLi, OpenBh) with the MetrixFHD, KravenFHD, and default skins, and NONE of them display moonrise and moonset for any city.

What receiver/image/skin/font are you using?
I'm just like you. I can't get the moonrise and moonset times to show up.
I updating the plugin but steel seems 1.1.1 v.,Open ATV 8.0.0 Alpha image.
Thanks.
Display MoreDisplay MoreDisplay MoreNope, there must be something else. Maybe the size is too small for moonset_value and moonrise_value. How about other cities ?
Do you have API key ?
I've tested all images on a Vu+ ZERO4K (OpenATV 7.6/8.0, OpenPLi, OpenBh) with the MetrixFHD, KravenFHD, and default skins, and NONE of them display moonrise and moonset for any city.

What receiver/image/skin/font are you using?
I'm just like you. I can't get the moonrise and moonset times to show up.
I have the same
The problem with sunrise and sunset times not being displayed is likely because the free API (ForecaFreeAPI) doesn't provide this data in the daily forecast. The code uses the following logic:
Codedaily_all = self.weather_api.get_daily_forecast(location_id, days=days_needed) if not daily_all and self.weather_api_auth: daily_all = self.weather_api_auth.get_daily_forecast(location_id, days=days_needed)If the free API returns a valid object (even without sunrise/sunset), the fallback to the authenticated API is not performed. Therefore, day_selected.sunrise and day_selected.sunset are None and the widgets display N/A.
try update
and feedback if work otherwise,, register for api auth ;) -
Display MoreDisplay MoreDisplay More
Nope, there must be something else. Maybe the size is too small for moonset_value and moonrise_value. How about other cities ?
Do you have API key ?
I've tested all images on a Vu+ ZERO4K (OpenATV 7.6/8.0, OpenPLi, OpenBh) with the MetrixFHD, KravenFHD, and default skins, and NONE of them display moonrise and moonset for any city.

What receiver/image/skin/font are you using?
I'm just like you. I can't get the moonrise and moonset times to show up.
I updating the plugin but steel seems 1.1.1 v.,Open ATV 8.0.0 Alpha image.
Thanks.
Display MoreDisplay MoreDisplay MoreNope, there must be something else. Maybe the size is too small for moonset_value and moonrise_value. How about other cities ?
Do you have API key ?
I've tested all images on a Vu+ ZERO4K (OpenATV 7.6/8.0, OpenPLi, OpenBh) with the MetrixFHD, KravenFHD, and default skins, and NONE of them display moonrise and moonset for any city.

What receiver/image/skin/font are you using?
I'm just like you. I can't get the moonrise and moonset times to show up.
I have the same
The problem with sunrise and sunset times not being displayed is likely because the free API (ForecaFreeAPI) doesn't provide this data in the daily forecast. The code uses the following logic:
Codedaily_all = self.weather_api.get_daily_forecast(location_id, days=days_needed) if not daily_all and self.weather_api_auth: daily_all = self.weather_api_auth.get_daily_forecast(location_id, days=days_needed)If the free API returns a valid object (even without sunrise/sunset), the fallback to the authenticated API is not performed. Therefore, day_selected.sunrise and day_selected.sunset are None and the widgets display N/A.
try update
and feedback if work otherwise,, register for api auth ;)It may be the result of a mistranslation. The values for sunrise and sunset exist. These values are missing for the moon.
-
shot screen
-
I registered and received a username and password. I have access to all the maps, but there are no moonrise and moonset times.
-
try update from plugin - menu update
-
try update from plugin - menu update
Lately I have only updated from the plugin. Now I performed a reinstallation and still nothing
-
well..
I need a telnet log. .because if others don't have this problem, I don't know what to tell you.. -
Other colleagues also reported this, posts: #267 and #268. Maybe it's the fault of the moon view size?
-
-
update now..
-
:) this is flat screen.. :)
You should still use essential widgets in the screens, since the code plays with these widgets and modifies them.
From the plugin, we can change the skin settings, such as color, etc.
So you need to stick to the essential widgets and classes.
That is, the names of the widgets (all of them) must be in the custom skins.
You take screenshots of all the classes,
try placing them in the fhd folder, delete the originals, or rename them.
If everything works, I'll see if I can accommodate you... no promises, though.
-
I use the FHD skin and personally I don't like rounded corners.
So, via telnet:Codecd /usr/lib/enigma2/python/Plugins/Extensions/Foreca1/skins/fhd/ sed -i 's/cornerRadius\="[0-9][0-9]"//g' *.xml
And this Foreca_Preview.xmlCode
Display More<screen name="Foreca_Preview" position="center,center" size="1920,1080" title="Foreca 1 Weather Preview" flags="wfNoBorder" backgroundColor="#ff000000"> <!-- Titles --> <ePixmap position="40,32" size="135,35" alphatest="blend" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/images/forecalogo.png" zPosition="10" scale="1" /> <widget source="title_section_weather" render="Label" position="100,26" size="770,56" font="Liberation; 38" foregroundColor="#0053a9ff" backgroundColor="#000000" transparent="1" valign="left" zPosition="10" halign="center" /> <widget source="title_main" render="Label" position="818,20" size="1080,56" font="Liberation; 38" foregroundColor="#0053a9ff" backgroundColor="#000000" transparent="1" valign="center" zPosition="10" halign="center" /> <!-- <widget source="title_loading" render="Label" position="876,534" size="985,56" font="Liberation;34" foregroundColor="#0053a9ff" backgroundColor="#000000" transparent="1" valign="center" zPosition="20" halign="center" /> --> <!-- Button icons <widget source="title_version" render="Label" position="1760,990" size="142,70" font="Liberation; 24" foregroundColor="#0053a9ff" backgroundColor="#000000" transparent="1" valign="center" zPosition="10" halign="center" /> <widget source="maintener" render="Label" position="819,989" size="136,70" font="Liberation; 24" foregroundColor="#0053a9ff" backgroundColor="#000000" transparent="1" valign="center" zPosition="10" halign="center" /> --> <widget source="key_red" render="Label" position="1152,1025" size="180,35" font="Regular;26" backgroundColor="#ff0000" foregroundColor="#ffffff" halign="center" valign="center" zPosition="3" /> <widget source="key_green" render="Label" position="1334,1025" size="180,35" font="Regular;26" backgroundColor="#00ff00" foregroundColor="#ff0000" halign="center" valign="center" zPosition="3" /> <widget source="key_yellow" render="Label" position="1516,1025" size="180,35" font="Regular;26" backgroundColor="#ffff00" foregroundColor="#ff0000" halign="center" valign="center" zPosition="3" /> <widget source="key_blue" render="Label" position="1698,1025" size="180,35" font="Regular;26" backgroundColor="#0080ff" foregroundColor="#ffffff" halign="center" valign="center" zPosition="3" /> <widget source="key_menu" render="Label" position="848,1025" size="150,35" font="Regular;26" backgroundColor="#92f1fc" foregroundColor="#ff0000" halign="center" valign="center" zPosition="3" /> <!-- <widget source="key_info" render="Label" position="1556,1025" size="199,35" font="Regular;28" backgroundColor="#92f1fc" foregroundColor="#ff0000" halign="center" valign="center" zPosition="3" /> <widget source="key_help" render="Label" position="1356,1025" size="199,35" font="Regular;28" backgroundColor="#92f1fc" foregroundColor="#ff0000" halign="center" valign="center" zPosition="3" /> --> <widget source="key_ok" render="Label" position="1000,1025" size="150,35" font="Regular;26" backgroundColor="#92f1fc" foregroundColor="#ff0000" halign="center" valign="center" zPosition="3" /> <!-- BACKGROUND PLATES --> <widget name="background_plate" size="1920,1080" zPosition="0" position="0,0" backgroundColor="#ff9632" /> <!-- Right side - Forecast section --> <!-- <widget name="selection_overlay" zPosition="2" size="1080,860" position="820,110" backgroundColor="#000000" />--> <widget name="transp_bg_forecast" size="1090,915" zPosition="2" position="820,95" backgroundColor="#000000" /> <!-- <widget name="color_bg_forecast" size="790,960" zPosition="1" position="14,110" backgroundColor="#ff9632" />--> <!-- Left side - Today section --> <widget name="transp_bg_today" size="805,975" zPosition="2" position="10,95" backgroundColor="#000000" /> <!-- <widget name="color_bg_today" size="1100,90" zPosition="1" position="810,980" backgroundColor="#ff9632" />--> <!-- Sun section --> <widget name="transp_bg_sun" size="1090,55" zPosition="2" position="820,1015" backgroundColor="#000000" /> <!-- <widget name="color_bg_sun" size="1100,90" zPosition="1" position="810,10" backgroundColor="#ff9632" />--> <!-- Coordinates section --> <!-- <widget name="color_bg_coords" size="790,90" zPosition="1" position="10,10" backgroundColor="#ff9632" />--> <widget name="transp_bg_coords" size="1090,80" zPosition="2" position="820,10" backgroundColor="#000000" /> <!-- Header --> <widget name="transp_bg_header" size="805,80" zPosition="2" position="10,10" backgroundColor="#000000" /> <!-- Logo <ePixmap position="40,1010" size="135,35" alphatest="blend" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/images/forecalogo.png" zPosition="10" scale="1" /> --> <widget source="menu" render="Listbox" position="840,115" size="1050,875" scrollbarMode="showOnDemand" zPosition="10" transparent="1" backgroundColor="#000000"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (20, 5), size = (90, 110), font=0, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 0), MultiContentEntryPixmapAlphaBlend(pos = (110, 24), size = (70, 70), png = 4), <!-- MultiContentEntryText(pos = (200, 20), size = (140, 35), font=0, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 1),--> MultiContentEntryText(pos = (200, 45), size = (140, 40), font=2, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 3), MultiContentEntryText(pos = (200, 15), size = (550, 30), font=1, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 7), MultiContentEntryPixmapAlphaBlend(pos = (410, 50), size = (55, 55), png = 2), MultiContentEntryText(pos = (460, 35), size = (120, 35), font=1, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 5), MultiContentEntryText(pos = (460, 60), size = (120, 35), font=0, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 6), MultiContentEntryText(pos = (720, 31), size = (480, 24), font=1, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 8), MultiContentEntryText(pos = (720, 56), size = (480, 24), font=1, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 9), MultiContentEntryText(pos = (720, 81), size = (480, 24), font=1, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text = 10), ], "fonts": [gFont("Regular", 26), gFont("Regular", 20), gFont("Regular", 44)], "itemHeight": 110 } </convert> </widget> <!-- Location and current weather --> <widget name="temperature_current" position="63,147" size="150,60" zPosition="10" font="Liberation;54" foregroundColor="#49bbff" transparent="1" valign="center" halign="center" /> <widget name="icon_temp_perc" position="40,601" size="50,50" scale="1" zPosition="10" transparent="1" alphatest="blend" /> <widget name="temperature_feelslike" position="95,605" size="330,40" zPosition="10" font="Liberation; 26" foregroundColor="#ffffff" transparent="1" valign="center" /> <widget name="current_time" position="568,150" size="220,52" zPosition="10" font="Liberation; 48" foregroundColor="#49bbff" transparent="1" valign="center" halign="center" /> <!-- Moon phase --> <widget name="icon_moon" position="360,347" size="90,90" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/moon/moon0000.png" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="moon_label" position="145,435" size="500,40" font="Liberation; 32" foregroundColor="#92f1fc" backgroundColor="#000000" transparent="1" valign="center" halign="center" zPosition="10" /> <widget name="icon_moon_light" position="40,468" size="50,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/images/moon_light.png" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="moon_illum" position="95,475" size="250,40" font="Liberation; 26" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="left" zPosition="10" /> <widget name="icon_moon_dist" position="700,473" size="80,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/images/moon_dist.png" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="moon_distance" position="360,475" size="330,40" zPosition="10" font="Liberation; 26" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <widget name="icon_moonrise" position="40,338" size="50,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/images/moonrise.png" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="moonrise_label" position="100,365" size="170,30" zPosition="10" font="Liberation; 28" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="left" /> <widget name="moonrise_value" position="100,335" size="170,30" font="Liberation; 28" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="left" zPosition="10" /> <widget name="icon_moonset" position="730,338" size="50,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/images/moonset.png" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="moonset_label" position="490,365" size="230,30" zPosition="10" font="Liberation; 28" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <widget name="moonset_value" position="490,335" size="230,30" font="Liberation; 28" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="right" zPosition="10" /> <!-- Station --> <widget name="station_name" position="95,543" size="491,40" font="Liberation; 26" halign="left" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" zPosition="10" /> <!-- Weather description and details --> <widget name="weather_description" position="26,110" size="770,36" zPosition="10" font="Liberation; 32" foregroundColor="#fe00" backgroundColor="#000000" transparent="1" valign="center" halign="center" /> <widget name="icon_sun" position="240,178" size="325,250" zPosition="8" backgroundColor="#000000" transparent="1" alphatest="blend" scale="1" /> <widget name="icon_dew_point" position="730,810" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="dewpoint_value" position="395,815" size="330,40" zPosition="10" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <widget name="icon_weather" position="345,150" size="120,120" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <!-- Wind values --> <widget name="icon_wind_speed" position="730,670" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="wind_speed_value" position="395,675" size="330,40" zPosition="10" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <widget name="icon_wind_direction" position="695,558" size="90,90" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="wind_gust_value" position="395,745" size="330,40" zPosition="10" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <widget name="icon_wind_burst" position="730,740" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <!-- Precipitation, humidity, pressure --> <widget name="icon_rain" position="40,810" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="rain_value" position="95,815" size="330,40" zPosition="10" font="Liberation;26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="left" /> <widget name="icon_humidity" position="40,740" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="humidity_value" position="95,745" size="330,40" zPosition="10" font="Liberation;26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="left" /> <widget name="icon_pressure" position="40,670" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="barometer_desc" position="95,663" size="330,35" zPosition="10" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="left" /> <widget name="pressure_value" position="95,693" size="330,35" zPosition="10" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="left" /> <!-- Sun info --> <widget name="day_length" position="306,260" size="200,38" zPosition="10" font="Liberation; 23" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="center" /> <widget name="sunrise_label" position="100,285" size="230,33" zPosition="10" font="Liberation; 28" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="left" /> <widget name="icon_sunrise" position="40,260" size="50,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/images/sunrise.png" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="sunrise_value" position="100,258" size="230,28" zPosition="10" font="Liberation; 28" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="left" /> <widget name="sunset_label" position="490,285" size="230,33" zPosition="10" font="Liberation; 28" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <widget name="icon_sunset" position="730,260" size="50,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/images/sunset.png" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="sunset_value" position="490,258" size="230,28" zPosition="10" font="Liberation; 28" foregroundColor="#ff9632" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <!-- uva --> <widget name="uvi_value" position="395,960" size="330,35" zPosition="10" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <widget name="uvi_desc" position="395,935" size="330,35" zPosition="10" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <widget name="icon_uvi" position="730,940" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <!-- sola radiation --> <widget name="solar_value" position="395,1020" size="330,40" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="right" zPosition="10" alphatest="blend" /> <widget name="solar_desc" position="395,995" size="330,35" zPosition="10" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="right" /> <widget name="icon_solar" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/Foreca1/images/rdsun.png" position="730,1005" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <!-- AQI, probabilità pioggia/neve, aggiornamento --> <widget name="icon_aqi" position="730,875" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="aqi_value" position="395,880" size="330,40" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="right" zPosition="10" /> <widget name="icon_rainp" position="40,875" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="rainp_value" position="95,880" size="330,40" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="left" zPosition="10" /> <widget name="icon_snowp" position="40,945" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="snowp_value" position="95,950" size="330,40" font="Liberation; 26" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="center" halign="left" zPosition="10" /> <!-- <widget name="icon_updated" position="380,995" size="30,30" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> --> <widget name="updated_label" position="30,1025" size="330,32" font="Liberation; 24" foregroundColor="#ffffff" backgroundColor="#000000" transparent="1" valign="left" halign="center" zPosition="10" /> <!-- Station --> <widget name="icon_observation" position="41,535" size="50,50" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <!-- Compass directions --> <widget name="icon_wind" position="599,583" size="40,41" scale="1" zPosition="10" backgroundColor="#000000" transparent="1" alphatest="blend" /> <widget name="North" position="605,545" size="28,28" transparent="1" backgroundColor="#000080" foregroundColor="#0053a9ff" font="Liberation;22" zPosition="10" halign="center" valign="center" alphatest="blend" /> <widget name="South" position="605,635" size="28,28" transparent="1" backgroundColor="#000080" foregroundColor="#0053a9ff" font="Liberation;22" zPosition="10" halign="center" valign="center" alphatest="blend" /> <widget name="East" position="655,590" size="28,28" transparent="1" backgroundColor="#000080" foregroundColor="#0053a9ff" font="Liberation;22" zPosition="10" halign="center" valign="center" alphatest="blend" /> <widget name="West" position="555,590" size="28,28" transparent="1" backgroundColor="#000080" foregroundColor="#0053a9ff" font="Liberation;22" zPosition="10" halign="center" valign="center" alphatest="blend" /> </screen>
And i make little corrective in plugin.py for """Update the buttons with city names (truncated to 13 characters)"""
Your source for Enigma2 weather plugins
Find downloads and support for tools that show detailed local forecasts, severe weather alerts, and animated radar displays on your device. Discover Enigma2 weather plugins for your receiver. Access downloads and support to display local forecasts and real-time weather information directly on screen.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!

