<?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-PC-Stats]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a></p>
<p dir="auto">took 2 pics to get the full output…</p>
<p dir="auto">still showing “Scanning CPU and RAM…”</p>
<p dir="auto"><img src="/assets/uploads/files/1540345655156-screenshot-from-2018-10-23-20-43-30-resized.png" alt="0_1540345652299_Screenshot from 2018-10-23 20-43-30.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1540345672052-screenshot-from-2018-10-23-20-44-23-resized.png" alt="0_1540345669841_Screenshot from 2018-10-23 20-44-23.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1540346075756-screenshot-from-2018-10-23-20-50-14-resized.png" alt="0_1540346072529_Screenshot from 2018-10-23 20-50-14.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">lower left…</p>
]]></description><link>https://forum.magicmirror.builders/topic/8966/mmm-pc-stats</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 05:18:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8966.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Oct 2018 01:49:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-PC-Stats on Thu, 25 Oct 2018 09:07:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justjim1220" aria-label="Profile: justjim1220">@<bdi>justjim1220</bdi></a> said in <a href="/post/45858">MMM-PC-Stats</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">Another question…</p>
<p dir="auto">How can be changed to show F°?</p>
<p dir="auto">Not really a big deal, mostly just curious… :upside-down_face:</p>
</blockquote>
<p dir="auto">Just run <code>sensors -f</code>, at least this is working in debian, so I guess it should work in raspbian too</p>
<p dir="auto">Or, if you just want to convert Celcius to Fahrenheit, add some code to Mykles module like this <code>temp = ((temp/5)*9)+32</code> ;)<br />
But then again, you could add a config option to toggle between Fahrenheit and Celsius and submit a pull request</p>
]]></description><link>https://forum.magicmirror.builders/post/45873</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45873</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Thu, 25 Oct 2018 09:07:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 20:00:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">Another question…</p>
<p dir="auto">How can be changed to show F°?</p>
<p dir="auto">Not really a big deal, mostly just curious… :upside-down_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/45858</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45858</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 20:00:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 19:48:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">So, when I use the code you sent last night, It gives error regarding <code>.temp2.value</code></p>
<p dir="auto">being that the ‘Virtual device’ only has 1 output value.</p>
<p dir="auto">My changes will always show the ‘temp value’ as the same for all CPU’s</p>
<p dir="auto">When I run ‘sensors’ in MM, it showed a ‘Core0 Temp’ and a ‘Core1 Temp’, It actually showed 2 temps for each one.</p>
<pre><code>jim@jim-Aspire-4520:~/MagicMirror$ sensors
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:   +69.0°C  
Core0 Temp:   +67.0°C  
Core1 Temp:   +69.0°C  
Core1 Temp:   +68.0°C  

acpitz-virtual-0
Adapter: Virtual device
temp1:        +71.0°C  (crit = +100.0°C)

nouveau-pci-0090
Adapter: PCI adapter
GPU core:     +1.20 V  (min =  +1.00 V, max =  +1.20 V)
temp1:        +64.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +2.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)
</code></pre>
<p dir="auto">With this being a Dual Core CPU, why can’t I get it to use the ‘PCI adapter’ to give the output?</p>
]]></description><link>https://forum.magicmirror.builders/post/45855</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45855</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 19:48:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 19:41:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">This is what I ended up with:</p>
<pre><code>for (var i = 0, len = Stats.cpu.threads.length; i &lt; len; i++) {

		var Element = document.createElement("div");
		Element.classList.add("large", "bright", "usage");
		Element.innerHTML = Stats.cpu.threads[i].name + " &amp;nbsp  @  &amp;nbsp " + Number(Math.round(Stats.cpu.threads[i].usage+"e2")+"e-2") + "%";
		wrapper.appendChild(Element);



		// ["acpitz-virtual-0"]["Virtual device"].temp1.value

		// Check if core0 has temp sensor
		var core0TempCheck = Sensors["acpitz-virtual-0"]["Virtual device"];
			if (typeof core0TempCheck !== 'undefined'){
			// core0Temp
			var core0Temp = document.createElement("div");
			core0Temp.classList.add("large", "bright", "core0Temp");
			core0Temp.innerHTML = Stats.cpu.threads[i].name + " &amp;nbsp  @  &amp;nbsp " + Sensors["acpitz-virtual-0"]["Virtual device"].temp1.value + "°C";
			wrapper.appendChild(core0Temp);
		}
	}
</code></pre>
<p dir="auto">this is the output:<br />
<img src="/assets/uploads/files/1540410084240-screenshot-from-2018-10-24-13-45-54.png" alt="0_1540410083724_Screenshot from 2018-10-24 13-45-54.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/45854</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45854</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 19:41:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:55:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> YES SIR!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/45834</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45834</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:55:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:55:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> ok</p>
]]></description><link>https://forum.magicmirror.builders/post/45833</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45833</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:55:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:54:59 GMT]]></title><description><![CDATA[<p dir="auto">Now leave me alone. I’m going to bed. :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/45832</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45832</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:54:59 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:53:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justjim1220" aria-label="Profile: justjim1220">@<bdi>justjim1220</bdi></a></p>
<p dir="auto">This is what you need to change in the main js</p>
<pre><code>		// Check if core0 has temp sensor
        var core0TempCheck = Sensors["acpitz-virtual-0"]; // ['ISA adapter']['Core 0'];
		if (typeof core0TempCheck !== 'undefined'){

        var core0Temp = document.createElement("div");
        core0Temp.classList.add("small", "bright", "core0Temp");
        core0Temp.innerHTML = Sensors["acpitz-virtual-0"]["Virtual device"].temp1.value + " &amp;nbsp  @  &amp;nbsp "
						    + Sensors["acpitz-virtual-0"]["Virtual device"].temp1.value + "&amp;deg;C";
        wrapper.appendChild(core0Temp);
        }

        // ["acpitz-virtual-0"]["Virtual device"].temp1.value


		// Check if core1 has temp sensor
        var core1TempCheck = Sensors["acpitz-virtual-0"]; // ['ISA adapter']['Core 1'];
		if (typeof core1TempCheck !== 'undefined'){

        var core1Temp = document.createElement("div");
        core1Temp.classList.add("small", "bright", "core1Temp");
        core1Temp.innerHTML = Sensors["acpitz-virtual-0"]["Virtual device"].temp2.value + " &amp;nbsp  @  &amp;nbsp "
						    + Sensors["acpitz-virtual-0"]["Virtual device"].temp2.value + "&amp;deg;C";
        wrapper.appendChild(core1Temp);
        }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/45831</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45831</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:53:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:44:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">And, your gonna have to let me know how to do a screen shot of just a certain part of the screen, or how to crop the image. A lot different than Windows.</p>
]]></description><link>https://forum.magicmirror.builders/post/45830</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45830</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:44:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:41:29 GMT]]></title><description><![CDATA[<p dir="auto">is there something I need to set up on this end for TeamViewer?</p>
]]></description><link>https://forum.magicmirror.builders/post/45829</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45829</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:41:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:40:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">Absolutely.<br />
No Problem.<br />
Just let me know when.</p>
]]></description><link>https://forum.magicmirror.builders/post/45828</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45828</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:40:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:39:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justjim1220" aria-label="Profile: justjim1220">@<bdi>justjim1220</bdi></a></p>
<p dir="auto">I know the line that is the problem. Listen, I’m tired. If you’ll let me TeamViewer into your machine tomorrow I’ll fix it. Doing it this way is very tedious</p>
]]></description><link>https://forum.magicmirror.builders/post/45827</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45827</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:39:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:37:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">It looks like this is the line it is having a problem with…</p>
<pre><code>    var core0TempCheck = Sensors["coretemp-isa-0000"]['ISA adapter']['Core 0'];
</code></pre>
<p dir="auto">particularly with: [‘ISA adapter’]</p>
]]></description><link>https://forum.magicmirror.builders/post/45826</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45826</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:37:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:33:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">there is a lot of things to expand, how much do you need?</p>
<pre><code>Objectacpitz-virtual-0: Virtual device: temp1: name: "temp1"type: "temperature"value: 80__proto__: Objectconstructor: ƒ Object()arguments: (...)assign: ƒ assign()caller: (...)create: ƒ create()defineProperties: ƒ defineProperties()defineProperty: ƒ defineProperty()entries: ƒ entries()freeze: ƒ freeze()getOwnPropertyDescriptor: ƒ getOwnPropertyDescriptor()getOwnPropertyDescriptors: ƒ getOwnPropertyDescriptors()getOwnPropertyNames: ƒ getOwnPropertyNames()getOwnPropertySymbols: ƒ getOwnPropertySymbols()getPrototypeOf: ƒ getPrototypeOf()is: ƒ is()isExtensible: ƒ isExtensible()isFrozen: ƒ isFrozen()isSealed: ƒ isSealed()keys: ƒ keys()length: 1name: "Object"preventExtensions: ƒ preventExtensions()prototype: {constructor: ƒ, __defineGetter__: ƒ, __defineSetter__: ƒ, hasOwnProperty: ƒ, __lookupGetter__: ƒ, …}seal: ƒ seal()setPrototypeOf: ƒ setPrototypeOf()values: ƒ values()__proto__: ƒ ()[[FunctionLocation]]: &lt;unknown&gt;hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()__proto__: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()__proto__: Objectk8temp-pci-00c3: PCI adapter: __proto__: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()__proto__: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()nouveau-pci-0090: PCI adapter: {GPU core: {…}, temp1: {…}}__proto__: Object__proto__: constructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/45825</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45825</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:33:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:25:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justjim1220" aria-label="Profile: justjim1220">@<bdi>justjim1220</bdi></a></p>
<p dir="auto">Ok, I see it. In dev tools you can expand the output to see the tree</p>
]]></description><link>https://forum.magicmirror.builders/post/45824</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45824</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:25:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:25:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<pre><code>jim@jim-Aspire-4520:~/MagicMirror$ sensors
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:   +69.0°C  
Core0 Temp:   +67.0°C  
Core1 Temp:   +69.0°C  
Core1 Temp:   +68.0°C  

acpitz-virtual-0
Adapter: Virtual device
temp1:        +71.0°C  (crit = +100.0°C)

nouveau-pci-0090
Adapter: PCI adapter
GPU core:     +1.20 V  (min =  +1.00 V, max =  +1.20 V)
temp1:        +64.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +2.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/45823</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45823</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:25:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:23:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<pre><code>Objectacpitz-virtual-0: {Virtual device: {…}}k8temp-pci-00c3: {PCI adapter: {…}}nouveau-pci-0090: {PCI adapter: {…}}__proto__: Object
moment-timezone-with-data.js:481 Moment Timezone has no data for American/Chicago. See http://momentjs.com/timezone/docs/#/data-loading/.
logError @ moment-timezone-with-data.js:481
MMM-PC-Stats.js:126 Uncaught (in promise) TypeError: Cannot read property 'ISA adapter' of undefined
    at Class.getDom (MMM-PC-Stats.js:126)
    at main.js:110
    at new Promise (&lt;anonymous&gt;)
    at updateDom (main.js:109)
    at Object.updateDom (main.js:514)
    at Class.updateDom (module.js:358)
    at Class.socketNotificationReceived (MMM-PC-Stats.js:262)
    at module.js:246
    at r.&lt;anonymous&gt; (socketclient.js:25)
    at r.emit (index.js:83)
MMM-PC-Stats.js:126 Uncaught (in promise) TypeError: Cannot read property 'ISA adapter' of undefined
    at Class.getDom (MMM-PC-Stats.js:126)
    at main.js:110
    at new Promise (&lt;anonymous&gt;)
    at updateDom (main.js:109)
    at Object.updateDom (main.js:514)
    at Class.updateDom (module.js:358)
    at Class.socketNotificationReceived (MMM-PC-Stats.js:268)
    at module.js:246
    at r.&lt;anonymous&gt; (socketclient.js:25)
    at r.emit (index.js:83)
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/45822</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45822</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:23:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:22:28 GMT]]></title><description><![CDATA[<pre><code>pop@HPEu:~/MagicMirror$ sensors
nouveau-pci-0100
Adapter: PCI adapter
fan1:        1110 RPM
temp1:        +39.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +29.0°C  (high = +83.0°C, crit = +99.0°C)
Core 1:       +30.0°C  (high = +83.0°C, crit = +99.0°C)
Core 2:       +29.0°C  (high = +83.0°C, crit = +99.0°C)
Core 3:       +28.0°C  (high = +83.0°C, crit = +99.0°C)

f71858fg-isa-0a00
Adapter: ISA adapter
+3.3V:        +3.31 V  
3VSB:         +3.31 V  
Vbat:         +3.20 V  
fan1:        1910 RPM
fan2:         998 RPM
fan3:           0 RPM  ALARM
temp1:        +29.2°C  (high = +70.0°C, hyst = +60.0°C)
temp2:        +15.4°C  (high = +100.0°C, hyst = +85.0°C)
temp3:        +32.5°C  (high = +100.0°C, hyst = +85.0°C)

pop@HPEu:~/MagicMirror$ ^C
pop@HPEu:~/MagicMirror$ 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/45821</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45821</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:22:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:20:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justjim1220" aria-label="Profile: justjim1220">@<bdi>justjim1220</bdi></a></p>
<p dir="auto">Take a screenshot of just the output, not the whole screen. I might be able to see it then</p>
]]></description><link>https://forum.magicmirror.builders/post/45820</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45820</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:20:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:19:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> ok</p>
]]></description><link>https://forum.magicmirror.builders/post/45819</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45819</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:19:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:18:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">Comment out <code>console.log(this.Stats)</code> so you only get the sensors output</p>
]]></description><link>https://forum.magicmirror.builders/post/45818</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45818</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:18:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:17:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<p dir="auto">Yeppers.</p>
<p dir="auto">How do I open the threads array?</p>
<p dir="auto">I can reinstall the dependencies if you want me to</p>
]]></description><link>https://forum.magicmirror.builders/post/45817</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45817</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:17:45 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:16:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justjim1220" aria-label="Profile: justjim1220">@<bdi>justjim1220</bdi></a></p>
<p dir="auto">YOu installed the dependencie?</p>
]]></description><link>https://forum.magicmirror.builders/post/45816</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45816</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:16:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PC-Stats on Wed, 24 Oct 2018 02:16:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a></p>
<pre><code>jim@jim-Aspire-4520:~$ sensors

Command 'sensors' not found, but can be installed with:

sudo apt install lm-sensors

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/45815</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45815</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 24 Oct 2018 02:16:07 GMT</pubDate></item></channel></rss>