The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner

Reply
 
LinkBack Thread Tools Display Modes
Old 05-06-2008, 03:52 PM   #1
Low Bitrate
 
Join Date: Mar 2007
Posts: 56
Europe Weather

I can't seem to get the weather part to work right in RR. I enter my city/country just how its listed on weather.com and nothing.
Any way to fix it?
plunderisley is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 05-06-2008, 03:58 PM   #2
FLAC
 
Griff1's Avatar
 
Join Date: Nov 2005
Location: Midlands
Posts: 949
RR's weather component doesn't work anymore,this just happened today so we'll just have to wait and see if guino can fix it.
__________________
P4 2.8 HT, 1GB Ram, 200Gb 3.5 HD, M4-ATX,2 x Silabs USB, SB Audigy2, BU353, Lilliput TS,Soundgraph Imon VFD,SONY Optiarc dvd Burner,RoadRunner, iGo8,Custom Freedom 2.1
Griff1 is offline   Reply With Quote
Old 05-09-2008, 08:01 AM   #3
Low Bitrate
 
mscar's Avatar
 
Join Date: Oct 2003
Location: Portugal
Posts: 102
Simple remove in Function SearchWeather the & "&prod=xoap&par=1009410524&key=c8350c85242b427 8"

OLD:
Respond = GetString("http://xoap.weather.com/weather/local/" & StrID & "?cc=*" & StrDaysf & "&unit=" & unit & "&prod=xoap&par=1009410524&key=c8350c85242b427 8")


FIXED:
Respond = GetString("http://xoap.weather.com/weather/local/" & StrID & "?cc=*" & StrDaysf & "&unit=" & unit)


The weather.com doesn't need the key code anymore .
__________________
:: MSCAR ::
.:: Multimedia System Car ::.
mscar is offline   Reply With Quote
Old 05-09-2008, 08:34 AM   #4
Low Bitrate
 
mscar's Avatar
 
Join Date: Oct 2003
Location: Portugal
Posts: 102
I WAS WRONG !!! LOL.

Were the new correct license parameter :

"&link=xoap&prod=xoap&par=1009410524&key=c8350c852 42b4278"

OLD:
Respond = GetString("http://xoap.weather.com/weather/local/" & StrID & "?cc=*" & StrDaysf & "&unit=" & unit & "&prod=xoap&par=1009410524&key=c8350c85242b427 8")

FIXED:
Respond = GetString("http://xoap.weather.com/weather/local/" & StrID & "?cc=*" & StrDaysf & "&unit=" & unit & "link=xoap&prod=xoap&par=1009410524&key=c8350c8524 2b4278")


The fixed Function :

Code:
Public Function SearchWeather(ByVal StrID As String, Optional DaysF As Boolean = True, Optional unit As String = "m", Optional Map As Boolean = True) As String Dim Respond As String Dim StrDaysf As String Dim StrMap As String Dim WFIle As String Dim tfile As Integer Dim WeatherLicense As String SearchWeather = "" WeatherStrUnit = unit WFIle = MyPath & "myweather.xml" If DaysF = True Then StrDaysf = "&dayf=5" WeatherLicense = "&link=xoap&prod=xoap&par=1009410524&key=c8350c85242b4278" Respond = GetString("http://xoap.weather.com/weather/local/" & StrID & "?cc=*" & StrDaysf & "&unit=" & unit & WeatherLicense) If Respond <> "" Then If FileExists(WFIle) = True Then Kill WFIle tfile = FreeFile Open WFIle For Output As #tfile Print #tfile, Respond Close #tfile DoEvents If FileExists(WFIle) = True Then Call GetWeatherInfo(WFIle) SearchWeather = Respond Else If FileExists(WFIle) = True Then Call GetWeatherInfo(WFIle) SearchWeather = Respond End If End Function

__________________
:: MSCAR ::
.:: Multimedia System Car ::.

Last edited by mscar; 05-09-2008 at 08:39 AM.
mscar is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Weather Plugin f1anatic Centrafuse 7 05-10-2008 09:35 PM
weather configuration question Snortonnorton Road Runner 10 11-24-2007 07:39 AM
How do i setup Weather? liquid_smoke RR FAQ 0 09-17-2006 02:32 AM
Weather Cache danl Road Runner 8 05-28-2006 04:50 AM
Weather program for Map Monkey warnockm Other Cool Stuff 5 12-10-2005 08:14 PM


All times are GMT -5. The time now is 07:48 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics