Add-on:Weather Underground: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Addon-Bot repo category update; cosmetic changes)
Line 18: Line 18:
|icon url=http://mirrors.xbmc.org/addons/helix/weather.wunderground/icon.png}}
|icon url=http://mirrors.xbmc.org/addons/helix/weather.wunderground/icon.png}}


==Basic Settings ==
== Basic Settings ==


Here you can select three weather locations.
Here you can select three weather locations.
Line 25: Line 25:
If the weather addon fails to find your location, please try again with a larger town close to you.
If the weather addon fails to find your location, please try again with a larger town close to you.


==Advanced Options==
== Advanced Options ==


[[File:Weather_Underground_AS.jpg|thumb|500px|The advanced options screen.]]
[[File:Weather_Underground_AS.jpg|thumb|500px|The advanced options screen.]]
Line 53: Line 53:
{{-}}
{{-}}


==Information for Skinners ==
== Information for Skinners ==


see: [https://github.com/xbmc/xbmc/blob/master/addons/weather.wunderground/README.txt README.txt] included in the addon.
see: [https://github.com/xbmc/xbmc/blob/master/addons/weather.wunderground/README.txt README.txt] included in the addon.


[[Category:Built-in add-ons]]
[[Category:Built-in add-ons]]
[[Category:Frodo add-on repository]]
[[Category:Gotham add-on repository]]

Revision as of 11:45, 5 January 2015

Weather Underground
http://mirrors.xbmc.org/addons/helix/weather.wunderground/icon.png

Author: Team-Kodi

Type: Weather information
Repo:

License: GPL v2.0
Source: Source code
Summary: Weather forecast from wunderground.com
Home icon grey.png   ▶ Add-ons ▶ Weather Underground
Attention talk.png Need help with this add-on? See here.

Weather forecast provided by Weather Underground (http://www.wunderground.com/)

Basic Settings

Here you can select three weather locations. On the weather screen in XBMC, you will be able to switch between those locations.

If the weather addon fails to find your location, please try again with a larger town close to you.

Advanced Options

The advanced options screen.
Location x,y,z display name
This allows you to change the name XBMC will use for your location on the weather screen
Location x,y,z id
Instead of downloading weather for a certain town/city, this option allows you to get weather from airports, zipcodes, long/lat and personal weather stations. the id needs to be in one of the formats listed below:
  • 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
  • CA/San_Francisco - US state/city

Map zoom level
The setting will affect the area covered in the weather map on the Maps & Alerts screen.
Animated map
Instead of one static image, use the weather maps images of the last few hours to create an animation. this may not work for all locations, as the weather map for some locations is not updated frequently.
Weekend
Weekend days are not the same across the world. select the setting that matches your location
Enable logging
Enables debug logging for the Addon, only enable this if you have bugs and you want to submit a debug log.


Information for Skinners

see: README.txt included in the addon.