<?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[Weatherbit Unit]]></title><description><![CDATA[<p dir="auto">Hi, I have been having a hard time finding a Weather module that allows a free API and works. I am trying out the MMM-NOAA3 module found out the link below and am trying to use Weatherbit. I need to change the units to Fahrenheit. Can I do this?</p>
<p dir="auto">Also, can anyone recommend a working good module besides NOAA3?</p>
<p dir="auto"><a href="https://github.com/cowboysdude/MMM-NOAA3" target="_blank" rel="noopener noreferrer nofollow ugc">link text</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/14777/weatherbit-unit</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 08:07:52 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14777.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Mar 2021 19:44:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Weatherbit Unit on Tue, 16 Mar 2021 02:14:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a></p>
<p dir="auto">Sorry forgot to remove it.</p>
]]></description><link>https://forum.magicmirror.builders/post/89530</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89530</guid><dc:creator><![CDATA[Matthewlawson3]]></dc:creator><pubDate>Tue, 16 Mar 2021 02:14:31 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sun, 14 Mar 2021 20:55:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/matthewlawson3" aria-label="Profile: Matthewlawson3">@<bdi>Matthewlawson3</bdi></a>  fixed</p>
]]></description><link>https://forum.magicmirror.builders/post/89496</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89496</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 14 Mar 2021 20:55:12 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sun, 14 Mar 2021 20:37:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matthewlawson3" aria-label="Profile: matthewlawson3">@<bdi>matthewlawson3</bdi></a></p>
<p dir="auto">Please don’t post your apikey.</p>
]]></description><link>https://forum.magicmirror.builders/post/89495</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89495</guid><dc:creator><![CDATA[scumbelly]]></dc:creator><pubDate>Sun, 14 Mar 2021 20:37:49 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sun, 14 Mar 2021 20:04:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Oh sorry! Just a small thing. I went ahead and changed the overall MagicMirror setting in the config file to imperial and that worked without me having to adjust the module itself. Got it working now! Appreciate the help!</p>
]]></description><link>https://forum.magicmirror.builders/post/89493</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89493</guid><dc:creator><![CDATA[Matthewlawson3]]></dc:creator><pubDate>Sun, 14 Mar 2021 20:04:41 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sun, 14 Mar 2021 19:46:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matthewlawson3" aria-label="Profile: matthewlawson3">@<bdi>matthewlawson3</bdi></a> said in <a href="/post/89491">Weatherbit Unit</a>:</p>
<blockquote>
<p dir="auto">: “table”</p>
</blockquote>
<p dir="auto">missing comma after table</p>
]]></description><link>https://forum.magicmirror.builders/post/89492</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89492</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 14 Mar 2021 19:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sun, 14 Mar 2021 20:54:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a>  I went ahead and installed the MMM OpenWeather module you mentioned and got it working. I was able to add in Lat and Long. Now how do I make it Fahrenheit? I am trying to place units in the module and when MM launches it acts like their is an error in the config file. Here is the module…</p>
<pre><code>{
  module: "MMM-OpenWeatherMapForecast",
  header: "Weather",
  position: "top_right",
  classes: "default everyone",
  disabled: false,
  config: {
    apikey: "removed",
    latitude: "36.016651",
    longitude: "-83.415611",      
    iconset: "4c",
    concise: false,
    forecastLayout: "table"
	units: "imperial",
  }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/89491</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89491</guid><dc:creator><![CDATA[Matthewlawson3]]></dc:creator><pubDate>Sun, 14 Mar 2021 20:54:20 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sun, 14 Mar 2021 19:16:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a> I am running version 2.14.0</p>
<p dir="auto">I don’t see that particular information in the config file. Below is what I see.  Do I need to install OpenWeather from the 3rd party modules even though it was pre-installed? Or can I just copy and paste in what you have given me?</p>
<p dir="auto">{<br />
module: “currentweather”,<br />
position: “top_right”,<br />
config: {<br />
location: “Dandridge”,<br />
locationID: “5128581”, //ID from <a href="http://bulk.openweathermap.org/sample/city.list.json.gz" target="_blank" rel="noopener noreferrer nofollow ugc">http://bulk.openweathermap.org/sample/city.list.json.gz</a>; unzip the gz file and find your city<br />
appid: “YOUR_OPENWEATHER_API_KEY”<br />
}<br />
},<br />
{<br />
module: “weatherforecast”,<br />
position: “top_right”,<br />
header: “Weather Forecast”,<br />
config: {<br />
location: “New York”,<br />
locationID: “5128581”, //ID from <a href="http://bulk.openweathermap.org/sample/city.list.json.gz" target="_blank" rel="noopener noreferrer nofollow ugc">http://bulk.openweathermap.org/sample/city.list.json.gz</a>; unzip the gz file and find your city<br />
appid: “YOUR_OPENWEATHER_API_KEY”<br />
}<br />
},</p>
]]></description><link>https://forum.magicmirror.builders/post/89490</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89490</guid><dc:creator><![CDATA[Matthewlawson3]]></dc:creator><pubDate>Sun, 14 Mar 2021 19:16:38 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sun, 14 Mar 2021 13:23:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matthewlawson3" aria-label="Profile: matthewlawson3">@<bdi>matthewlawson3</bdi></a></p>
<p dir="auto">From the module  .js file…</p>
<p dir="auto">Module.register(“MMM-OpenWeatherForecast”, {</p>
<p dir="auto">/*<br />
This module uses the Nunjucks templating system introduced in<br />
version 2.2.0 of MagicMirror.  If you’re seeing nothing on your<br />
display where you expect this module to appear, make sure your<br />
MagicMirror version is at least 2.2.0.<br />
*/<br />
requiresVersion: “2.2.0”,</p>
<p dir="auto">defaults: {<br />
apikey: “”,<br />
latitude: “”,<br />
longitude: “”,</p>
<p dir="auto">…and add lat and long into the <em><strong>config.js</strong></em>  (sorry for wrong extension in earlier post).</p>
<p dir="auto">Example,</p>
<pre><code>{
			module: "MMM-OpenWeatherMapForecast",
			disabled: false,
			header: "",
			position: "top_right",
			config: {
			apikey: "wholelottanumbers",
			latitude: "4X.XXXXXX",
			longitude: "-7X.XXXXXX",
			iconset: "4c",
			concise: false,
			forecastLayout: "table",
			showCurrentConditions: false,
			showExtraCurrentConditions: false,
			showSummary: false,
			showForecastTableColumnHeaderIcons: false
			}
		},
</code></pre>
<p dir="auto">Cheers</p>
]]></description><link>https://forum.magicmirror.builders/post/89483</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89483</guid><dc:creator><![CDATA[scumbelly]]></dc:creator><pubDate>Sun, 14 Mar 2021 13:23:49 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sun, 14 Mar 2021 00:39:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a> this was with OpenWeather? If so, I’ll try that rather than going through the OpenWeather city ID list and looking for my city.</p>
]]></description><link>https://forum.magicmirror.builders/post/89469</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89469</guid><dc:creator><![CDATA[Matthewlawson3]]></dc:creator><pubDate>Sun, 14 Mar 2021 00:39:52 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sun, 14 Mar 2021 00:37:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george" aria-label="Profile: george">@<bdi>george</bdi></a> Thanks. I tried using “unit” in the config area of the module and set it to imperial and also tried just the letter “I” and when I launched with npm start it said something was wrong with the config file.</p>
]]></description><link>https://forum.magicmirror.builders/post/89468</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89468</guid><dc:creator><![CDATA[Matthewlawson3]]></dc:creator><pubDate>Sun, 14 Mar 2021 00:37:55 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sat, 13 Mar 2021 22:51:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matthewlawson3" aria-label="Profile: matthewlawson3">@<bdi>matthewlawson3</bdi></a></p>
<p dir="auto">All I did was go to Google maps, found my “village” coordinates and plugged them into lat and long in the config.sys and “Bob’s your uncle”.</p>
]]></description><link>https://forum.magicmirror.builders/post/89467</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89467</guid><dc:creator><![CDATA[scumbelly]]></dc:creator><pubDate>Sat, 13 Mar 2021 22:51:48 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sat, 13 Mar 2021 22:37:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: bkeyport">@<bdi>bkeyport</bdi></a> I noticed that on the city list provided by Open Weather that it has the wrong latitude and longitude for my city. I’ll have to double check, but if I recall correctly it had it wrong.</p>
<p dir="auto">I don’t suppose one can input coordinates manually?</p>
]]></description><link>https://forum.magicmirror.builders/post/89466</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89466</guid><dc:creator><![CDATA[Matthewlawson3]]></dc:creator><pubDate>Sat, 13 Mar 2021 22:37:57 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sat, 13 Mar 2021 21:14:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matthewlawson3" aria-label="Profile: matthewlawson3">@<bdi>matthewlawson3</bdi></a> MMM-OpenWeatherForecast is the best.</p>
]]></description><link>https://forum.magicmirror.builders/post/89465</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89465</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sat, 13 Mar 2021 21:14:25 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sat, 13 Mar 2021 20:33:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matthewlawson3" aria-label="Profile: matthewlawson3">@<bdi>matthewlawson3</bdi></a></p>
<p dir="auto"><a href="https://github.com/jclarke0000/MMM-OpenWeatherForecast" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/jclarke0000/MMM-OpenWeatherForecast</a></p>
]]></description><link>https://forum.magicmirror.builders/post/89464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89464</guid><dc:creator><![CDATA[swvalenti]]></dc:creator><pubDate>Sat, 13 Mar 2021 20:33:43 GMT</pubDate></item><item><title><![CDATA[Reply to Weatherbit Unit on Sat, 13 Mar 2021 19:58:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matthewlawson3" aria-label="Profile: matthewlawson3">@<bdi>matthewlawson3</bdi></a> Hi, I do not use this module but for other similar modules the change of temperature units, distance, wind measurement units … can be set in the module’s config.js. Search there.</p>
]]></description><link>https://forum.magicmirror.builders/post/89462</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89462</guid><dc:creator><![CDATA[George]]></dc:creator><pubDate>Sat, 13 Mar 2021 19:58:11 GMT</pubDate></item></channel></rss>