Weather by You!
Templates and Projects support => Html Templates => Topic started by: K8POS on February 08, 2015, 08:00:22 PM
-
I see there are possible 13 Trend graphs produced by cumulus
On the Sunny weather TRENDS page only 9 are shown.
Is there an easy way to add the missing ones.
Actually only need 12, I do not care to show information about the inside temperature.
Bob
-
Hi Bob,
This is included in new zip file too.
... wait for your feedback.
Regards,
Jacques
-
Ok that fixed the issue with the Records page.
The trends page was missing the :
<link rel="Stylesheet" type="text/css" href="sunny_weather0.css" />
Just under the HEADER in the trends page, once that was added it works great.
Is there a plan to add a page for the SS Gauges and the NOAA reports too?
Thank you Jagues
Bob
-
Should add that my "TRENDS.HTM" "INFOS.HTM" "RECORDS.HTM" pages only show the moon at the top, not the sun now that it is daylight. Still trying to find the line that is wrong.
Bob
-
I fixed the above mentioned files.
Had this line in them:
<link rel="Stylesheet" type="text/css" href="sunny_weather0.css" />
Changed it to:
<link rel="Stylesheet" type="text/css" href="sunny_weather<#isdaylight>.css" />
Added your winter time pictures to the CSS files.
Just have to fix my email links at the bottom of each page.
Have to find a way to put the SS Gauges and the NOAA reports into an HTM page and I will be all set.
Thank you for your help and a nice template.
Bob
-
WooHoo,
Figured out how to put the NOAA reports into your template file.
Thanks for including the "EMPTY.HTM" file to play with.
see here:http://melvinweather.com/NOAA-reports.php (http://melvinweather.com/NOAA-reports.php)
My HTML is really rusty. Now to figure out the SS Gauges
Bob