Recent Posts

Pages: [1] 2 3 ... 10
1
Well, PWS must be able to access Weatherlink.com (using the API keys) because data is getting to PWS and I can't upload the data to PWS through the Weatherlink.com website.  How often does CumulusMX pull data? 
2

Quote
For PWS, I created an account and then added my station there by entering the 2 API V2 keys.  I thought that would allow PWS to call for data when it decided to.
I am not familiar with that upload process as I upload from my WiFiLogger to PWS, and also another PWS account uploaded by Cumulus.

I know CumulusMX can access Weatherlink.com data through the API but not aware that PWS can do that.

Enjoy,
Paul
3
PWS sets new stations to initializing for several days while they check and somehow QC the data.  I'm updating WU from Weatherlink.com.  I have the basic plan and uploads occur every 15 minutes to 3 potential sites - WU, CWOP and WOW.  For PWS, I created an account and then added my station there by entering the 2 API V2 keys.  I thought that would allow PWS to call for data when it decided to.  The 20 plus minutes it is changing seems a long time.  I have to sign up for a Pro account for 5 minute uploads but not sure that would cover PWS since it isn't one of the 3 they list.  I assume WeatherLink pushes data to the 3 sites and thought that PWS might query WL for data.  Can't find a way to change anything in PWS.

Data across the 3 sites now are very close and could be rounding errors
WeatherLink  78 deg and 63% humidity
WU 78.1 and 62%
PWS 78.5 and 62%
4
Hi,
I am not familiar with PWS "initializing" but if yours is a very recent signup you may need to be patient.  How are you updating PWS?  I presume updating WU through Weatherlink.com?

I am uploading to Weatherlink.com, WU and PWS from the same IP device at 5-min interval (and half a dozen other sites) and data seems to be pretty consistent between them.

Enjoy,
Paul
5
Weather Website PHP/AJAX scripting / Re: NOAA Satellite image issue
« Last post by BKS97 on Today at 01:38:08 PM »
 [tup]
6
Weather Website PHP/AJAX scripting / Re: NOAA Satellite image issue
« Last post by powerline on Today at 01:31:50 PM »
BKS97,

Thanks for the prompt reply.  I have done it with your advice and changed it to apply to my area of the country.  Thank you for your help!
7
Davis Instruments Weather Stations / Re: Odd problem with Anemometer
« Last post by bbrowncods on Today at 01:30:13 PM »
8
Weather Website PHP/AJAX scripting / Re: NOAA Satellite image issue
« Last post by BKS97 on Today at 12:16:00 PM »
I have a recent version of Base USA in which I placed an override script in Settings.php.  For example, to replace the right-side WU satellite map with a Goes 16 image, as I did, the override should be inserted just below the WU block of script in Settings.php:

______________________________________

$SITE['WUsatellite'] = 'nc'; // Wunderground regional satellite maps
// ="nw" North West, ="nc" North Central, ="ne" North East,
// ="wc" West Central, ="ce" Central, ="ec" East Central,
// ="sw" South West, ="sc" South Central, ="se" South East,

$SITE['rightMap'] = "Satellite|https://cdn.star.nesdis.noaa.gov/GOES16/ABI/SECTOR/umv/GEOCOLOR/GOES16-UMV-GEOCOLOR-600x600.gif|";

_________________________________________

Information on this can be found in the Readme link I referenced in my first reply above. 
9
Weather Website PHP/AJAX scripting / Re: NOAA Satellite image issue
« Last post by 92merc on Today at 11:59:54 AM »
It's in your index.php file.  That file is fairly small.  You'll find it quickly.  It's in a small table.
10
Weather Website PHP/AJAX scripting / Re: NOAA Satellite image issue
« Last post by powerline on Today at 11:15:38 AM »
My apologies.  I have spent some time on this.  I guess what I should have asked was which Saratoga file or files must be modified to accomplish this?
What code must be added or deleted?  Obviously, this is not my forte.  Thank you again.   
Pages: [1] 2 3 ... 10
anything