<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Explanation of forecast data]]></title><description><![CDATA[<p dir="auto">The forecast from <code>pluginDataLoader</code> has these fields:</p>
<pre><code class="language-json">cbase: 4552
convPrecip: 0.1
day: "2019-11-05"
dewPoint: 278.5
gust: 8.0132
hour: 12
icon: 20
icon2: 20
isDay: 1
mm: 0.2
moonPhase: 7
origDate: "2019-11-05T13:00:00+01:00"
origTs: 1572955200000
pressure: 99904.47
rain: 1
rh: 76
snow: 0
snowPrecip: 0
temp: 282.5
ts: 1572951600000
weathercode: "OVC,CU,CS,,-,RA,,"
wind: 3.7
windDir: 234
</code></pre>
<p dir="auto">Most of them are pretty self explanatory but can you please explain the meaning of <strong>icon</strong>, <strong>icon2</strong>, <strong>moonPhase</strong> and <strong>weathercode</strong>? Ideally at <a href="https://github.com/windycom/windy-plugins/blob/master/docs/WINDY_API.md#module-plugindataloader" rel="nofollow ugc">https://github.com/windycom/windy-plugins/blob/master/docs/WINDY_API.md#module-plugindataloader</a>.</p>
<p dir="auto">I'm interested mainly in displaying a simple weather icon - sunny, cloudy, rainy.</p>
]]></description><link>https://community.windy.com/topic/10093/explanation-of-forecast-data</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 00:18:05 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/10093.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Nov 2019 14:30:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Explanation of forecast data on Tue, 05 Nov 2019 15:01:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jakubvrana" aria-label="Profile: jakubvrana">@<bdi>jakubvrana</bdi></a> These parameters are basically for inner systems. It was not intended for public use. <code>icon</code> is a number used for printing weather icon, <code>icon2</code> is a new version of the same. These values are basically got from the <code>weathercode</code> and also from other parameters. And for the night icon we are using <code>moonPhase</code> to partly/fully fill the moon.</p>
<p dir="auto">Feel free to write me using chat for more information.</p>
]]></description><link>https://community.windy.com/post/32782</link><guid isPermaLink="true">https://community.windy.com/post/32782</guid><dc:creator><![CDATA[marekd]]></dc:creator><pubDate>Tue, 05 Nov 2019 15:01:21 GMT</pubDate></item></channel></rss>