Kodi Community Forum
Broken Weather Underground - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Weather Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=155)
+---- Thread: Broken Weather Underground (/showthread.php?tid=116668)



RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-08-23

(2012-08-22, 16:32)JBarr Wrote: Anyway to view the radar map instead of the satellite? Toggling between them would also be a great option.

radar images are nice indeed, but they are only available for US locations.
that's the one and only reason the script does not support them.


RE: [RELEASE] Weather Underground (default xbmc weather addon) - nessus - 2012-08-25

(2012-07-24, 12:03)ronie Wrote: there's a few things i need to double-check before i can push this one to the repo.

A gently bump for this Blush

P.S. Since i made it for testing purposes here is the mod for preFrodo Confluence, based on pkscuot's mod.

Cheers
Nessus


RE: [RELEASE] Weather Underground (default xbmc weather addon) - vijayk416 - 2012-08-31

is there a way to input the location of a specific weather station via the advanced options? I'm trying to find a way to use this one:
http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=IONTARIO418&day=31&month=08&year=2012


RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-09-03

(2012-08-31, 18:40)vijayk416 Wrote: is there a way to input the location of a specific weather station via the advanced options? I'm trying to find a way to use this one:
http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=IONTARIO418&day=31&month=08&year=2012

yes you can :-)
in advanced settings, choose whatever display name you'd like to use for the location
and in the location id field, enter pws:IONTARIO418

i'll add some more documentation on this when it's released, but for the time being here's a short list of available id codes (and their meaning):

CA/San_Francisco - US state/city
60290 - US zipcode
Australia/Sydney - country/city
37.8,-122.4 - latitude,longitude
KJFK - airport code
pws:KCASANFR70 - Personal Weather Station id
autoip - AutoIP address location
autoip.json?geo_ip=38.102.136.138 - specific IP address location


RE: [RELEASE] Weather Underground (default xbmc weather addon) - vijayk416 - 2012-09-04

Did I mention lately that you rock? Cause you really do.


RE: [RELEASE] Weather Underground (default xbmc weather addon) - bossanova808 - 2012-09-04

(2012-08-23, 23:30)ronie Wrote:
(2012-08-22, 16:32)JBarr Wrote: Anyway to view the radar map instead of the satellite? Toggling between them would also be a great option.

radar images are nice indeed, but they are only available for US locations.
that's the one and only reason the script does not support them.

Are you interested in adding code for other regions is supplied? E.g. I have working radar code for Aus data in my OzWeather addon. I'd be happy to help integrate or whatever...but given the source in not WU, I guess it's not really in the plan for this add on?

Is there a repo of the WU code about? I based my weather addon off yours a long time ago, am wondering if I can merge my work with the WU work for an add on that offers a bit more...



RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-09-04

(2012-09-04, 04:58)bossanova808 Wrote: Are you interested in adding code for other regions is supplied? E.g. I have working radar code for Aus data in my OzWeather addon. I'd be happy to help integrate or whatever...but given the source in not WU, I guess it's not really in the plan for this add on?
that's indeed correct, the wunderground addon will only use weather underground sources.

(2012-09-04, 04:58)bossanova808 Wrote: Is there a repo of the WU code about? I based my weather addon off yours a long time ago, am wondering if I can merge my work with the WU work for an add on that offers a bit more...
there's a repo here:
https://code.google.com/p/ronie/source/browse/#svn%2Ftrunk%2Fweather.wunderground

but please don't merge any of my code!

why? you don't have to:
you can use the wunderground addon as a script module, it allows other addons to fetch wunderground info through it.
see /weather.wunderground/resources/lib/wunderground/wunderground.py

send me a PM and we'll work something out ;-)



RE: [RELEASE] Weather Underground (default xbmc weather addon) - bossanova808 - 2012-09-05

ok well a module is even better of course....great!

Let me have a poke around and get back to you...not really sure what the Wunderground offers, have been concentrating on local weather stuff, but my father in law has a PWS and I might try hooking that up to Wunderground and then seeing what cool stuff I can pull in while maintaining the offical local radar stuff I currently have....I would like satellite etc, if possible...



RE: [RELEASE] Weather Underground (default xbmc weather addon) - boppyman - 2012-09-09

(2012-07-21, 02:09)phil65 Wrote: very nice addon Smile
thx, tried to make use of it as much as possible.
Image

Hi guys im having trouble getting this to work properly

I would like my screen to look like the one above but it currently looks like this Tongue

Image

Can anyone help me out?


RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-09-09

(2012-09-09, 15:22)boppyman Wrote: Can anyone help me out?

best ask for help in the subforum of the skin you're using.


RE: [RELEASE] Weather Underground (default xbmc weather addon) - dallasnights - 2012-09-09

what skin is it


RE: [RELEASE] Weather Underground (default xbmc weather addon) - Nimo - 2012-09-09

it is aeon nox.


RE: [RELEASE] Weather Underground (default xbmc weather addon) - boppyman - 2012-09-10

Oh sorry i didn't know it was a skin problem, i'm using Aeon MQ3

Should it look like the first pic i posted or is some tweaking involved to get it to look like that?




RE: [RELEASE] Weather Underground (default xbmc weather addon) - GrendelJapan - 2012-09-11

Any idea why the humidity for my area (US zip: 21613) always shows up as 999%? Is that a skin issue?


RE: [RELEASE] Weather Underground (default xbmc weather addon) - ronie - 2012-09-11

(2012-09-11, 03:49)GrendelJapan Wrote: Any idea why the humidity for my area (US zip: 21613) always shows up as 999%? Is that a skin issue?

nope, script issue. i'll fix that.
cheers for reporting it. :-)