On Wednesday, November 23, 2016 at 3:11:58 PM UTC-5, Dan'l B wrote:
>
> Where do you place the include, and what is the format for it please?
>
the include for forecast_table.inc looks like this:
#include "forecast_table.inc"
you can do this in any .tmpl file.
the index.html.tmpl in the forecast skin shows this as well as examples of
how to use the $forecast variable. you should get that skin to work first,
then start customizing. i just tried forecast 3.0.8 on a virgin weewx
3.6.2 installation. i entered the NWS location id and forecast office id
in weewx.conf, changed forecast_source to NWS in skin.conf, and everything
worked. however, the location id ISIXF1 you specified does not seem to be
available.
my previous posting had an error. to specify the forecast source, do this:
forecast_source = NWS
rather than 'source = NWS'. this is done either in weewx.conf like this:
[StdReport]
[[forecast]]
HTML_ROOT = public_html/forecast
skin = forecast
[[[Extras]]]
[[[[forecast_table_settings]]]]
forecast_source = NWS
or in the skins/forecast/skin.conf like this:
[Extras]
[[forecast_table_settings]]
forecast_source = NWS
if you change weewx.conf, a restart is required. if you change skin.conf,
no restart is required.
m
--
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.