1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

weather: clarified URI and corrected some minor format problems with variables.xml

This commit is contained in:
Cesare Tirabassi 2009-07-13 22:57:07 +02:00
parent ed4d2ce0b1
commit a975f9e364

View File

@ -3289,12 +3289,13 @@
</term> </term>
<listitem> <listitem>
<para>Download, parse and display METAR data.</para> <para>Download, parse and display METAR data.</para>
<para>For the URI, you can use any METAR source, but <para>For the 'URI', right now only
a good example is
http://weather.noaa.gov/pub/data/observations/metar/stations/ http://weather.noaa.gov/pub/data/observations/metar/stations/
(from the US NOAA).</para> is supported. Other sources might be supported in the future.
icao must be a valid icao for the required location </para>
<para>'icao' must be a valid icao for the required location
(see for instance https://pilotweb.nas.faa.gov/qryhtml/icao/). (see for instance https://pilotweb.nas.faa.gov/qryhtml/icao/).
</para>
<para>'data_type' must be one of the following:</para> <para>'data_type' must be one of the following:</para>
<simplelist> <simplelist>
<member> <member>
@ -3338,9 +3339,10 @@
etc.))</option> etc.))</option>
</member> </member>
</simplelist> </simplelist>
<para>delay_in_minutes (optional, default 30) cannot be <para>'delay_in_minutes' (optional, default 30) cannot be
lower than 30 min.</para> lower than 30 min.</para>
<para>Note that this feature is still EXPERIMENTAL.</para> <para>Note that these variables are still EXPERIMENTAL and
can be subject to many future changes.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>