- Moderator
- #141
Here is a patch that fixes weather.
The url, needed updating to:
EDIT: File has been updated to fix a crash: https://forum.team-mediaportal.com/mediaportal-plugins-47/rss-ticker-43603/index16.html#post495714
The url, needed updating to:
Code:
string url = String.Format("http://xoap.weather.com/weather/local/{0}?cc=*&dayf=5&link=xoap&prod=xoap&par={1}&key={2}&unit={3}", locationCode, PARTNER_ID, PARTNER_KEY, c_units);
EDIT: File has been updated to fix a crash: https://forum.team-mediaportal.com/mediaportal-plugins-47/rss-ticker-43603/index16.html#post495714