XBMC Community Forum
[RELEASE] Weather Plus Addon - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Weather Add-ons (/forumdisplay.php?fid=155)
+---- Thread: [RELEASE] Weather Plus Addon (/showthread.php?tid=95329)



- brightsr - 2011-07-31 15:51

ThunderHawk4784 Wrote:I believe if the local video isn't available it should default back to the regional video.

If local video is unavailable, it won't show video.
So please select regional video at addon's settings.


- PatK - 2011-08-02 20:56

Disregard--->Something must have happened with the accuweather site, I'm coming up with an error after months of it working fine.

I guess I jumped the gun... working again. Thanks...


- ThunderHawk4784 - 2011-08-03 16:45

brightsr Wrote:If local video is unavailable, it won't show video.
So please select regional video at addon's settings.

The problem is that it isn't showing local video even when there is one available. I live near Milwaukee, WI so there is almost always a local video available on Weather.com. The plug in isn't recognizing that there is a video available for some reason. I understand that there probably won't be local video at night or on weekends, but all week long during the day there is local video available for my area. Something you may want to look into.


- Burke - 2011-08-05 17:25

Hi, Smile

I've been using weather plus for months now no problem until, I don't now for shore lets say a week ago when I lost satellite feed. I am from croatia so I usually take Italy satellite but it seams now I cant even chose one, tried uninstalling ad changing settings around but nothing happened.

I am on Win7 64 with Dharma running.

here is my debug log


- brightsr - 2011-08-05 22:29

ThunderHawk4784 Wrote:The problem is that it isn't showing local video even when there is one available. I live near Milwaukee, WI so there is almost always a local video available on Weather.com. The plug in isn't recognizing that there is a video available for some reason. I understand that there probably won't be local video at night or on weekends, but all week long during the day there is local video available for my area. Something you may want to look into.

Okay, I understood. I'll check it up and try to fix it.

-------------------------------------------------------------------------------
EDIT : I used the most popular video tap on the local weather page of weather.com in order to fetch proper local forecast video of the nearest city. But it can't be used now because there's no local video link in the most popular video tap. I think the only possible solution is to make an option to select a major city for a local video.


- brightsr - 2011-08-05 23:19

Burke Wrote:Hi, Smile

I've been using weather plus for months now no problem until, I don't now for shore lets say a week ago when I lost satellite feed. I am from croatia so I usually take Italy satellite but it seams now I cant even chose one, tried uninstalling ad changing settings around but nothing happened.

I am on Win7 64 with Dharma running.

here is my debug log

According to your log, you're using Accuweather.com as a provider.
It's not providing any videos or maps.


- francxk - 2011-08-06 06:49

I got some error on retrieve weather for my town, because of some special character on the region name : grenoble, rhône alpe.

how can i fix that ?


- ThunderHawk4784 - 2011-08-06 16:16

brightsr Wrote:Okay, I understood. I'll check it up and try to fix it.

-------------------------------------------------------------------------------
EDIT : I used the most popular video tap on the local weather page of weather.com in order to fetch proper local forecast video of the nearest city. But it can't be used now because there's no local video link in the most popular video tap. I think the only possible solution is to make an option to select a major city for a local video.

Thanks for looking into it. I almost have to Google 'Milwaukee 60 Second forecast' in order to find the video on Weather.com, its that hard to find.


- francxk - 2011-08-06 16:57

francxk Wrote:I got some error on retrieve weather for my town, because of some special character on the region name : grenoble, rhône alpe.

how can i fix that ?

What I see:
in accu_fetch_hourly_forecast method htmlSource_3 does not contains the grenoble forecasts, i think that is due to special character "ô",

http://www.accuweather.com/en-us/fr/rhône-alpes/grenoble/hourly.aspx works perfectly but it not the case in the python code.


- brightsr - 2011-08-09 18:23

francxk Wrote:What I see:
in accu_fetch_hourly_forecast method htmlSource_3 does not contains the grenoble forecasts, i think that is due to special character "ô",

http://www.accuweather.com/en-us/fr/rhône-alpes/grenoble/hourly.aspx works perfectly but it not the case in the python code.

I'm going to check about it. but it'll be next week because I'm really busy this week.