An open API service indexing awesome lists of open source software.

https://github.com/faithvoid/plugin.weather.wttrin

Functional weather plugin for XBMC4Xbox/XBMC4Gamers using wttr.in's backend.
https://github.com/faithvoid/plugin.weather.wttrin

Last synced: 10 months ago
JSON representation

Functional weather plugin for XBMC4Xbox/XBMC4Gamers using wttr.in's backend.

Awesome Lists containing this project

README

          

# plugin.weather.wttrin
Functional weather plugin for XBMC4Xbox/XBMC4Gamers using wttr.in's backend.
![](screenshots/1.jpg)
![](screenshots/2.jpg)

## How to use:
- Download latest release .zip
- Copy the "weather.wttrin" folder to Q:/plugins/weather
- Go to Q:/UserData/advancedsettings.xml and add the following entries (replace the city names with the 3 cities you'd like to cycle between)



<weather>
<areacode1>Toronto, ON</areacode1>
<areacode2>New York City, NY</areacode2>
<areacode3>Tokyo, Japan</areacode3>
<plugin>weather.wttrin</plugin>
</weather>

- Open your Weather Settings, and set the default Weather service to "weather.wttrin"
- After that, you should be set! Weather should function exactly how it used to in older versions.

## TODO:
- Do more Fahrenheit testing (has only been tested in celcius / kmh!)
- Improve response times somewhat