Ugo Merlini
unread,May 6, 2012, 1:22:53 PM5/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wv...@googlegroups.com
Hi,
tried to made a custom htx file named realtime.htx
<!--stationState-->
<!--stationCity-->
<!--stationElevation-->
<!--stationLatitude-->
<!--stationLongitude-->
<!--stationType-->
<!--stationDate-->
<!--stationTime-->
<!--sunriseTime-->
<!--sunsetTime-->
<!--moonPhase-->
<!--outsideTemp-->
<!--hiOutsideTemp-->
<!--hiOutsideTempTime-->
<!--lowOutsideTemp-->
<!--lowOutsideTempTime-->
<!--outsideHumidity-->
<!--hiHumidity-->
<!--hiHumTime-->
<!--lowHumidity-->
<!--lowHumTime-->
<!--outsideDewPt-->
<!--hiDewpoint-->
<!--hiDewpointTime-->
<!--lowDewpoint-->
<!--lowDewpointTime-->
<!--windChill-->
<!--lowWindchill-->
<!--lowWindchillTime-->
<!--outsideHeatIndex-->
<!--hiHeatindex-->
<!--hiHeatindexTime-->
<!--windSpeed-->
<!--hiWindSpeed-->
<!--hiWindSpeedTime-->
<!--intervalAvgWindSpeed-->
<!--windDirectionDegrees-->
<!--windDirection-->
<!--barometer-->
<!--baromtrend-->
<!--hiBarometer-->
<!--hiBarometerTime-->
<!--lowBarometer-->
<!--lowBarometerTime-->
<!--dailyRain-->
<!--stormRain-->
<!--monthlyRain-->
<!--totalRain-->
<!--rainRate-->
<!--hiRainRate-->
<!--hiRainRateTime-->
n.d.
I also add it html-templates.conf
#
# html-templates-classic.conf - define the HTML template files to use
for HTML
# and generic generation
#
# Note: Template expansion is performed in the order the files are listed
# in this file. Thus, files to be included in other templates should
# be listed before the templates that include them.
# File Format
#
# 1) lines beginning with '#' or <blank> are ignored
#
# Column Format
#
# 1) template file name (must be in /etc/wview/html)
#
###############################################################################
### Standard Include Macros (should be generated first)
###############################################################################
header.incx
header-big.incx
nav-buttons.incx
readings.incx
###############################################################################
### RSS Feed XML Template
###############################################################################
### Standard Weather RSS feed template - file generated is wxrss.xml and
can
### be added to any html template to add an RSS feed to that page
wxrss.xtx
###############################################################################
### Home Page Templates
###############################################################################
### Standard Home Page template
#index.htx
### Day/Night Home Pages - if you want a different homepage template
based on
### day or night, uncomment these and copy your templates to
### /etc/wview/html/index-day.htx and /etc/wview/html/index-night.htx
### respectively
index-day.htx
index-night.htx
###############################################################################
### Historical Data Templates
###############################################################################
### Standard (no extra sensors) Weather Data
almanac.htx
Current.htx
Daily.htx
Weekly.htx
Monthly.htx
Yearly.htx
parameterlist.htx
###############################################################################
### Current Conditions (Table Only) Template
###############################################################################
#Current_Conditions.htx
###############################################################################
### AWEKAS Data Submission Template
###############################################################################
#awekas_wl.htx
###############################################################################
### Dati in diretta
###############################################################################
realtime.htx
but the file isnot generate, why?
Ugo