<?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-Nest]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/mochman/MMM-Nest" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/mochman/MMM-Nest</a></p>
<p dir="auto">I just took a wack at making a <a href="http://nest.com" target="_blank" rel="noopener noreferrer nofollow ugc">Nest</a> Module. It works, but it’s a pain to set up.</p>
<p dir="auto">Nest has you walk through a bunch of hoops to get an account so you can get a token for your nest. I made a simple script that walks you through it in the root folder. The Module is very basic right now. It just displays your current temp, requested temp, and humidity.<br />
I am using the REST format to get all the data. If someone knows how to use firebase, please contribute.</p>
]]></description><link>https://forum.magicmirror.builders/topic/156/mmm-nest</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 21:20:44 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/156.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 May 2016 03:32:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Nest on Sat, 12 May 2018 12:33:48 GMT]]></title><description><![CDATA[<p dir="auto">Please use <a href="https://github.com/mochman/MMM-Nest#choosing-your-thermostat" target="_blank" rel="noopener noreferrer nofollow ugc">these steps</a>.  If you have any questions after that, I’ll be happy to answer.</p>
]]></description><link>https://forum.magicmirror.builders/post/39410</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39410</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Sat, 12 May 2018 12:33:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Fri, 11 May 2018 15:42:43 GMT]]></title><description><![CDATA[<p dir="auto">After ran the <a href="http://getToken.sh" target="_blank" rel="noopener noreferrer nofollow ugc">getToken.sh</a>, I got multiple thermostats detected. How do I add the 3 thermostats I have to the config.js?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/39389</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39389</guid><dc:creator><![CDATA[eviljin]]></dc:creator><pubDate>Fri, 11 May 2018 15:42:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Fri, 27 Oct 2017 11:03:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/onetwankyfive" aria-label="Profile: onetwankyfive">@<bdi>onetwankyfive</bdi></a> Quick update:<br />
I basically took your advice to use crazy negative CSS margins and it worked beautifully! I’m not actually sure how to address only one instance of a Thing in CSS so what I ended up doing was to clone the module into <a href="https://github.com/pyrosmiley/MMM-Nest2" target="_blank" rel="noopener noreferrer nofollow ugc">Nest2</a>, and then used the CSS to bump that up next to the original. Sadly the headers don’t display leading spaces so I can’t really fix the alignment of the second instance but beyond that it looks pretty great!</p>
<p dir="auto"><img src="/assets/uploads/files/1509101529823-2017-10-27-054144_900x1600_scrot.png" alt="yes I am aware that I got no sleep" class=" img-fluid img-markdown" /></p>
<p dir="auto">Not sure if anyone else wanted to do this and wasn’t sure how, but in case there is someone: The duplicated Nest2 module can be found linked above. I’ll try my best to keep it up-to-date with the original, but in case I haven’t gotten to it yet it should be easy to do yourself – all I did was add a <code>2</code> next to every instance of the word <code>Nest</code>. Then I just added the following to Nest2.css, but you can even just add it to your custom CSS:</p>
<pre><code>.MMM-Nest2 {
  margin-top: -211px;
  margin-bottom: 65px;
  margin-left: 220px;
}
</code></pre>
<p dir="auto">That theoretically <em>should</em> automatically line it up right? It looks a little janky when the MM app is loading but it all works out fine for me. It also is set to use a different font but I made sure to have it fall back on Roboto.</p>
<p dir="auto">For anyone smarter/better at computer than me, if there’s a way to achieve this <strong>without</strong> a whole forked module, let me know! Simpler is better!</p>
]]></description><link>https://forum.magicmirror.builders/post/30248</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/30248</guid><dc:creator><![CDATA[pyrosmiley]]></dc:creator><pubDate>Fri, 27 Oct 2017 11:03:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Thu, 14 Sep 2017 20:30:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pyrosmiley" aria-label="Profile: pyrosmiley">@<bdi>pyrosmiley</bdi></a> In the mean time, this might work for you.</p>
<p dir="auto">I did some dirty css to make this work with MMM-Tools<br />
<img src="/assets/uploads/files/1505420795005-screen-shot-2017-09-14-at-4.25.48-pm.png" alt="0_1505420794085_Screen Shot 2017-09-14 at 4.25.48 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Try adding this to your custom.css filers and make MMM-Tools your first MMM-Nest instance</p>
<p dir="auto">.MMM-Nest {<br />
margin-top : -190px;<br />
margin-left:350px;<br />
}</p>
<p dir="auto">.MMM-Tools {<br />
width : 320px;<br />
}</p>
<p dir="auto">you might need to make it margin-right if you are calling it on the right hand side… I’m am terrible at CSS</p>
]]></description><link>https://forum.magicmirror.builders/post/28095</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28095</guid><dc:creator><![CDATA[onetwankyfive]]></dc:creator><pubDate>Thu, 14 Sep 2017 20:30:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Thu, 14 Sep 2017 20:12:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mochman" aria-label="Profile: mochman">@<bdi>mochman</bdi></a> Okay! I put up a request <a href="https://github.com/mochman/MMM-Nest/issues/17" target="_blank" rel="noopener noreferrer nofollow ugc">right here</a> for it, and tossed up a picture for reference.</p>
<p dir="auto">Really appreciate you checking this out for me, what you have is already great</p>
]]></description><link>https://forum.magicmirror.builders/post/28093</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28093</guid><dc:creator><![CDATA[pyrosmiley]]></dc:creator><pubDate>Thu, 14 Sep 2017 20:12:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Thu, 14 Sep 2017 19:44:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pyrosmiley" aria-label="Profile: pyrosmiley">@<bdi>pyrosmiley</bdi></a> No, sorry.  You’re doing it the way I would have recommended.  If you want to throw a feature request on the githuib page, I’d be more than happy to try and figure something out.</p>
]]></description><link>https://forum.magicmirror.builders/post/28092</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28092</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Thu, 14 Sep 2017 19:44:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Mon, 11 Sep 2017 20:15:04 GMT]]></title><description><![CDATA[<p dir="auto">Module works quite well for me as installed, but I do have one thing I can’t seem to puzzle out.</p>
<p dir="auto">I may well be missing something - and my apologies if so - but I can’t seem to find it based on everything I’ve read. Is there a way to display multiple thermostats in a single row with a visual display? Right now I’ve enabled both by adding separate instances in the config, which works just fine to make them stack on top of each other, but it looks kinda silly having the two circles on top of each other with a big space to the side.</p>
<p dir="auto">I’m assuming there’s some form of custom CSS magic involved, but I’m new to that and can’t seem to get a single module instance to display both thermostats in the first place.</p>
<p dir="auto">Either way, thanks so much!!</p>
]]></description><link>https://forum.magicmirror.builders/post/27986</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27986</guid><dc:creator><![CDATA[pyrosmiley]]></dc:creator><pubDate>Mon, 11 Sep 2017 20:15:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Wed, 14 Jun 2017 10:44:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mochman" aria-label="Profile: mochman">@<bdi>mochman</bdi></a> Yes, it’ll be a touch screen. Adding a touchfoil to it. I’m still VERY new at this and haven’t had a chance to even play around with anything so most of it is out of context for me right now but I know it’s a feature I’d like to see incorporated. I’ll start tinkering with it myself soon hopefully.</p>
]]></description><link>https://forum.magicmirror.builders/post/22973</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22973</guid><dc:creator><![CDATA[caseyrcoughlin]]></dc:creator><pubDate>Wed, 14 Jun 2017 10:44:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Wed, 14 Jun 2017 10:30:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/caseyrcoughlin" aria-label="Profile: caseyrcoughlin">@<bdi>caseyrcoughlin</bdi></a> It might be possible, but how would someone select the up/down arrows, etc?  Are you setting up a touch screen mirror?</p>
]]></description><link>https://forum.magicmirror.builders/post/22967</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22967</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Wed, 14 Jun 2017 10:30:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Tue, 13 Jun 2017 23:37:31 GMT]]></title><description><![CDATA[<p dir="auto">New here, about to start making mine. Have to wait until my raspberry pi gets here in a few days though. The module looks great, however, I was wondering if it is possible to add the function to adjust the temperature on it. Up/down arrows, change from A/C to heat, switch it off and so on.</p>
<p dir="auto">Thanks! Hopefully I’ll have some information to provide soon.</p>
]]></description><link>https://forum.magicmirror.builders/post/22714</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22714</guid><dc:creator><![CDATA[caseyrcoughlin]]></dc:creator><pubDate>Tue, 13 Jun 2017 23:37:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Fri, 09 Jun 2017 15:31:19 GMT]]></title><description><![CDATA[<p dir="auto">So there seems to be some gotchas.   Basically, the Nest API doesn’t help yet.   In the meantime, you can get the Nest Camera working through MMM-iFrame with caveats (<a href="https://github.com/alberttwong/MMM-iFrame" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/alberttwong/MMM-iFrame</a>).</p>
]]></description><link>https://forum.magicmirror.builders/post/22529</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22529</guid><dc:creator><![CDATA[alberttwong]]></dc:creator><pubDate>Fri, 09 Jun 2017 15:31:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Fri, 09 Jun 2017 10:26:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alberttwong" aria-label="Profile: alberttwong">@<bdi>alberttwong</bdi></a> That’s great!  I don’t have a drop cam so I’m not really sure what information people would want to get from them.</p>
]]></description><link>https://forum.magicmirror.builders/post/22520</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22520</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Fri, 09 Jun 2017 10:26:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Fri, 09 Jun 2017 07:03:09 GMT]]></title><description><![CDATA[<p dir="auto">So I’m making modifications to support Nest Cams.   The only catch is that the cameras have to be public.   I can pull the calls and writing up a UI.  It’s in my own github <a href="https://github.com/alberttwong/MMM-Nest" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/alberttwong/MMM-Nest</a> and plan to do a PR soon.</p>
]]></description><link>https://forum.magicmirror.builders/post/22516</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22516</guid><dc:creator><![CDATA[alberttwong]]></dc:creator><pubDate>Fri, 09 Jun 2017 07:03:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Fri, 02 Jun 2017 20:53:44 GMT]]></title><description><![CDATA[<p dir="auto">I made a separate branch if you want to check it out.  I’ll merge it after I run some more tests.<br />
<a href="https://github.com/mochman/MMM-Nest/tree/protect" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/mochman/MMM-Nest/tree/protect</a></p>
<p dir="auto">You are going to have to edit your Nest developer settings to allow read access to the “protect” in order for this to work.  When you do that, you’ll need to run <a href="http://getToken.sh" target="_blank" rel="noopener noreferrer nofollow ugc">getToken.sh</a> again to get a new token.</p>
<p dir="auto">I gave you the option to use a visual representation, or a list representation.  If you use visual, you have the choice to display your nest, protect, or both together.</p>
<p dir="auto">Here are some of the ways it displays to you.<br />
<img src="/assets/uploads/files/1496436740872-nest_display.png" alt="0_1496436732416_Nest_Display.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I can’t find the “Smoke is clearing” data or stuff like that, so it just shows if there is an alarm for smoke or carbon monoxide, or if your battery is low.</p>
<p dir="auto">Please take a look and tell me what you think.</p>
]]></description><link>https://forum.magicmirror.builders/post/22298</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22298</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Fri, 02 Jun 2017 20:53:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Wed, 31 May 2017 21:59:25 GMT]]></title><description><![CDATA[<p dir="auto">Well, I have 3 of them so not sure how to display but I do like the colored ring based on status.  There are also alerts that could be displayed as well.<br />
<img src="/assets/uploads/files/1496267946057-img_7336.png" alt="0_1496267942592_IMG_7336.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1496267910482-img_7335.png" alt="0_1496267906419_IMG_7335.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/22238</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22238</guid><dc:creator><![CDATA[pugsly]]></dc:creator><pubDate>Wed, 31 May 2017 21:59:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Wed, 31 May 2017 21:29:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pugsly" aria-label="Profile: pugsly">@<bdi>pugsly</bdi></a>  Sure.  What kind of info would you be looking for on it?  From what I see on the API, we can read CO Alarm State, Smoke Alarm State, Battery Health, and some other things people probably don’t want to see.</p>
<p dir="auto">What I’m thinking right now is putting a colored ring (like the one on the smoke detector) around the thermostat circle to indicate good, warning, or emergency status.  Any ideas?</p>
]]></description><link>https://forum.magicmirror.builders/post/22236</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22236</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Wed, 31 May 2017 21:29:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Wed, 31 May 2017 15:44:36 GMT]]></title><description><![CDATA[<p dir="auto">Any chance on integrating the nest protect smoke detectors?</p>
]]></description><link>https://forum.magicmirror.builders/post/22227</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22227</guid><dc:creator><![CDATA[pugsly]]></dc:creator><pubDate>Wed, 31 May 2017 15:44:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Mon, 29 May 2017 15:48:52 GMT]]></title><description><![CDATA[<p dir="auto">I updated the css using edits from @j-e-f-f.  The nest display looks closer to what the actual nest thermostat looks like.  <img src="/assets/uploads/files/1496072894767-nest.png" alt="0_1496072888357_nest.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/22143</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22143</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Mon, 29 May 2017 15:48:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Tue, 11 Apr 2017 21:33:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/strawberry-3.141" aria-label="Profile: strawberry-3.141">@<bdi>strawberry-3.141</bdi></a> said in <a href="/post/19466">MMM-Nest</a>:</p>
<blockquote>
<p dir="auto">.MMM-Nest table.xsmall.table { font-size: 20px; line-height: 25px; }</p>
</blockquote>
<p dir="auto">I am impressed.  This worked perfectly.  By adding it to the custom.css I can change size and spacing by changing the px sizes.  Many thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/19499</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19499</guid><dc:creator><![CDATA[Mitch1138]]></dc:creator><pubDate>Tue, 11 Apr 2017 21:33:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Tue, 11 Apr 2017 12:25:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mitch1138" aria-label="Profile: Mitch1138">@<bdi>Mitch1138</bdi></a> did you try <code>.MMM-Nest table.xsmall.table { font-size: 20px; line-height: 25px; }</code> ?</p>
]]></description><link>https://forum.magicmirror.builders/post/19466</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19466</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Tue, 11 Apr 2017 12:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Tue, 11 Apr 2017 12:18:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mochman" aria-label="Profile: mochman">@<bdi>mochman</bdi></a> Many thanks.  For now, changing the table font size in Nest.js seems to work (table.classList.add(“xsmall”, “table”); to table.classList.add(“small”, “table”);).  I will keep looking at how to get this into custom.css.</p>
]]></description><link>https://forum.magicmirror.builders/post/19465</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19465</guid><dc:creator><![CDATA[Mitch1138]]></dc:creator><pubDate>Tue, 11 Apr 2017 12:18:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Tue, 11 Apr 2017 08:27:26 GMT]]></title><description><![CDATA[<p dir="auto">I know this is a dumb question but is the Pin you get when you run the getToken script the same as the token that you put into the config file?  If not where do I get a token from?  I seem to only have a pin, a product id and a product secret…</p>
<p dir="auto">When I added in the Pin to the token field and run mm… I get a Loading…   where the module should be…</p>
]]></description><link>https://forum.magicmirror.builders/post/19454</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19454</guid><dc:creator><![CDATA[soqueen]]></dc:creator><pubDate>Tue, 11 Apr 2017 08:27:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Mon, 10 Apr 2017 21:02:28 GMT]]></title><description><![CDATA[<p dir="auto">You might have to add some custom css to MagicMirror itself to get this to work the way you want it to.  I’m not entirely sure how to do that, but I bet there are a bunch of posts in this forum with the answer.</p>
]]></description><link>https://forum.magicmirror.builders/post/19444</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19444</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Mon, 10 Apr 2017 21:02:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Nest on Mon, 10 Apr 2017 14:47:20 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the suggestion.  I couldn’t get this to work and couldn’t find the css setting that changes the font size, it looks like most of the settings are for the thermostat graphic, not the list.</p>
]]></description><link>https://forum.magicmirror.builders/post/19406</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19406</guid><dc:creator><![CDATA[Mitch1138]]></dc:creator><pubDate>Mon, 10 Apr 2017 14:47:20 GMT</pubDate></item></channel></rss>