|
 |
|
10-22-2009, 01:09 AM
|
#1
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
GPS-Based internet data
Before the changes in RideRunner, I had weather and gas screens that would automatically load data based on GPS location when the screens were initially opened.
How do I restore that functionality with the latest version of RideRunner? What should the RRCode look like or is it even possible anymore? If so, how can I refine it so it automatically loads based on GPS location the first time I run it , yet just show the exising data on subsequent returns to this screen?
Can the dev team add a command to the weather plugin called GPSWEATHER? The docs don't show a command nor explain if an existing command performs a GPS-based data download/display.
I know RRGas has a command, rrgas_gps, and I've figured out how to achieve the above, but a response from Enforcer with his suggestion for the RRCode to use would be appreciated.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
10-22-2009, 08:19 AM
|
#2
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
|
Looking at the new code/plugin it should be exactly the same as before, meaning, just have zips.dat available (so RR knows your current Zip code from the GPS data) and set the localdatacaptureinterval setting accordingly, the weather plugin will read that and auto-update in that interval whenever there's a GPS lock.
__________________
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
10-22-2009, 09:44 AM
|
#3
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,313
|
you might want to check the RR source guino i believe someone has broken the gps location stuff. Hasnt worked in a few months for me. I just figured it was scrapped so that someone could do it via plugin
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
10-22-2009, 07:41 PM
|
#4
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,559
|
I thought I remembered this being scrapped, by whom I cant remember. But it had something to do with the zip.dat file and ziplocator.? file something or other. It was adding a lot of confusion. Anyway, just a memmory I think I had.
maybe Im wrong, who knows...
This was an awesome feature that has been lost for sometime now though.
|
|
|
10-22-2009, 07:57 PM
|
#5
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
|
Blue separated the weather plugin, but zips.dat support is still in the core, and the weather plugin seems to have all the code ready for it.. I'll have to try it out to see then.
__________________
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
10-23-2009, 12:54 AM
|
#6
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
How about the Exectlb code that used to work, might help in narrowing down either the issue or what you may need to modify to get it working again.
|
|
|
10-23-2009, 09:40 PM
|
#7
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Quote: Originally Posted by Blue ZX3 
How about the Exectlb code that used to work, might help in narrowing down either the issue or what you may need to modify to get it working again.
If J remember correctly, I believe the RELOADWEATHER command was run after the screen loaded and thats it. Now the reload doesn't do it anymore.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
11-02-2009, 03:01 PM
|
#8
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
When I was working in the weather PI last night... I did look and yes the "RELOADWEATHER" cmd looks to see if you have an valid gps AND your locate city lbl contains something and if both true then uses that info otherwise defaults to cityweather setting. If I remember correctly, I didn't change any of that part was just a cut N paste into the PI.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-02-2009, 04:11 PM
|
#9
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,943
|
Quote: Originally Posted by GizmoQ 
I know RRGas has a command, rrgas_gps, and I've figured out how to achieve the above, but a response from Enforcer with his suggestion for the RRCode to use would be appreciated.
Sorry missed this.
What exactly do you want to do?
|
|
|
11-02-2009, 04:20 PM
|
#10
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
Its a weather question not a gas one.... look n read first...
|
|
|
11-02-2009, 04:29 PM
|
#11
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,943
|
Then why is gas mentioned twice in the OP, plus my name against a request?
So why don't you actually try understanding what you read before making comment.
|
|
|
11-02-2009, 05:58 PM
|
#12
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
He was using it as an example...duh. Asking if there was a similar cmd for weather PI now
|
|
|
11-02-2009, 09:18 PM
|
#13
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
The OP was for both.
I will change my weather code back to RELOADWEATHER and verify.
I am curious what the developer of RRGAS would suggest as code to put in the exectbl.ini to get RRGAS to load the gas.skin and pull the internet data immediately for the current GPS location.
Thanks Blue for looking into the weather PI and Enforcer I await your reply.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
11-02-2009, 10:19 PM
|
#14
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,943
|
Quote: Originally Posted by GizmoQ 
I am curious what the developer of RRGAS would suggest as code to put in the exectbl.ini to get RRGAS to load the gas.skin and pull the internet data immediately for the current GPS location.
Thanks Blue for looking into the weather PI and Enforcer I await your reply.
Try this
"GAS","BYVAR;GASFIRST;RRGAS||RRGAS_GPS||SETVAR;GAS FIRST;1<<RRGAS"
note: no space in GASFIRST
and add to ONRESUME
"SETVAR;GASFIRST;0"
and to ONSKINSTART (if required)
"SETVAR;GASFIRST;0"
and Blue
|
|
|
11-03-2009, 10:39 PM
|
#15
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Quote: Originally Posted by Enforcer 
Try this
"GAS","BYVAR;GASFIRST;RRGAS||RRGAS_GPS||SETVAR;GAS FIRST;1<<RRGAS"
note: no space in GASFIRST
and add to ONRESUME
"SETVAR;GASFIRST;0"
and to ONSKINSTART (if required)
"SETVAR;GASFIRST;0"
Well I was close. Didn't think to use a variable that way. Thanx
Quote: Originally Posted by Enforcer 
and Blue 
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:42 PM.
| |