cloudy

Author Topic: jpGraph Clima-Sim/NCDC/WD Mean Temp Comparison  (Read 1834 times)

0 Members and 1 Guest are viewing this topic.

Offline i_fiorentino

  • Alessandro Bardi
  • Posts: 1,439
  • 160 mls Carmignano (Po), Tuscany, Italy
    • Meteocarmignano.it
Re: jpGraph Clima-Sim/NCDC/WD Mean Temp Comparison
« Reply #15 on: December 25, 2010, 12:55:58 PM »
Hi Lee,
now it works fine!
Here is the jpgraph about avg-rain: http://www.meteocarmignano.it/wxgraphs/avgrain-graph2.php
and avg-temp: http://www.meteocarmignano.it/wxgraphs/climate-graph4.php

About sunposition graph, i've seen that the graph has an error if i set these settings:
Code: [Select]
include ("graphsconf.php");
include "../jpgraph-3.0.7/src/jpgraph.php";
include "../jpgraph-3.0.7/src/jpgraph_scatter.php";
include "../jpgraph-3.0.7/src/jpgraph_line.php";
include "../jpgraph-3.0.7/src/jpgraph_date.php";
$clientrawextra = get_raw("${hostloc}clientrawextra.txt");
Here it is: http://www.meteocarmignano.it/wxgraphs/sunposnew.php

while if i changed the settings to
Code: [Select]
//include ("graphsconf.php");
include "../jpgraph-3.0.7/src/jpgraph.php";
include "../jpgraph-3.0.7/src/jpgraph_scatter.php";
include "../jpgraph-3.0.7/src/jpgraph_line.php";
include "../jpgraph-3.0.7/src/jpgraph_date.php";
//$clientrawextra = get_raw("${hostloc}clientrawextra.txt");

with // at graphconf and clientrawextra it works fine.
Why?
Here is the sunpos graph: http://www.meteocarmignano.it/wxgraphs/sunposa.php
Many thanks for your support,

Alessandro
« Last Edit: December 25, 2010, 12:57:38 PM by i_fiorentino »

Blackjack52

  • Guest
Re: jpGraph Clima-Sim/NCDC/WD Mean Temp Comparison
« Reply #16 on: December 26, 2010, 06:09:33 PM »
Glad you figured it out.
Uncommenting graphsconf may work for you due to different setup.

Thanks for posting the fix for EU users.

Offline edje1205

  • edje
  • Posts: 1,838
  • Zaandam Holland, the Netherlands
    • http://www.weersverwachtingen.eu
Re: jpGraph Clima-Sim/NCDC/WD Mean Temp Comparison
« Reply #17 on: December 29, 2010, 02:12:04 PM »
Glad you figured it out.
Uncommenting graphsconf may work for you due to different setup.

Thanks for posting the fix for EU users.

Not for me unfortunately  #-o

Alessandro can I get your script to see the changes you made ?
thnx in advance ! :)
Ed
Woodenshoes,mills,hightech;but random weather
www.weersverwachtingen.eu
P4 2,2Ghz-2GB RAM-Win2K-Broadb.connect


Offline i_fiorentino

  • Alessandro Bardi
  • Posts: 1,439
  • 160 mls Carmignano (Po), Tuscany, Italy
    • Meteocarmignano.it
Re: jpGraph Clima-Sim/NCDC/WD Mean Temp Comparison
« Reply #18 on: January 01, 2011, 10:03:07 PM »
Not for me unfortunately  #-o

Alessandro can I get your script to see the changes you made ?
thnx in advance ! :)

Hi Ed,
I'm sorry but I just now saw your post!
I've attached my two graphs.
Hope this help,

Alessandro

Offline edje1205

  • edje
  • Posts: 1,838
  • Zaandam Holland, the Netherlands
    • http://www.weersverwachtingen.eu
Re: jpGraph Clima-Sim/NCDC/WD Mean Temp Comparison
« Reply #19 on: January 03, 2011, 10:02:46 AM »
Yeah understand, had nice days I hope ?


Works !!!!! :D

error_reporting(E_ALL); was the trigger
uncomment it and voila !

Now I have to include them to my wxraintemptrend.php
edit: as <img src="...."


nice temptrend page now
http://www.weersverwachtingen.eu/clientraw/wd-ajax-ml/wxraintemptrend.php?lang=nl
thnx both !
« Last Edit: January 03, 2011, 10:40:49 AM by edje1205 »
Ed
Woodenshoes,mills,hightech;but random weather
www.weersverwachtingen.eu
P4 2,2Ghz-2GB RAM-Win2K-Broadb.connect


 

cumulus