Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

New stand alone weather underground charts

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
weatherist34
Posts: 51
Joined: Wed 13 Apr 2016 11:09 am
Weather Station: Davis Vantage Pro2 Plus
Operating System: OSX High Sierra
Contact:

New stand alone weather underground charts

Post by weatherist34 »

New stand alone weather underground charts can be used with any project or template .

you can use iframe or embed them into your templates or projects .

requires only a simple setup via a settings.php , no api key is required .

very small package 146kb in total

available via http://weather34.com/homeweatherstation/index.html

Image

can be adapted to read csv,json,txt,mySql not totally restricted to WEATHER UNDERGROUND but you need some understanding and coding to use alternatives.

support is very limited and as charts only use settings.php for configuration by default.

its a very very lightweight package .

brian
Anap
Posts: 5
Joined: Tue 19 Jan 2016 12:16 pm
Weather Station: Davis Vantage Pro2
Operating System: Mac OSX
Location: Hijken

removed dual entry

Post by Anap »

--- Removed ---
Last edited by Anap on Wed 12 Oct 2016 9:06 pm, edited 1 time in total.
Anap
Posts: 5
Joined: Tue 19 Jan 2016 12:16 pm
Weather Station: Davis Vantage Pro2
Operating System: Mac OSX
Location: Hijken

Re: New stand alone weather underground charts

Post by Anap »

:o Awsome...!

However, I don't get data displayed.

Put all the files in a sub dir, edited wusettings to personal requirements and surfed to .../todaytemperature.php. Get the canvas and credits, no data.
Looking at page source, I copied the WU actual data url in the top ajax section and pasted it in a new browser tab. Actual data appears in text format.

What am I doing wrong?
Albert
User avatar
ConligWX
Posts: 1619
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 22.04 LTS
Location: Bangor, NI
Contact:

Re: New stand alone weather underground charts

Post by ConligWX »

Brian, I think you have a typo in wusettings.php

$chartversion = '(WUDATACHARTS STANALONE version 1)'; // version charts

should be

$chartversion = '(WUDATACHARTS STANDALONE version 1)'; // version charts
Last edited by ConligWX on Wed 12 Oct 2016 9:09 pm, edited 1 time in total.
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
Anap
Posts: 5
Joined: Tue 19 Jan 2016 12:16 pm
Weather Station: Davis Vantage Pro2
Operating System: Mac OSX
Location: Hijken

Re: New stand alone weather underground charts

Post by Anap »

It's like magic :geek:
No changes made. Tried again this evening. And yes, all charts filled with their actual data.

Does it possibly take some time before Wunderground starts delivering the data???
I know of another person facing the same problem as I did when first installing the package.

Albert

@Toxic17
You are right, but that's not influencing data reports imo.
weatherist34
Posts: 51
Joined: Wed 13 Apr 2016 11:09 am
Weather Station: Davis Vantage Pro2 Plus
Operating System: OSX High Sierra
Contact:

Re: New stand alone weather underground charts

Post by weatherist34 »

Anap wrote:It's like magic :geek:
No changes made. Tried again this evening. And yes, all charts filled with their actual data.

Does it possibly take some time before Wunderground starts delivering the data???
I know of another person facing the same problem as I did when first installing the package.

Albert

@Toxic17
You are right, but that's not influencing data reports imo.

hi sorry for the late reply currently bogged down with a DIY , anyway i updated this yesterday morning just didn't get around to posting about it.

so the problem was cross domain ajax 95% of servers by default dont allow it !! so there was a script a common script using a google api call , the actuall calls were being maxed out per day , as it was common script its widely used for many different applications all over the net .

so i created new one which shouldnt theoretically hit the limit of api calls per day .

get it at http://weather34.com/homeweatherstation/ i addressed few other teethings errors on my part .

if you have the know how you can completely bypass using the cross domain ajax script but you need to configure at server level .

http://stackoverflow.com/questions/1500 ... 6#17299796
User avatar
ConligWX
Posts: 1619
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 22.04 LTS
Location: Bangor, NI
Contact:

Re: New stand alone weather underground charts

Post by ConligWX »

weatherist34 wrote: hi sorry for the late reply currently bogged down with a DIY , anyway i updated this yesterday morning just didn't get around to posting about it.

so the problem was cross domain ajax 95% of servers by default dont allow it !! so there was a script a common script using a google api call , the actuall calls were being maxed out per day , as it was common script its widely used for many different applications all over the net .

so i created new one which shouldnt theoretically hit the limit of api calls per day .
Working fine here:

http://www.conligwx.org/pwstest/

Thanks for your hard work!
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
Anap
Posts: 5
Joined: Tue 19 Jan 2016 12:16 pm
Weather Station: Davis Vantage Pro2
Operating System: Mac OSX
Location: Hijken

Re: New stand alone weather underground charts

Post by Anap »

hi sorry for the late reply currently bogged down with a DIY , anyway i updated this yesterday morning just didn't get around to posting about it.

so the problem was cross domain ajax 95% of servers by default dont allow it !! so there was a script a common script using a google api call , the actuall calls were being maxed out per day , as it was common script its widely used for many different applications all over the net .

so i created new one which shouldnt theoretically hit the limit of api calls per day .

get it at http://weather34.com/homeweatherstation/ i addressed few other teethings errors on my part .

if you have the know how you can completely bypass using the cross domain ajax script but you need to configure at server level .

http://stackoverflow.com/questions/1500 ... 6#17299796
No problem. Thanks for solving the issue that fast! At least it looks like working fine now :P

Additional functionality request: Can you please add solar and uv sensors to the package?

Albert.

P.s.
There are some minor esthetical things like the page title for today outdoor temperature titled: "Outdoor Solar Radiation".
weatherist34
Posts: 51
Joined: Wed 13 Apr 2016 11:09 am
Weather Station: Davis Vantage Pro2 Plus
Operating System: OSX High Sierra
Contact:

Re: New stand alone weather underground charts

Post by weatherist34 »

Anap wrote:
No problem. Thanks for solving the issue that fast! At least it looks like working fine now :P

Additional functionality request: Can you please add solar and uv sensors to the package?

Albert.

P.s.
There are some minor esthetical things like the page title for today outdoor temperature titled: "Outdoor Solar Radiation".
im not seeing any issues in todaytemperature.php (i could be tired or preoccupied so im not seeing it)

text: "<?php echo $stationlocation ;?> Temperature Recorded <?php echo $tempunit ;?> <?php echo date('D jS Y') ;?>",

dont think weather underground has UV data available in graphspan data output you already have solar radiation on daily basis only, doesn't have solar radiation available for month/year in graphspan data output .
Anap
Posts: 5
Joined: Tue 19 Jan 2016 12:16 pm
Weather Station: Davis Vantage Pro2
Operating System: Mac OSX
Location: Hijken

Re: New stand alone weather underground charts

Post by Anap »

im not seeing any issues in todaytemperature.php (i could be tired or preoccupied so im not seeing it)

It's in the head section. Page title.

<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>OUTDOOR Solar Radiation Weather Underground CHART</title>
<script type="text/javascript" src="jquery.js"></script>
--------------------------------------------------------------

I guess you're right about (non) availability of solar and UV data. I'll have to kick WU ;) for that.
weatherist34
Posts: 51
Joined: Wed 13 Apr 2016 11:09 am
Weather Station: Davis Vantage Pro2 Plus
Operating System: OSX High Sierra
Contact:

Re: New stand alone weather underground charts

Post by weatherist34 »

Anap wrote:
im not seeing any issues in todaytemperature.php (i could be tired or preoccupied so im not seeing it)

It's in the head section. Page title.

<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>OUTDOOR Solar Radiation Weather Underground CHART</title>
<script type="text/javascript" src="jquery.js"></script>
--------------------------------------------------------------

I guess you're right about (non) availability of solar and UV data. I'll have to kick WU ;) for that.
ha i see ok all corrected .. thanks
Post Reply