WU Graphs 1.8.0

I had the wrong settings for the $loadJQuery = true; and $incTabsStyle = true;
Everything looks great Now!! Great Script!! =D> =D> =D>

http://www.cavecountryweather.com/wxwugraphs.php

I had a few validation errors though, that are corrected. Maybe you have a better way :wink:
*wxwugraphs.php
Line 95 Added
Line 96 Added
Had to change this


    <tr><td style="vertical-align:bottom;"><div id="WUG-foot">
';
require_once('./wxwugraphs/WUG-ver.php');

echo 
'
    </div>
   </table>  
</div><!-- end main-copy -->

to this

  </div>
    </td>
</tr>

    

  
    
  </table> </div> 
<!-- end main-copy -->

*WUG-ver.php
Line 47 changed to

Hi

WOW - thank you very much for a great script.

I have tried it - but have some problems getting it to work in standalone version:

http://www.silkeborg-vejret.dk/scripts/wug/wugraphs.php

I have theese settings:

$standAlone = true; // true = use wugraphs.php (also you may need set $loadJQuery and $incTabsStyle to true)
$includeMode = false; // true = included by PHP include function (eg: include(‘wugraphs.php’); )

Best regards,

Henrik

Well done Dave - good response and support!

I have just had an evening meal and a few wines, will try it out when I can, I’ll just have to make a new page… :wink:

G

Well I couldn’t sleep last night, and getting this going kept me up till 2:00am. Now it is 6:00am and time for work :sleepy1: One question: How can I get rid of the bad wind spike data from my last station? :?

You’d have to manually edit that spike data out on Wunderground.

Yes, but the month-max value unfortunately does not dissappear (in my case with temp-spikes) …

I implemented parts of these scripts on my site:

http://www.weerstationlangerak.nl/drupal/actueel

http://www.weerstationlangerak.nl/drupal/historie

Thanks for sharing!

Hi Henrik and thanks.
You need set $loadJQuery and $incTabsStyle to true (in new version is in default). :oops:

Hi drobbins,
thank for betatesting. :slight_smile: I released new version (0.7.6b). Validation problem could cause a wrong path to wz_toolitp (fixed).

BTW (to all): It is a “bad idea” change the copyright and other links. :frowning: Especially reference to wunderground must be included. Rest is propriety.

Hi again

Thanks for your reply. I have now changed to true in $loadJQuery and $incTabsStyle - but still some kind of problem:

http://www.silkeborg-vejret.dk/scripts/wug/wugraphs.php

Best regards,

Henrik

Sorry, my fault. #-o
You must change in file iframe-inc.php

$wugraphdir = '../wxwugraphs/'

to

$wugraphdir = './wxwugraphs/'

Will be fixed in new version (probably tomorrow).

Edit: I stuffed this fix into the current version (0.7.6b) … :slight_smile:

Hi drobbins,
i’ve installed your great script and passed the test here:http://www.meteocarmignano.it/wxwugraphs/WUG-test.php (I’ll make an italian language file soon!)

But this link not found…why? http://www.meteocarmignano.it/wxwugraphs.php

Thanks in advance for any help,

Alessandro

See the post above your’s ?

Hi Alessandro,
try download new version (strongly recomended) or modify your files as described at:
http://discourse.weather-watch.com/p/364531
and
http://discourse.weather-watch.com/p/364535

Looks Great, My Fly-out Menu just keeps getting bigger!!! :smiley:
jp

Hi again

That did the trick - now its working here:

http://www.silkeborg-vejret.dk/scripts/wug/wugraphs.php

I have now tried including into my excisting page - the wug folder are located in a subfolder (www.silkeborg-vejret.dk/scripts/wug/)

I have changed all paths in wugraphs.php and WUG-settings.php to full paths - but its not working:

www.silkeborg-vejret.dk/wugrafer.php

Have this in WUG-settings.php:


$standAlone = false;  // true = use wugraphs.php (also you may need set $loadJQuery and $incTabsStyle to true)
$includeMode = true; // true = included by PHP include function (eg: include('wugraphs.php'); ) 

Do you know if its possible to have the wug folder in a sub-folder? If yes - do you know which paths in which files needs to be modified?

Thanks for a great script.

Best regards,

Henrik

Hi RAD-X

Thank you very much for a great script.

http://www.huweather.com/wxwugraphs.php

Great job RAD-X :smiley:

Hi again Henrik,

  • [li] Some PHP functions do not work with website paths like “http://yourwebsite.com/dir/subdir/a.php”.
    Full paths like “/home/web/public/WWW/dir/subdir/a.php” are no problem.[/li]
  • You may use iframe method. Just put to your page wugrafer.php
    [li] Why not upload the scripts to the root directory?
    In my manual is written:
    “Copy directory” wxwugraphs “and file” wxwugraphs.php “the root of your website”
    There are reasons why. :)[/li]

This is a difficult task and I am not able to resolve it now. :frowning:

Very nice script! Thank you.

Can’t figure out why I keep getting header errors on all pages.
Set up for stand-alone but will be integrating into my own format.
I see others with same errors in this thread.
http://vermilionweather.com/wugraphs.php

Excellent script for a beta! =D>

Bug report - When viewing monthly or yearly precipitation (inches), the amount is shifted by one decimal place. Instead of .95 inches it is displaying 9.5 inches.