View previous topic :: View next topic |
Author |
Message |
Hrouda Peter
Joined: 03 Jul 2006 Posts: 20
|
Posted: Thu Jul 06, 2006 9:23 am Post subject: Davis forecast |
|
|
How is correct syntax to exclude the forcast ICON:
snip
<td align="center">
<img src="<!--forecastIcon-->">
</td>
<td align="center">
<!--wviewUpTime-->
<!--barometer-->
<!--forecastRule-->
<!--forecastIconFile-->
<!--forecastIcon-->
<img src="<!--forecastIconFile-->">
</td>
does not work
Peter |
|
Back to top |
|
|
bhnb
Joined: 28 Nov 2005 Posts: 127
|
Posted: Thu Jul 06, 2006 4:37 pm Post subject: |
|
|
Could you post the resulting html?
For me right now,
Code: | <html>
<body>
<img src="<!--forecastIconFile-->">
<!--forecastRule-->
</body>
</html> |
gives
Code: | <html>
<body>
<img src="fc-icon-partlycloudy.gif">
Increasing clouds with little temperature change. Precipitation possible within 24 to 48 hours.
</body>
</html> |
|
|
Back to top |
|
|
Hrouda Peter
Joined: 03 Jul 2006 Posts: 20
|
Posted: Mon Jul 10, 2006 4:12 am Post subject: forcast |
|
|
yours is right.
the Simluation Station (sim) does not translate the forcastIcon.
now with vpro ist works as you have written.
<img src="<!--forecastIconFile-->">
<!--forecastRule-->
<!--forecastIcon-->
<!--forecastIconFile-->
gives:
<img src="fc-icon-partlycloudy.gif">
Increasing clouds with little temperature change. Precipitation possible within
24 to 48 hours.
<img src="fc-icon-partlycloudy.gif">
fc-icon-partlycloudy.gif
Thanks Peter |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Sat Aug 12, 2006 7:12 am Post subject: |
|
|
Yes, the forecast icon and rule are Vantage Pro specific and the simulator does not simulate station-specific data.
Mark |
|
Back to top |
|
|
|