First of all, I want to thank Dave, KB1PVH, for his help sorting this out.  
I contacted him directly as I was trying to replicate something he was 
doing.  Specifically calling a forecasting site he'd mentioned in a 
previous thread.  We felt the user base might be interested.  The URL in 
question was:

src="http://forecast.io/embed/#lat=44.7381&lon=-63.3763&name=Lake 
Echo&color=#3d6c87&font=Georgia&units=ca"> 

I was embedding this in my index.html.tmpl and it was *exactly* the same as 
Dave's (except for the lat/long and name.) It would not show on my web 
site, but it did on his.  I'd been trying to get this to work on and off 
for about a week with no success.

Turned out my site is TLS secure (https) and Firefox was blocking that URL. 
The fix was to change the URL to https:

src="https://forecast.io/embed/#lat=44.7381&lon=-63.3763&name=Lake 
Echo&color=#3d6c87&font=Georgia&units=ca">

It's a minor thing, but I guess a reminder not to put http links in a TLS 
html file.

- Paul VE1DX

-- 
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