Display MoreChanged a couple of settings and seems to be ok now fully rebooted 3 times and is holding.
try first this
Tried that but it crashes when trying to open it in plugins so maybe because its a py file not a pyc file as I am using openatv 7.6 so put the pyc file back and it opens it backup but still have to change from default Hamburg to my town after every reboot. h7s
the .py compile in to .pyc on reboot of system ;)
Again tried and still blue screen crash when trying to open oaweather plugin
i try on my atv 7.5.1 if work.. (but work)
[E² Plugin] OAWeather for PLi
-
- OAWeather
- W@Rp
- Thread is marked as Resolved.
-
-
try and report
-
try and report
Excellent thanks as that has worked and my weather town is now holding after doing any reboot.
-
ok i make 3.5 version.. or 3.4 maybe.. mmm

-
-
well it's cool where you are... here we're dying from the heat :(
-
https://www.linuxsat-support.c…ns-oaweather-3-5-all-ipk/
3.5 version - and on linuxsat panel :) -
well it's cool where you are... here we're dying from the heat :(
same here on Egypt it 38C

not as mentioned on plugin feel like 26c
-
issue on init.. re download please
-
Dear developer, the last version is in the Chinese language environment. When choosing MSN weather, you can search for Chinese place names, but the weather icon cannot be loaded. Can you please ask if it can be fixed? Thank you for your continuous update.
1_0_1_1CF2_E2E7_FF03_0_0_0_0_20250703124903.jpg
1_0_1_1CF2_E2E7_FF03_0_0_0_0_20250703124947.jpg
1_0_1_1CF2_E2E7_FF03_0_0_0_0_20250703125003.jpg
Latest Chinese translation files:
-
-
try to explain it to me as if I were 5 years old ... I don't understand well .. also because .. I don't know Chinese .. I speak Italian at times and google translates English badly too .. I could understand garlic for onion ..

-
try to explain it to me as if I were 5 years old ... I don't understand well .. also because .. I don't know Chinese .. I speak Italian at times and google translates English badly too .. I could understand garlic for onion ..

Cry.

-
try to explain it to me as if I were 5 years old ... I don't understand well .. also because .. I don't know Chinese .. I speak Italian at times and google translates English badly too .. I could understand garlic for onion ..

Cry.

right. I was just telling you that I didn't understand what you meant.. if you can explain better in detail
-
try to explain it to me as if I were 5 years old ... I don't understand well .. also because .. I don't know Chinese .. I speak Italian at times and google translates English badly too .. I could understand garlic for onion ..

Cry.

right. I was just telling you that I didn't understand what you meant.. if you can explain better in detail
Thanks a lot!
È molto semplice: quando si seleziona MSN Weather nelle impostazioni di sistema cinesi, non è possibile caricare l'icona del tempo e i dettagli meteo.
It's very simple, that is, when you select MSN Weather when the system is set in Chinese, it can't load the weather icon and weather details.
-
Many fix on this version 3.6
-fixed save location-removed code unnecessary
-add logger
-mod favorite json (to json)
-major fix
-
issue on this version and on original version (I believe..not sure)
CodeFile "/usr/lib/enigma2/python/Plugins/Extensions/OAWeather/plugin.py", line 917, in keyOk if weatherhelper.favoriteList and weatherhandler.WI.getDataReady(): AttributeError: 'Weatherinfo' object has no attribute 'getDataReady'as ben fixed
-
open atv 7.5.1
11:14:16.2481 File "/usr/lib/enigma2/python/Plugins/Extensions/OAWeather/plugin.py", line 711, in refreshWeatherData
11:14:16.2539 geocode = config.plugins.OAWeather.owm_geocode.value.split(",")
11:14:16.2554 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:14:16.2560 AttributeError: 'tuple' object has no attribute 'split'
11:14:16.2564 [ePyObject] (PyObject_CallObject(<bound method WeatherHandler.refreshWeatherData of <Plugins.Extensions.OAWeather.plugin.WeatherHandler object at 0xb0a5c840>>,()) failed)
-
Question: if you have OPENATV
why do you use this plugin that is for openpli?
use the Atv one that is even better, embedded, It makes no sense..
-
-
Display More
try to explain it to me as if I were 5 years old ... I don't understand well .. also because .. I don't know Chinese .. I speak Italian at times and google translates English badly too .. I could understand garlic for onion ..

Cry.

right. I was just telling you that I didn't understand what you meant.. if you can explain better in detail
Thanks a lot!
È molto semplice: quando si seleziona MSN Weather nelle impostazioni di sistema cinesi, non è possibile caricare l'icona del tempo e i dettagli meteo.
It's very simple, that is, when you select MSN Weather when the system is set in Chinese, it can't load the weather icon and weather details.
API requests are sent with the system language code:
language = config.osd.language.value.replace('_', '-').lower()For Chinese, this might result in:
zh-cn (Simplified Chinese)
zh-tw (Traditional Chinese)
zh-hk (Hong Kong Chinese)
you could also try to add a mapping for some unsupported languages, but it also depends on the server you choose: msn, openmeteo etc.
Code
Display Moredef get_api_language(lang_code): lang_map = { "zh-cn": "zh_cn", "zh-tw": "zh_tw", "zh-hk": "zh_tw", "zh": "zh_cn" } service = config.plugins.OAWeather.weatherservice.value # Gestione speciale per Open-Meteo if service == "OpenMeteo" and lang_code.startswith("zh"): return "zh" # Open-Meteo usa solo "zh" return lang_map.get(lang_code, lang_code) Use with--------------------- language = get_api_language(config.osd.language.value.replace('_', '-').lower())or API Response encoding issue
Chinese responses may have encoding issues.
Coderesponse = requests.get(url, headers=headers) response.encoding = 'utf-8' data = response.json()and forced.. maybe..
or using city IDs instead of names: Chinese city names may not be recognized correctly by the services.
Try to do a test: set the language to English on the box, reboot and check if the icons are visible. -
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.
