Centrafuse Carputer, CarPC & UMPC Forums
Go Back   Centrafuse Carputer, CarPC & UMPC Forums > 3rd Party Development > Plugin Development

Plugin Development Extend the functionality of Centrafuse by developing plugins

Reply
 
LinkBack Thread Tools Display Modes
Old July 23rd, 2008, 10:02 AM   #1 (permalink)
5 Farad - High Capacity
mangus580's CarPC Specs
 
Join Date: Apr 2008
Location: Western NY
Vehicle: 1999 Chevrolet Suburban
Posts: 56
mangus580 is on a distinguished road
Send a message via AIM to mangus580 Send a message via Yahoo to mangus580
Weather - Hour by Hour

What would it take to get a weather plugin that has the option of the hour by hour forecast? I would think that it would be most useful to know by hour in a vehicle than 'today, tonight, tomorrow'. When I am driving, I usually dont care what its going to do tomorrow... care more about an hour from now.

Thoughts?


Would also be cool if a radar map could be downloaded every 15 min or something for the zip code selected....
mangus580 is offline   Reply With Quote
Sponsored Links
Old July 23rd, 2008, 11:37 AM   #2 (permalink)
7 Farad - Super Capacity
 
Join Date: Jan 2008
Location: Washington DC
Posts: 138
Habious is on a distinguished road
Ohhh...good ideas, both of them!

Seconded!

Also, an "Update Now" button on the plug-in would be handy...especially if you're looking at a radar map.
__________________
2003 Lexus SC430 - Black with Ecru interior. VaisTech & NavTool interfaces with Centrafuse CarPC integrated into factory navigation screen (includes hands-free Bluetooth, Voice Command, mp3 support, videos, HD radio, Sirius Satellite radio, DVD playback, Internet access, and digital gauge cluster (via OBD-II)), and LuxLink remote top/start module.
My 2003 SC430
Habious is offline   Reply With Quote
Old July 23rd, 2008, 12:26 PM   #3 (permalink)
5 Farad - High Capacity
 
Join Date: Jun 2008
Location: 914.ny
Vehicle: 2008 Subaru Legacy GT
Posts: 91
nemo is on a distinguished road
I was planning on adding the Radar map for the Weather Plugin. I probably wont have time to do it until next week, however.
nemo is offline   Reply With Quote
Old July 23rd, 2008, 02:15 PM   #4 (permalink)
10 Farad - Flux Capacity
malaki86's CarPC Specs
 
Join Date: May 2008
Posts: 343
malaki86 is on a distinguished road
Another suggestion for this:

Get LOCAL weather. If I'm in Texas, I could care less what the weather is doing at my home in West Virginia. I wanna know what it's going to do where I'm at.
__________________
My TruckPC setup (18 wheeler)


CFPlugins: LocalInfo
CFAddons: Updated XM Images
malaki86 is offline   Reply With Quote
Old July 23rd, 2008, 02:18 PM   #5 (permalink)
5 Farad - High Capacity
 
Join Date: Jun 2008
Location: 914.ny
Vehicle: 2008 Subaru Legacy GT
Posts: 91
nemo is on a distinguished road
^ That's on my list too. I was planning on pulling the zip code from the GPS and getting the weather from that. I haven't had much success with the cf gpsinfo from the sdk, though. I downloaded a GPS simulator, so I don't know if that's the problem, or my code. (probably my code )
nemo is offline   Reply With Quote
Old July 23rd, 2008, 02:29 PM   #6 (permalink)
5 Farad - High Capacity
mangus580's CarPC Specs
 
Join Date: Apr 2008
Location: Western NY
Vehicle: 1999 Chevrolet Suburban
Posts: 56
mangus580 is on a distinguished road
Send a message via AIM to mangus580 Send a message via Yahoo to mangus580
OH yeah! I had that thought a while back... and FORGOT it

the other thing that can be done with this... is sunrise/sunset for auto day/night switching!!

If it were php... I would be glad to assist... but I am clueless so far when it comes to this stuff...
mangus580 is offline   Reply With Quote
Old July 23rd, 2008, 02:32 PM   #7 (permalink)
5 Farad - High Capacity
 
Join Date: Jun 2008
Location: 914.ny
Vehicle: 2008 Subaru Legacy GT
Posts: 91
nemo is on a distinguished road
I consider myself a pretty crappy coder. I can understand it and accomplish small feats relatively easily... but the whole concept kind of just escapes me. I guess it's just a matter of experience. I did quite a bit of php a while back and got pretty good at that, but that was a while ago.

I have found that C# is very similar to php.
nemo is offline   Reply With Quote
Old July 23rd, 2008, 02:44 PM   #8 (permalink)
10 Farad - Flux Capacity
malaki86's CarPC Specs
 
Join Date: May 2008
Posts: 343
malaki86 is on a distinguished road
Quote:
Originally Posted by nemo View Post
^ That's on my list too. I was planning on pulling the zip code from the GPS and getting the weather from that. I haven't had much success with the cf gpsinfo from the sdk, though. I downloaded a GPS simulator, so I don't know if that's the problem, or my code. (probably my code )
Here's the line I use to assign the Zip code from cf_gpsinfo into a label:
this.CF_updateText("ZIP", CF_getGPSInfo(CF_GPSInfo.ZIP));
Hope that helps ya.
__________________
My TruckPC setup (18 wheeler)


CFPlugins: LocalInfo
CFAddons: Updated XM Images
malaki86 is offline   Reply With Quote
Old July 23rd, 2008, 06:33 PM   #9 (permalink)
10 Farad - Flux Capacity
malaki86's CarPC Specs
 
Join Date: May 2008
Posts: 343
malaki86 is on a distinguished road
I forgot to mention:

I originally started working on a new weather plugin that would show the weather info for 3 locations: Home (as saved in the setup), Current Location (from the GPS info) and Destination (from the GPS Info).

But, I didn't get much further than having the screens show the city, state & zip codes - heh
__________________
My TruckPC setup (18 wheeler)


CFPlugins: LocalInfo
CFAddons: Updated XM Images
malaki86 is offline   Reply With Quote
Old July 23rd, 2008, 06:42 PM   #10 (permalink)
5 Farad - High Capacity
 
Join Date: Jun 2008
Location: 914.ny
Vehicle: 2008 Subaru Legacy GT
Posts: 91
nemo is on a distinguished road
I originally started the plugin about a week or two ago. I just was planning on taking the existing plugin and reading the GPS zip ~15 min and pulling the info that way.

I actually wrote a function that would compare the current lat/long to every lat/long of cities in the country and would get the closest one to your location......... then I found the get gps info function in the SDK.

nemo is offline   Reply With Quote
Reply

Bookmarks

Tags
hour, weather

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 On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Weather stopped working malaki86 Bug Reports 5 May 28th, 2008 04:36 PM
Weather and intermittent wifi connectivity ik632 Plugin Development 2 January 30th, 2008 04:57 PM
Customising weather icons (spplies to all skins) lightwave Skinning Discussions 6 March 24th, 2007 02:17 PM
Weather to Nav freeses JOFO Navigation Bugs 4 March 3rd, 2007 04:24 AM
Possible Weather Settings bug Nola111 Bug Reports 2 March 1st, 2007 10:23 AM


All times are GMT -4. The time now is 09:16 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Advertisement System V2.5 By   Branden
©Copyright 2008 Flux Media, Inc. All rights reserved.