<?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[Temp suddenly showing 239 degrees]]></title><description><![CDATA[<p dir="auto">Hi,<br />
since yesterday without any change to the code the current temperature in the default module shows an additional 9 in the temp.  For example the temperature is 21 degrees. On the mirror this shows 291 degrees.</p>
<p dir="auto">Anyone seen this before?</p>
]]></description><link>https://forum.magicmirror.builders/topic/587/temp-suddenly-showing-239-degrees</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 12:54:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/587.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Sep 2016 07:42:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Thu, 31 May 2018 20:38:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michmich" aria-label="Profile: michmich">@<bdi>michmich</bdi></a> Was this ever pushed? I believe I’m having the same issue.</p>
<p dir="auto"><img src="/assets/uploads/files/1527799119608-48b49553-2db1-4a20-a831-f429c4a72bc3-image.png" alt="0_1527799115984_48b49553-2db1-4a20-a831-f429c4a72bc3-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/40030</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40030</guid><dc:creator><![CDATA[jtmoore81]]></dc:creator><pubDate>Thu, 31 May 2018 20:38:44 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Sun, 18 Sep 2016 03:50:44 GMT]]></title><description><![CDATA[<p dir="auto">Been trying to reproduce this now for the past hour, and I can’t get it to show up incorrectly again. I double checked line 167 of the currentweather.js file on the develop branch, and it does include the correction mentioned earlier which initially resolved my issue.</p>
]]></description><link>https://forum.magicmirror.builders/post/4954</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4954</guid><dc:creator><![CDATA[weezer05]]></dc:creator><pubDate>Sun, 18 Sep 2016 03:50:44 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Tue, 13 Sep 2016 09:14:56 GMT]]></title><description><![CDATA[<p dir="auto">If one of you can confirm the develop branch fixes the issue, I’ll push the changes to the master branch.</p>
]]></description><link>https://forum.magicmirror.builders/post/4732</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4732</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Tue, 13 Sep 2016 09:14:56 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Mon, 12 Sep 2016 03:02:08 GMT]]></title><description><![CDATA[<p dir="auto">That’s been in the <code>'develop'</code> branch. Not pushed to '<code>master'</code> yet. With this being a “biggie” for everyone who’s running the master branch, perhaps <a class="plugin-mentions-user plugin-mentions-a" href="/user/michmich" aria-label="Profile: MichMich">@<bdi>MichMich</bdi></a> might consider pushing it to the master branch sooner rather than later.</p>
<p dir="auto">And my apologies earlier for not having spotted it. I always run the develop branch. #livingontheedge :)</p>
]]></description><link>https://forum.magicmirror.builders/post/4664</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4664</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Mon, 12 Sep 2016 03:02:08 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Sun, 11 Sep 2016 05:13:42 GMT]]></title><description><![CDATA[<p dir="auto">After looking around, I see that github member <strong>p0akley</strong> seems to have identified an issue 5 days ago that matches this description. Following his instructions I was able to resolve the issue with my Pi 3.</p>
<p dir="auto">Seems there is a small adjustment needed in the file:<br />
modules/default/currentweather/<strong>currentweather.js</strong></p>
<p dir="auto">Link to explanation / resolution:<br />
<a href="https://github.com/MichMich/MagicMirror/commit/25ddf2c65178e2b8afe0709b48d5d30054208c04" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/commit/25ddf2c65178e2b8afe0709b48d5d30054208c04</a></p>
]]></description><link>https://forum.magicmirror.builders/post/4628</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4628</guid><dc:creator><![CDATA[weezer05]]></dc:creator><pubDate>Sun, 11 Sep 2016 05:13:42 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Sun, 11 Sep 2016 11:15:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">I experienced this the other day, and I checked again - my new pi 3 is still showing an incorrect temperature reading as well. It seems as though the temperature is set to ‘Kelvin’, though I set the temperature to <strong>‘imperial’,</strong> within the <strong>config.js</strong> configuration file.</p>
<p dir="auto"><img src="/uploads/files/1473565114590-photo-sep-10-11-11-08-pm.jpg" alt="0_1473565115998_Photo Sep 10, 11 11 08 PM.jpg" class=" img-fluid img-markdown" /></p>
<pre><code>---------------------------------------------------------
/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 */

var config = {
        port: 8080,

        language: 'en',
        timeFormat: 12,
        units: 'imperial',
</code></pre>
<hr />
<p dir="auto"><strong>Note from admin:</strong> Please use <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code" target="_blank" rel="noopener noreferrer nofollow ugc">Markdown</a> on code snippets for easier reading!</p>
]]></description><link>https://forum.magicmirror.builders/post/4627</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4627</guid><dc:creator><![CDATA[weezer05]]></dc:creator><pubDate>Sun, 11 Sep 2016 11:15:05 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Sat, 10 Sep 2016 22:48:31 GMT]]></title><description><![CDATA[<p dir="auto">No matter what I do, I can’t seem to reproduce this odd temperature display. I’ve even started from scratch with a different rpi, completely blank to having MM up and running … no odd temperature.</p>
]]></description><link>https://forum.magicmirror.builders/post/4624</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4624</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Sat, 10 Sep 2016 22:48:31 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Sat, 10 Sep 2016 14:02:24 GMT]]></title><description><![CDATA[<p dir="auto">Same thing is happening to me on a new install. Tried even adding units line to config but doesn’t matter what you select it always shows Kelvin. FYI the temperature forecast displays correctly, just not current temp. May have to ditch this and go with a new weather module.</p>
]]></description><link>https://forum.magicmirror.builders/post/4614</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4614</guid><dc:creator><![CDATA[cyberphox]]></dc:creator><pubDate>Sat, 10 Sep 2016 14:02:24 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Wed, 07 Sep 2016 13:10:19 GMT]]></title><description><![CDATA[<p dir="auto">Happened to me yesterday. Seemed to resolve itself today.</p>
]]></description><link>https://forum.magicmirror.builders/post/4464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4464</guid><dc:creator><![CDATA[McSorley]]></dc:creator><pubDate>Wed, 07 Sep 2016 13:10:19 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Tue, 06 Sep 2016 19:47:52 GMT]]></title><description><![CDATA[<p dir="auto">I have the same issue.  Suddenly Current is shown in Kelvin.  Setting the units in config.js changes nothing.  Alternatively I installed the MMM-WunderGround module and it is showing correctly plus it’s LOADS better.  Hourly + extended.</p>
]]></description><link>https://forum.magicmirror.builders/post/4453</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4453</guid><dc:creator><![CDATA[digbeta]]></dc:creator><pubDate>Tue, 06 Sep 2016 19:47:52 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Tue, 06 Sep 2016 16:17:46 GMT]]></title><description><![CDATA[<p dir="auto">Something must have happened. I didn’t change the code. I’ll check it when I get home.</p>
]]></description><link>https://forum.magicmirror.builders/post/4450</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4450</guid><dc:creator><![CDATA[d3r]]></dc:creator><pubDate>Tue, 06 Sep 2016 16:17:46 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Tue, 06 Sep 2016 15:59:01 GMT]]></title><description><![CDATA[<p dir="auto">You’re getting degrees Kelvin… Something’s wrong with your units definition…</p>
<p dir="auto">Have a look at the units entry here: <a href="https://github.com/MichMich/MagicMirror/tree/master/modules/default/currentweather" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/tree/master/modules/default/currentweather</a></p>
]]></description><link>https://forum.magicmirror.builders/post/4448</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4448</guid><dc:creator><![CDATA[RedNax]]></dc:creator><pubDate>Tue, 06 Sep 2016 15:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Tue, 06 Sep 2016 14:36:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rednax" aria-label="Profile: RedNax">@<bdi>RedNax</bdi></a><br />
I’m using degrees C.<br />
I forgot to mention the it’s just the current temperature that’s showing temps in the hundreds. The temperature forecast is still working fine.</p>
]]></description><link>https://forum.magicmirror.builders/post/4447</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4447</guid><dc:creator><![CDATA[d3r]]></dc:creator><pubDate>Tue, 06 Sep 2016 14:36:02 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Tue, 06 Sep 2016 10:05:40 GMT]]></title><description><![CDATA[<p dir="auto">The error is with the openweathermap api payload:</p>
<pre><code>{"temp":295.06,"pressure":1026,"humidity":68,"temp_min":293.15,"temp_max":297.75},
</code></pre>
<p dir="auto">What units are your guys using in config.js?</p>
<p dir="auto">The above result only appears when it’s not defined at all.metric or emperial yield valid results. I guess it’s kelvin?</p>
]]></description><link>https://forum.magicmirror.builders/post/4441</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4441</guid><dc:creator><![CDATA[RedNax]]></dc:creator><pubDate>Tue, 06 Sep 2016 10:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Tue, 06 Sep 2016 09:37:16 GMT]]></title><description><![CDATA[<p dir="auto">I have the same problem. Temperature is in the hundreds. I didn’t play around with the code.</p>
]]></description><link>https://forum.magicmirror.builders/post/4440</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4440</guid><dc:creator><![CDATA[d3r]]></dc:creator><pubDate>Tue, 06 Sep 2016 09:37:16 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Tue, 06 Sep 2016 09:21:38 GMT]]></title><description><![CDATA[<p dir="auto">nope,didnt come from messing around…Just happened like that</p>
]]></description><link>https://forum.magicmirror.builders/post/4438</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4438</guid><dc:creator><![CDATA[gverbist]]></dc:creator><pubDate>Tue, 06 Sep 2016 09:21:38 GMT</pubDate></item><item><title><![CDATA[Reply to Temp suddenly showing 239 degrees on Tue, 06 Sep 2016 09:11:38 GMT]]></title><description><![CDATA[<p dir="auto">i was messing around with Traffic modules, thought it was something i did cause mine showed 300 degress</p>
]]></description><link>https://forum.magicmirror.builders/post/4437</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4437</guid><dc:creator><![CDATA[Mate3]]></dc:creator><pubDate>Tue, 06 Sep 2016 09:11:38 GMT</pubDate></item></channel></rss>