aldofer
unread,Apr 14, 2013, 5:02:10 PM4/14/13Sign 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 weewx...@googlegroups.com
My station, in addition to Weather Underground and PWS, needs to upload a simple file (data.txt) for another Weather Station Network (Linea Meteo) in Italy.
When I was using Cumulus this task was accomplished by Cumuls itself....
Now for weewx I created a new template data.txt.tmpl (in skins/Standard) and I added in skin.conf, section [File Generator] [[ToDate]] a new file
[[[LineaMeteo]]]
template=data.txt.tmpl
and it works perfectly !!
The file is correctly generated and uploaded on my website.
Unfortunately the file is required to contain only bare data without units, so my question is : how can I skip printing units in the file ??
Thanks
Aldo :)