<?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[MMM-OneCallWeather - Wind in Meter pr second??]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">Is it in anyway possible to get Meter pr second istead of miles pr hour for the wind speed?<br />
I lave everything else with this module. But it’s so annoying not to have wind in my “normal”</p>
<pre><code class="language-js">        {
            module: "MMM-OneCallWeather",
            position: "top_right",
            header: "xxxxxx, // OPDATERET HEADER
            config: {
                latitude: "xxxxxx", // OPDATERET LATITUDE
                longitude: "xxxxx", // OPDATERET LONGITUDE
                apikey: "xxxxxxx",
                iconset: "4a",
                iconsetFormat: "png",
                units: "metric", // Styrer at vindhastighed er i m/s
                fade: false,
            }
        },

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/19731/mmm-onecallweather-wind-in-meter-pr-second</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 12:39:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19731.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Jun 2025 07:49:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-OneCallWeather - Wind in Meter pr second?? on Tue, 10 Jun 2025 15:14:33 GMT]]></title><description><![CDATA[<p dir="auto">It’s not documented in <a href="https://github.com/KristjanESPERANTO/MMM-OneCallWeather" target="_blank" rel="noopener noreferrer nofollow ugc">Github README</a>, but you find the needed config in the <a href="https://github.com/KristjanESPERANTO/MMM-OneCallWeather/blob/55a0226861fe11c1991e89139682652e711492a6/MMM-OneCallWeather.js#L125" target="_blank" rel="noopener noreferrer nofollow ugc">implementation here</a></p>
<p dir="auto">So…try the following and add the <code>windUnits</code> property.</p>
<pre><code>{
            module: "MMM-OneCallWeather",
            position: "top_right",
            header: "xxxxxx, // OPDATERET HEADER
            config: {
                latitude: "xxxxxx", // OPDATERET LATITUDE
                longitude: "xxxxx", // OPDATERET LONGITUDE
                apikey: "xxxxxxx",
                iconset: "4a",
                iconsetFormat: "png",
                units: "metric", // Styrer at vindhastighed er i m/s
                fade: false,
                windUnits: "ms" //ADD THIS PROPERTY
            }
        }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/126938</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126938</guid><dc:creator><![CDATA[schlomm]]></dc:creator><pubDate>Tue, 10 Jun 2025 15:14:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather - Wind in Meter pr second?? on Tue, 10 Jun 2025 10:48:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/madsf" aria-label="Profile: MadsF">@<bdi>MadsF</bdi></a> for the future when posting config or log info, please use the code block</p>
<p dir="auto">paste the info into the message editor<br />
blank line above and below</p>
<p dir="auto">select the text just pasted<br />
hit the &lt;/&gt; button to insert the code block markdown</p>
<p dir="auto">i have corrected your pist above</p>
]]></description><link>https://forum.magicmirror.builders/post/126929</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126929</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 10 Jun 2025 10:48:10 GMT</pubDate></item></channel></rss>