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.
- Host: GitHub
- URL: https://github.com/faithvoid/plugin.weather.wttrin
- Owner: faithvoid
- Created: 2025-06-22T10:27:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T10:43:14.000Z (12 months ago)
- Last Synced: 2025-06-22T11:27:39.493Z (12 months ago)
- Language: Python
- Size: 331 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plugin.weather.wttrin
Functional weather plugin for XBMC4Xbox/XBMC4Gamers using wttr.in's backend.


## 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