cloudy

Author Topic: FWI Graphic  (Read 4631 times)

0 Members and 1 Guest are viewing this topic.

Offline Meerkat

  • Rainer
  • Posts: 695
  • WD v10.37Q b31, Win 7, HP 2 Core 4GB, 72hr UPS
  • Pretoria, South Africa
    • Bashewa
FWI Graphic
« on: April 21, 2009, 08:14:00 PM »
Here are some FWI graphics.

60x70

60x70

50x50

70x70

Enjoy  :D

Zip file below:
« Last Edit: April 21, 2009, 09:56:00 PM by Rainer »
Cheers,
Rainer

Meerkat's Script Collection
Script download links always available on the first page of my threads

Offline weatherc

  • Posts: 1,636
  • Salo, Finland
    • Weatherstation Salo,FI
Re: FWI Graphic
« Reply #1 on: April 21, 2009, 08:20:41 PM »
Cool  8)

Thanks for sharing!

Henkka

Online jmcmurry

  • Jim McMurry
  • Posts: 2,212
  • Mauston, WI, USA
    • Juneau County Weather
Re: FWI Graphic
« Reply #2 on: April 21, 2009, 08:32:05 PM »
Those are awesome Rainer, you're very talented!

- Jim

 Home of NSLog NexStorm Lightning Data Manager

Offline 41South

  • Colin
  • Posts: 1,027
  • Strathmore, Wellington, NZ
    • 41south.net.nz
Re: FWI Graphic
« Reply #3 on: April 21, 2009, 08:45:24 PM »
Excellent, thanks very much, I stuck them all in a zip file to save lots of right clicking  :wink: hope that's ok  :)

Edit - deleted my zip file as the original post now has one with all the graphics  :D
« Last Edit: April 21, 2009, 10:12:58 PM by 41South »
Cheers, Colin.
Dallas 1-wire v3.0, Lightning, Humidity, Rain, Solar, Pressure, Temp sensors. Member of the Lightning Radar project.

Offline Meerkat

  • Rainer
  • Posts: 695
  • WD v10.37Q b31, Win 7, HP 2 Core 4GB, 72hr UPS
  • Pretoria, South Africa
    • Bashewa
Re: FWI Graphic
« Reply #4 on: April 21, 2009, 09:57:06 PM »
Excellent, thanks very much, I stuck them all in a zip file to save lots of right clicking  :wink: hope that's ok  :)

Thanks for the tip.
I've added another to the list.
Add: And added a zip file.
Cheers,
Rainer

Meerkat's Script Collection
Script download links always available on the first page of my threads

Offline BfdWx

  • Posts: 1,507
  • Branford Connecticut
    • Branford Weather
Re: FWI Graphic
« Reply #5 on: April 21, 2009, 10:00:48 PM »
Very nice! Thanks for sharing!

Jack


Offline Meerkat

  • Rainer
  • Posts: 695
  • WD v10.37Q b31, Win 7, HP 2 Core 4GB, 72hr UPS
  • Pretoria, South Africa
    • Bashewa
Re: FWI Graphic
« Reply #6 on: April 21, 2009, 10:52:28 PM »
Here's another one:

70x70
Cheers,
Rainer

Meerkat's Script Collection
Script download links always available on the first page of my threads

Offline Meerkat

  • Rainer
  • Posts: 695
  • WD v10.37Q b31, Win 7, HP 2 Core 4GB, 72hr UPS
  • Pretoria, South Africa
    • Bashewa
Re: FWI Graphic
« Reply #7 on: April 21, 2009, 11:27:58 PM »
And some more:

60x70

That's it for now  :wink:
Cheers,
Rainer

Meerkat's Script Collection
Script download links always available on the first page of my threads

Offline BfdWx

  • Posts: 1,507
  • Branford Connecticut
    • Branford Weather
Re: FWI Graphic
« Reply #8 on: April 22, 2009, 12:19:19 AM »
Rainer,

I really like the way the last ones you posted fit into my page....http://stillweather.com

I will incorporate a credit to you shortly!

Thanks,

Jack

Offline ALITTLEweird1

  • Mark
  • Posts: 3,867
  • Snoqualmie,WA
    • Snoqualmie Weather
Re: FWI Graphic
« Reply #9 on: April 22, 2009, 12:21:20 AM »
WOW..very nice Rainer. I got some in use from your first set.
"Nature can do without man, but man cannot do without nature."

Davis VP2 + 1-Wire Solar + 1-wire Lightning + 1-Wire UV + Logitech Webcam

Offline Meerkat

  • Rainer
  • Posts: 695
  • WD v10.37Q b31, Win 7, HP 2 Core 4GB, 72hr UPS
  • Pretoria, South Africa
    • Bashewa
Re: FWI Graphic
« Reply #10 on: April 22, 2009, 05:56:51 PM »
Some more:

100x65
Cheers,
Rainer

Meerkat's Script Collection
Script download links always available on the first page of my threads

Offline dimpap

  • Posts: 45
  • Karditsa
    • Weather station from Karditsa
Re: FWI Graphic
« Reply #11 on: May 04, 2009, 04:20:05 PM »
Here are some FWI graphics.

60x70

60x70

50x50

70x70

Enjoy  :D

Zip file below:

How I can make the WD play with them which pictures? Which regulations it should I make?

Offline Meerkat

  • Rainer
  • Posts: 695
  • WD v10.37Q b31, Win 7, HP 2 Core 4GB, 72hr UPS
  • Pretoria, South Africa
    • Bashewa
Re: FWI Graphic
« Reply #12 on: May 04, 2009, 07:11:52 PM »
How I can make the WD play with them which pictures? Which regulations it should I make?

Hi dimpap,
I'm not quite sure what you mean here.
I guess that you're asking for the code needed for the AJAX DASHBOARD.
Unfortunately the FWI resides in the "clientrawextra.txt" file which is not
currently imported into the "ajaxWDwx.js" as yet.
I'm working on an update to do this in future.

The code I currently have in "ajaxdashboard.php" is as follows:
Code: [Select]
<?php // FWI
   
switch (true) {
     case (
$FWIfwi ==  0): $FWIimg '<img src="'.$imagesDir.'fire-0.jpg" title="Current fire risk very low"      alt="" />'; break;
     case (
$FWIfwi  <  7): $FWIimg '<img src="'.$imagesDir.'fire-1.jpg" title="Current fire risk low"           alt="" />'; break;
     case (
$FWIfwi  16): $FWIimg '<img src="'.$imagesDir.'fire-2.jpg" title="Current fire risk moderate"      alt="" />'; break;
     case (
$FWIfwi  31): $FWIimg '<img src="'.$imagesDir.'fire-3.jpg" title="Current fire risk very high"     alt="" />'; break;
     default             : 
$FWIimg '<img src="'.$imagesDir.'fire-4.jpg" title="Current fire risk extremly high" alt="" />'; break;
   }
?>

   <td align="center" valign="middle" style="font: 12px Arial Black;"><span
      class="ajax" id="ajaxfireimg"><?php echo $FWIimg?></span><br /><span
      class="ajax" id="ajaxfireindex"><?php echo $FWIfwi?></span> <small>of 31</small>
   </td>

You also need to have this tag in your "testtags.txt" file:
Code: [Select]
<?php
  $FWIfwi 
"%FWIfwi%"// fire weather index
?>
« Last Edit: May 21, 2009, 07:14:20 AM by Meerkat »
Cheers,
Rainer

Meerkat's Script Collection
Script download links always available on the first page of my threads

Offline HometownZone

  • Scott
  • Posts: 1,240
  • Webster Weather LIVE Scripts
  • Webster, MN, USA
    • Webster Weather LIVE
Re: FWI Graphic
« Reply #13 on: May 04, 2009, 08:05:30 PM »
Excellent graphics!!

Scott
Scott

www.WebsterWeatherLIVE.com

Windows XP Pro(SP3), 4G Ram, QuickCam Pro 9000, Davis Vantage Pro II w/Solar/UV & Heated Rain Catcher, WXSim, 1-Wire: Lightning, Leaf, soil moist/tmp

Offline MesquiteWx

  • Nick
  • Posts: 403
  • Mesquite Weather Network
  • Mesquite, Texas
    • Mesquite Weather Network
Re: FWI Graphic
« Reply #14 on: May 20, 2009, 05:36:48 AM »
These are very nice looking graphics thank you, but I can not get them to show. I have changed the name in the ajax-dashboard but they won't show.

Here is my code... I am using the second set from the first post

Code: [Select]
<?php
  
switch ($chandler) {
     case (
$chandler <= 0):
    echo "<img src=\"${imagesDir}fire-0.png\" alt=\"Chandler Burning Index: LOW\" />";
     break;
     case ((
$chandler >= 0) and ($chandler 50)):
    echo "<img src=\"${imagesDir}fire-1.png\" alt=\"Chandler Burning Index: LOW\"/>";
     break;
     case ((
$chandler >= 50) and ($chandler 75)):
    echo "<img src=\"${imagesDir}fire-2.png\" alt=\"Chandler Burning Index: MODERATE\"/>";
     break;
     case ((
$chandler >= 75) and ($chandler 90)):
    echo "<img src=\"${imagesDir}fire-3.png\" alt=\"Chandler Burning Index: HIGH\"/>";
     break;
     case ((
$chandler >= 90) and ($chandler 97.5)):
    echo "<img src=\"${imagesDir}fire-4.png\" alt=\"Chandler Burning Index: VERY HIGH\"/>";
     break;
     case ((
$chandler 97.5) ):
    echo "<img src=\"${imagesDir}fire-4.png\" alt=\"Chandler Burning Index: EXTREME\"/>";
     break;
   } 
// end switch
?>