Please use thank's button and don't reply with this..
and.. speach english in this section..
regards
ps.. please post image or issue
Please use thank's button and don't reply with this..
and.. speach english in this section..
regards
ps.. please post image or issue
-rules dtt update
-fixed # 'DVB-T': ('eeee0000', 't', 61166), 'DVB-T2': ('eeee0000', 't', 61166),
dtt channel backup now work
ERROR?
Is it possible not to write down the type of error, but aren't we magicians who know among a thousand errors which one is yours?
try again
-image:
-box:
-feedback:
Required
for PYTHON3
opkg update
opkg install python3-requests
for PYTHON2
opkg update
opkg install python-requests
1_0_19_516_99_217C_EEEE0224_0_0_0_20231211220235.jpg
1_0_19_516_99_217C_EEEE0224_0_0_0_20231211220250.jpg
The plugin needs to be improved because you can't see everything on the left side of the menu, it's too big...🤔
and how would you like it?
you only have to use it to send a command, you don't have to keep it there forever
Where are the EMMs to update the card?
you look in the NFR forum
Link ? Thank you
Where are the EMMs to update the card?
you look in the NFR forum
Here
RE: 183D/183E EMM Activation via the http/https server with OSCam
o dinobot 4k mini - atv 7.3_devel Py3
all work..
install: ok
1_0_19_79_4B0_110_820000_0_0_0_20231210191120.jpg
thank's KiddaC naturally for time_code fix
i put here zip and ipk, time is against me, I have to stop helping everyone, now I'm going for a walk..
Frankly, I refer to Diamondear iSettings E2 as much more complete, including home-made picons and a variety of settingsman choices
In addition to having any backup settings and elimination of duplicates on the DTT search
what image sorry?
please post type box-image used
this morning I noticed a crash on the settings installation, I think it's due to the time, last night it was too late to try, if anyone can give feedback, given that the downloads are over 50. Or are you the ones who take it as usual and do they leave without saying thanks?
overvryte and reboot
Dear developers, this week the display is not complete in Chinese, I also adjusted the size, but still can not complete the display, please there is a way, thank you first.
this plugin is not my project and I just helped send him up.
use this attached file for translate in your language and
see here from KiddaC instructions on how to do it
linuxsat-support.com/thread/?postID=473965#post473965but I think the item you are referring to are taken directly from the server, you will have to write to them to tell them to correct the language
Regards
overvryte and reboot
if no show.. racaty not exist in link ??
first of all check if the module is installed
from tenet:
for py2
opkg install python-requests
for py3
opkg install python3-requests
but... my edited file plugin.py no have this compliance:
# import urllib
# import urllib.request
this is paused ;)
and this plugin.py are only test.. sorry ..
i have added a code
PY3 = False
import sys
if sys.version_info[0] >= 3:
PY3 = True
unicode = str
unichr = chr
long = int
from urllib.error import HTTPError, URLError
from urllib.request import urlopen, Request, urlretrieve
else:
from urllib2 import HTTPError, URLError
from urllib2 import urlopen, Request
from urllib import urlretrieve
Display More
and
import six
if six.PY3:
import urllib.request as urllib2
import http.cookiejar as cookielib
else:
import urllib2
import cookielib
headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'}
cookie_jar = cookielib.CookieJar()
opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cookie_jar))
urllib2.install_opener(opener)
req = urllib2.Request("http://api.buienradar.nl/data/forecast/1.1/all/" + str(citynumb), data=None, headers=headers)
handler = urllib2.urlopen(req, timeout=15)
antw = handler.read()
Display More
feedback is definitely required for the test, I don't want any, I tried to make it work on my 2 boxes (py2-py3)
thank's Caught
this is for py2 and py3
https://www.linuxsat-support.com/cms/attachment/247024-plugin-py/
if you feel like doing a debug, otherwise "it doesn't work" doesn't help anyone to help you
try:
put this file to
\usr\lib\enigma2\python\Plugins\Extensions\TheWeather
and reboot
-if oaweather installed: namecity == oaweather city
-lib urlib changed