NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 3 4 5 6 7 … 125 Next »
Weather Plugin Doopler Radar

 
  • 0 Vote(s) - 0 Average
Weather Plugin Doopler Radar
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#1
2009-02-10, 01:42 AM
Hi,

When viewing the Doppler radar map in the plugin, it shows Doppler radar maps for 90 minutes of radar data, however the lastest radar image is 5 hours old. When I check the doppler radar on http://weather.msn.com for zip code 49855 it shows the same start time as in the plug in for the doppler radar, but shows maps for 6 hours 30 minutes of maps.

Example; MSN Website shows Doppler Radar from 2:58pm to 9:28pm, Weather Plugin only shows 2:58pm to 4:28pm. So last 5 hours are missing.

Is there something I can do/change to make it show the same amount of radar information as the msn weather website (about 6 hours 30 minutes) instead of only the first 1 hour 30 minutes as the plugin is doing?

Thank you for any input! Great plugins you have!

Windows XP SP3, P4 3.6, 2GB,Nvidea 6600
GBPVR 1.3.11
Cinema Listings
Weather
WebCams
BurnDVDX2
Blue Retro Skin
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#2
2009-02-10, 03:57 AM
I just noticed this same bug this morning. We were having rain (for the first time in ages!) and I pulled up the radar map to try to get an idea for how long the rain was going to last. The images on the screen were showing the weather front and all the rain being far to the west of here. Then I noticed the time stamps on the radar images... I was checking at about 7:00 am and the last image in the rotation was around 1:30 AM. Sad
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
Uisge
Offline

Member

Posts: 63
Threads: 12
Joined: Aug 2006
#3
2009-02-21, 04:21 AM
I have been watching this hoping that someone will post solution. I am having the same problem. The latest map is consistently about 5 hours old.

Any Ideas what is goin on here?

-Uisge
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#4
2009-02-21, 09:23 PM
Sorry, but the plugin developer has not been around for some time. There may have been web site changes that the plugin pulls the data from. The plugin has no control of the source of the material.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#5
2009-03-31, 01:23 PM (This post was last modified: 2009-03-31, 02:41 PM by baj1.)
Bummer. Do you know if the developer is on sabbatical or gone for good?

I have the same issue with the radar, 5 hours behind. Also, the "current" conditions are typically 40-90 minutes behind, according to the time stamp on the display, even though I set the update time to 5 minutes in the settings.
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#6
2009-04-01, 12:52 AM
Well everyone, I can't get data for the Weather plugin anymore (did they change the website?)... how is it working for everyone else?
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#7
2009-04-01, 02:12 AM
Still works for me, still behind, but still works. Could have been a temporary outage, or maybe no data for your area code.
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#8
2009-04-01, 12:57 PM
Me bad... yep its working again. I was panicing! I love this plugin, wish it had more up to date data though Sad
teookie
Offline

Member

Posts: 112
Threads: 29
Joined: Nov 2007
#9
2009-04-01, 05:01 PM
Just noticed the source code is on the wiki if anyone wants to try and tweak it.
[SIZE="1"]Hardware -- 780G -- HD3200+HD3450 -- 5000+ X2 -- 2GB RAM -- 2X HVR1600 -- 160GB + 1TB HDD

Software -- GBPVR 1.4.7 -- Vista Business -- EVR -- ATI MPEG Codec -- FFdshow/AC3filter[/SIZE]
cb123
Offline

Junior Member

Posts: 20
Threads: 6
Joined: Aug 2008
#10
2009-04-01, 07:06 PM
The following changes in HelperFunctions.cs fixed the 90 minute problem for me.

Code:
const int MAX_MAP_COUNT = 72;      // was 9;
    const int MAX_FRAME_COUNT = 72;   // was 24;

The program limits the number of images in a weather map animation to the value of MAX_MAP_COUNT .. a value of 9 at 10 minutes per image gives 90 minutes.

Attached is a copy of WeatherPlugin.dll based on Sept-26-2007-PVRX2WeatherPluginSource.zip from the Wiki with just the above changes.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 155,329 2012-01-20, 12:15 PM
Last Post: martint123
  Un-installation of the Weather plugin rkircher 1 13,925 2011-05-20, 08:40 PM
Last Post: scb147
  software recorder, any plugin like it for npvr? chesterusob 2 14,715 2011-04-11, 07:28 AM
Last Post: chesterusob
  Caller ID Plugin elbryyan 3 14,924 2011-02-23, 01:17 AM
Last Post: smajor
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,069 2011-01-01, 05:37 PM
Last Post: kindt nick
  Freazing up trying to watch live TV or access System plugin dspdrew 2 3,512 2010-11-03, 07:52 AM
Last Post: johnsonx42
  Music plugin support thread MixMan 103 39,899 2010-08-31, 09:46 PM
Last Post: povarotti
  New Videos Library Plugin jasonbs10 202 65,108 2010-08-22, 01:38 PM
Last Post: 7ore
  videos library plugin crashes pvrx2 on fanart... cs4 no crash and no fan art why??. tvshowman 2 4,065 2010-04-01, 09:59 PM
Last Post: tvshowman
  Program Plugin not launching MS Games jw100 0 2,706 2010-04-01, 05:53 PM
Last Post: jw100

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode