Yes. There's a whole guide <http://www.weewx.com/docs/customizing.htm> to writing templates. The equivalent to your example would be something like (NOT TESTED):
$current.datetime $current.outTemp $current.outHumidity $current.barometer $trend.barometer $current.windSpeed $current.windDir $current.rainRate $day.rain.sum $almanac.sun.rise $almanac.sun.set The forecast string would come from a weather forecast extension. -tk On Fri, Jan 1, 2021 at 5:57 AM P C <[email protected]> wrote: > Hello all, > > First of all, let's hope we get out of this cr...y year to have a > wonderful 2021;) > > With weatherlink, there is a way, (via ".htx" files), to "output" some > values in order to build your own page. For example, I use "<! - Date -> > <! - Time -> > <! - outsideTemp -> > <! - outsideHumidity -> > <! - barometer -> > <! - BarTrend -> > <! - windSpeed -> > <! - windDirection -> > <! - rainRate -> > <! - ForecastStr -> > <! - dailyRain -> > <! - sunriseTime -> > <! - sunsetTime -> "which help me build my WEB page header. > My question is: is there an equivalent with WeeWX? > > Thank you and good to you, > Pascal > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/74b9470b-7396-4823-aaec-b87cf1d82774n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/74b9470b-7396-4823-aaec-b87cf1d82774n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEDmWamx%2B%3DwSX2OoEPZOxzwGdXahg_es_uKzG-8kgT8twg%40mail.gmail.com.
