Kodi Community Forum

Full Version: Weather Underground
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ronie... are you planning to push this to the official repo ?

Cheers
Nessus
(2012-07-24, 03:42)argh! Wrote: [ -> ]How on earth are you guys getting these wonferdul Weather Underground views?

you need to install a skin that supports the extended features of wu.
if you use T!, switch to the svn version of Transparency!
(2012-07-24, 10:14)nessus Wrote: [ -> ]ronie... are you planning to push this to the official repo ?

Cheers
Nessus

yeah, just don't know when.
(2012-07-24, 11:45)ronie Wrote: [ -> ]
(2012-07-24, 10:14)nessus Wrote: [ -> ]ronie... are you planning to push this to the official repo ?

Cheers
Nessus

yeah, just don't know when.

Could do it for you
(2012-07-24, 11:50)Martijn Wrote: [ -> ]
(2012-07-24, 11:45)ronie Wrote: [ -> ]
(2012-07-24, 10:14)nessus Wrote: [ -> ]ronie... are you planning to push this to the official repo ?

Cheers
Nessus

yeah, just don't know when.

Could do it for you

i know and thanx for your help with the other addons :-)

there's a few things i need to double-check before i can push this one to the repo.
Ok... thanks
edit: nevermind, asked and answered above.
(2012-07-24, 11:43)ronie Wrote: [ -> ]
(2012-07-24, 03:42)argh! Wrote: [ -> ]How on earth are you guys getting these wonferdul Weather Underground views?

you need to install a skin that supports the extended features of wu.
if you use T!, switch to the svn version of Transparency!

Ah. I do use T!, but I'll have to use a nightly to use the SVN build, right? I'm not quite brave enough to use a nightly as my regular player...


thanks.

(2011-12-11, 02:02)ronie Wrote: [ -> ]if you're interested in testing these new features:
weather.wunderground-0.1.10.zip

question, requests, issues?
please let me know.
Hi ronie.
This addon is very useful for me.
I have installed the latest update (0.01.10).
I'm testing and I find no errors for now.

Why not a spanish version? This is my spanish translated strings.xml file.

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<strings>
    <string id="32101">Ubicaciones</string>
    <string id="32102">Opciones avanzadas</string>
    <string id="32111">Ubicación 1</string>
    <string id="32112">Ubicación 2</string>
    <string id="32113">Ubicación 3</string>
    <string id="32114">Nombre para la ubicación 1</string>
    <string id="32115">Nombre para la ubicación 2</string>
    <string id="32116">Nombre para la ubicación 3</string>
    <string id="32117">Código de la ubicación 1</string>
    <string id="32118">Código de la ubicación 2</string>
    <string id="32119">Código de la ubicación 3</string>
    <string id="32120">Habilitar el registro</string>
    <string id="32121">Fin de semana</string>
    <string id="32122">Sábado y domingo</string>
    <string id="32123">Viernes y sábado</string>
    <string id="32124">Jueves y viernes</string>
    <string id="32125">Nivel de zoon de mapas</string>
    <string id="32126">Mapas animados</string>
    <string id="32501">Nueva</string>
    <string id="32502">Creciente</string>
    <string id="32503">Cuarto creciente</string>
    <string id="32504">Gibosa creciente</string>
    <string id="32505">Llena</string>
    <string id="32506">Gibosa menguante</string>
    <string id="32507">Cuarto menguante</string>
    <string id="32508">Menguante</string>
    <string id="32510">Alerta</string>
    <string id="32511">Seguimiento</string>
    <string id="32512">Aviso</string>
    <string id="32513">Parte meteorológico</string>
    <string id="32514">Previsión</string>
    <string id="32515">Predicción meteorológica</string>
    <string id="32516">Resumen</string>
</strings>

(And this is the translated sections in the addon.xml file)

Code:
<summary lang="es">Predicción meteorológica de wunderground.com</summary>
<description lang="es">Predicción meteorológica facilitada por Weather Underground (http://www.wunderground.com/)</description>
<disclaimer lang="es">El uso de este complemento implica la aceptación de los términos del servicio que se encuentran en http://www.wunderground.com/weather/api/d/terms.html</disclaimer>

Thank you for your work.
I'm running Aeon MQ4 and recently i'm getting many errors from wunderground

Example:
Code:
01:00:04 T:140135748314880   ERROR: Error Type: <type 'exceptions.IOError'>
01:00:04 T:140135748314880   ERROR: Error Contents: (2, 'No such file or directory', '/storage/.xbmc/userdata/addon_data/weather.wunderground/map/7A6D773A30303030302E372E3036333530-20120815010004.png')
01:00:04 T:140135748314880   ERROR: Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/weather.wunderground/default.py", line 601, in <module>
                                                forecast(location)
                                              File "/storage/.xbmc/addons/weather.wunderground/default.py", line 144, in forecast
                                                properties(data,loc)
                                              File "/storage/.xbmc/addons/weather.wunderground/default.py", line 560, in properties
                                                tmpmap = open(mapfile, 'wb')
                                            IOError: (2, 'No such file or directory', '/storage/.xbmc/userdata/addon_data/weather.wunderground/map/7A6D773A30303030302E372E3036333530-20120815010004.png')
01:00:16 T:140135748314880  NOTICE: Thread Background Loader start, auto delete: false
01:00:25 T:140134791218944  NOTICE: Previous line repeats 1 times.
01:00:25 T:140134791218944 WARNING: GetIcon - Unknown nodetype requested videodb://2/2/9/-1/

Anyone else noticed this?
(2012-08-15, 15:53)schumi2004 Wrote: [ -> ]Anyone else noticed this?

haven't seen it before...
did you, by any chance, enable folder redirection in advancedsettings.xml?
if you did, that could probably be the cause.
(2012-08-10, 13:08)Patrizia Wrote: [ -> ]Why not a spanish version? This is my spanish translated strings.xml file.

(And this is the translated sections in the addon.xml file)

thanx mate!
will add them.
(2012-08-15, 18:11)ronie Wrote: [ -> ]
(2012-08-15, 15:53)schumi2004 Wrote: [ -> ]Anyone else noticed this?

haven't seen it before...
did you, by any chance, enable folder redirection in advancedsettings.xml?
if you did, that could probably be the cause.

Yes is did. Should i disable it or just copy add-on data back to box ? Disabling isn't actually an option.
(2012-08-16, 23:40)schumi2004 Wrote: [ -> ]Yes is did. Should i disable it or just copy add-on data back to box ? Disabling isn't actually an option.

as far as i know it's not possible to directly download something from the internet to a remote share,
it needs to be downloaded to a local drive.

addon_data is the designated place for addons to store it's data, so moving it to a remote share will cause issues.
Anyway to view the radar map instead of the satellite? Toggling between them would also be a great option.