i have a problem

It does not work.
I put in my file:

<?xml version="1.0" encoding="UTF-8"?>
<current>
 <lastupdate>$current.dateTime</lastupdate>
 <temperature>$current.outTemp,formatted</temperature>
 <pressure>$current.barometer.formatted</pressure>
 <humidity>$current.humidity.formatted</humidity>
 <dewpoint>$current.dewpoint.formatted</dewpoint>
 <windchill>$current.windchill.formatted</windchill>
 <wind>
  <direction>$current.direction.formatted</direction>
  <speed>$current.speed.formetted</speed>
 <rain>
  <rainrate>$current.rainrate.formatted</rainrate>
  <rain>$current.rain.formatted</rain>
 </rain>
</current>


I put the extra lines in skin.conf

[CheetahGenerator]
    ...   

    [[ToDate]]

        ...
        [[[my_xml]]]
            template = current.xml.tmpl


but i don't have result in public_html.
Andy- i use jeedom automation plateform and after to have a xml file, i 
create a script in jeedom to recover info.

-- 
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.

Reply via email to