View unanswered posts | View active topics It is currently Sat May 25, 2013 10:32 pm



Reply to topic  [ 58 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
 Weather remake 
Author Message

Joined: Sat Oct 09, 2010 4:12 am
Posts: 27
Post Re: Weather remake
Hi! which firmware is this confirmed to work on?
I'm trying on a freshly installed PV73100_v7.06.r4318
and I can't get it to work!
My fault? or firmware fault?
I get your city's image, click play or enter or whatever on the remote, and the pohd just restarts... :/


Wed Nov 24, 2010 8:59 pm
Profile

Joined: Sat Feb 13, 2010 9:59 pm
Posts: 673
Location: Tilburg
Post Re: Weather remake
It's supposed to work up to r4318.

Player is restarting probably because menu.rss is invalid.


Mon Nov 29, 2010 11:36 pm
Profile

Joined: Sat May 08, 2010 5:07 am
Posts: 335
Post Re: Weather remake
morrido wrote:
Hi! which firmware is this confirmed to work on?
I'm trying on a freshly installed PV73100_v7.06.r4318
and I can't get it to work!
My fault? or firmware fault?
I get your city's image, click play or enter or whatever on the remote, and the pohd just restarts... :/


Firmware problem more than likely; I had the same issue for a while where everything in the internet feeds worked fine but the weather remake would not (although it worked before) and my player just got rebooted every time I selected the weather. I was using infosite at the time so I did the reinstall of weather using infosite and I was still having the same issues. Full firmware reinstalled (using the power button on your POHD) fixed the problem. I have no idea what exactly got corrupted but it only seemed to affect the weather remake as far as I can tell. Very weird????

Hope this help!


Tue Nov 30, 2010 6:35 pm
Profile

Joined: Sat Oct 09, 2010 4:12 am
Posts: 27
Post Re: Weather remake
Hello! I tried once again with a full firmware install (holding the PoHD power button)
I do not know what infosite is! If it doesn't come by default, I don't have it! (Do I need it?)

After firmware install I connected with telnet and did the following

Image
The first part is to replace font and to make some space!
The second and third part is strictly copy paste of the code posted on the first post of this topic

After this, I went to the PoHD, entered "Feeds",
entered "Weather", and I see this
Image
However if I try to enter, the PoHD just restarts!
What am I doing wrong?


Wed Dec 01, 2010 3:38 pm
Profile

Joined: Sat Feb 13, 2010 9:59 pm
Posts: 673
Location: Tilburg
Post Re: Weather remake
I have given an answer in other topic, but just for additional explanation:

Weather remake is not being developed and supported anymore (by itself). At one point it was included in InfoSite where I have more control over it and I can provide support under InfoSite conditions.


Thu Dec 02, 2010 11:15 pm
Profile

Joined: Sat Oct 09, 2010 4:12 am
Posts: 27
Post Re: Weather remake
Hello! I have tried Infosite and it's really awesome!!!
Congratulations for such an amazing tool! ;)
It's so easy to use, and has many usefull functions!
I applied the "BB Skin by Sakada (from r4107)" and it's very pretty!
I installed the RSS Pack, Optware and Busybox (in this order!)
xLive is great!
On to the weather (back on topic)
On the weather tab I picked "OoD's theme" and used "742689" for location!
However, weather still does not work!

On the main menu I enter "FEEDS".
I see "Metafeeds", "Favorites", "X Live", "News", "Weather" ....
I navigate to "Weather" and when I press enter, the PoHD crashes back to main menu!

What have I done wrong?


Sat Dec 04, 2010 3:41 pm
Profile

Joined: Sat Feb 13, 2010 9:59 pm
Posts: 673
Location: Tilburg
Post Re: Weather remake
Can you send me your menu.rss and weather.conf, so I can check it ?


Wed Dec 08, 2010 8:25 pm
Profile

Joined: Sat Oct 09, 2010 4:12 am
Posts: 27
Post Re: Weather remake
mikka wrote:
Can you send me your menu.rss and weather.conf, so I can check it ?


I have two menu.rss files (which seem to be the same as far as I can tell by opening them on notepad++)...
menu.rss from /tmp/hdd/root/rss_scripts/

menu.rss from /usr/local/bin/scripts/

I do not know what you mean by weather.conf.. so I made a zip with the Weather folder...

zip file with weather folder from /usr/local/bin/IMS_Modules/


Thu Dec 09, 2010 1:15 am
Profile

Joined: Sat Feb 13, 2010 9:59 pm
Posts: 673
Location: Tilburg
Post Re: Weather remake
I can't download any menu.rss, both are treated as RSS bookmarks (please change extension to something else).

I'd like to also take a look into /tmp/hdd/root/xLive/weather.conf


Thu Dec 09, 2010 5:19 pm
Profile

Joined: Sat Oct 09, 2010 4:12 am
Posts: 27
Post Re: Weather remake
EDIT: After a few PM's switched with mikka the problem was solved!
Thank you so much for your help mikka!

For those of you who might get the same behaviour from the weather feed (PoHD reboots when entering the weather feed)
This is what I did (try this only if the PoHD reboots after installing the Weather remake)
Open the menu.rss file
and on the lines 277 to 282, remove the urlencode() function.

Before replacing:
Code:
nowLink="./IMS_Modules/Weather/image/weather/" + urlEncode(nowCode) + ".png";
day1Link="./IMS_Modules/Weather/image/weather/" + urlEncode(day1Code) + ".png";
day2Link="./IMS_Modules/Weather/image/weather/" + urlEncode(day2Code) + ".png";   
day3Link="./IMS_Modules/Weather/image/weather/" + urlEncode(day3Code) + ".png";   
day4Link="./IMS_Modules/Weather/image/weather/" + urlEncode(day4Code) + ".png";   
day5Link="./IMS_Modules/Weather/image/weather/" + urlEncode(day5Code) + ".png";


After replacing:
Code:
nowLink="./IMS_Modules/Weather/image/weather/" + nowCode + ".png";
day1Link="./IMS_Modules/Weather/image/weather/" + day1Code + ".png";
day2Link="./IMS_Modules/Weather/image/weather/" + day2Code + ".png";   
day3Link="./IMS_Modules/Weather/image/weather/" + day3Code + ".png";   
day4Link="./IMS_Modules/Weather/image/weather/" + day4Code + ".png";   
day5Link="./IMS_Modules/Weather/image/weather/" + day5Code + ".png";


Last edited by morrido on Mon Dec 13, 2010 3:06 pm, edited 2 times in total.



Thu Dec 09, 2010 6:27 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 58 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by: phpBB | Innitial forum Design by: STSoftware | Modified by: AC Ryan.