On the good news front, we now have our Accurate weather station installed 
at Ebright Tower and running and available via our ham radio mesh network.

Now we're down to refinements and working out annoying minor bugs, one of 
which is that I can't seem to get the radar working properly with both an 
ing and a link to a loop.

Right now all I have showing is the word "Radar" which is a link to our 
local loop. 

Our files are config'd as follows:

rom skins.conf file


# Put any extra tags here that you want to be available in the templates


# Here's an example.

# This radar image would be available as $Extras.radar_img

radar_img = 
http://radar.weather.gov/radar.php?rid=dox&product=N0R&overlay=11101111&loop=no

# This URL will be used as the image hyperlink:

radar_url = 
http://radar.weather.gov/radar.php?rid=DOX&product=NCR&overlay=11101111&loop=yes


# Here's another. If you have a Google Analytics ID, uncomment and edit

# the next line, and the analytics code will automatically be included

# in your generated HTML files:

#googleAnalyticsId = UA-12345678-1



</div> <!--End class "stats" -->


<p>&nbsp;</p>



>From the index.html.tmpl


#if $Extras.has_key('radar_img')

<div id="radar_img">

#if $Extras.has_key('radar_url')

<a href="$Extras.radar_url">

#end if

<img src="$Extras.radar_img" alt="Radar" />

#if $Extras.has_key('radar_url')

</a>

<p>Click image for expanded radar loop</p>

#end if

</div>

#end if


</div> <!--End class "stats_group" -->


<div id="content">


What is displayed on the web page is just the word “Radar” which links to 
the loop.


What am I missing ?


Jerry, KB2GCG

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to