<?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[Any MMM-Hive Users that can help, please?]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Hello<br />
Cloned MMM-Hive to cd MagicMirror/modules.</p>
<p dir="auto">It’s there.</p>
<p dir="auto">Then went to get it’s dependencies in a new window<br />
cd MagicMirror/modules/MMM-Hive<br />
$ npm install</p>
<p dir="auto">Npm Warn enoent Enoent: no such file or directory, open ‘/home/pi/MagicMirror/modules/package.json’</p>
<p dir="auto">Can someone tell me what has went wrong? Or is it simply that none are required?<br />
As the outside temp shows ok as 3C, but inside temp says Null C?</p>
<p dir="auto">My config.js contains the following</p>
<pre><code>{
			module: "MMM-Hive",
			header: "Hive",
			position: "top_left",
			config: {
				temperatureSuffix: "°C",
				username: "MY USERNAME",
				password: "MY PASSWORD",
				postcode: 'MY POSTCODE',
				showNext: true,
                                insideText: 'Inside:',
		                outsideText: 'Outside:',
		                targetTempText: '25:',
		                insideIconSet: 'fa fa-home',
		                showNext: true,
		                highestTemp: '30',
		                highTemp: '25',
		               lowTemp: '20',
		               lowestTemp: '15',
		               animatedLoading: true,
		               nodeName: 'Receiver 1',
		               outsideUrl: 'http://weather-prod.bgchprod.info/weather?postcode=',
		               insideUrl: 'https://api-prod.bgchprod.info:443/omnia',
		               debug: false,
			}
		},
</code></pre>
<p dir="auto">I changed the outside url from https to http, as I sesrched for help before posting here, and saw that a poster found this worked to show the outside temp… without removing the ‘s’ it produced “Error Loading”</p>
<p dir="auto">I then tried that with the inside temp url, but that had the opposite effect and created “Error Loading” until I put the ‘s’ back on.</p>
<p dir="auto">The outside temp now is a steady 3C although my car temp shows higher, and my inside temp is not showing - just saying Null C.</p>
<p dir="auto">My thermostat is named Receiver 1 as I have put into the config too, I then tried again by changing it to ‘Livingroom’ on both config, and in the Hive app… but still cant get the inside temp to show!</p>
<p dir="auto">Do I need an Omnia-Access-Token? There is no mention of this in the read-me, or a place to put one? Looked online for one but no results</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/6718/any-mmm-hive-users-that-can-help-please</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 11:56:57 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6718.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Mar 2018 11:07:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 10 Apr 2018 21:56:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Ahhhh… thanks.<br />
I thought these referred to the inside temp? I will have another look at the config and see,  but off hand I recall only 1 set? Those I thought were for inside… but will look more closely 2mor and play about.</p>
<p dir="auto">So yeah, very happy to have it actually working now, and that the link I gave you helped finding that BG changed things… and other MMM-Hive users on here will also appreciate the work you done to fix it.</p>
<p dir="auto">Thanks again…</p>
]]></description><link>https://forum.magicmirror.builders/post/38265</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38265</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Tue, 10 Apr 2018 21:56:01 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 10 Apr 2018 21:16:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/damian" aria-label="Profile: Damian">@<bdi>Damian</bdi></a> Hi, glad that it’s now working.  I’m still going to work on it when I can, but at least no urgency now :)</p>
<p dir="auto">For the outside temperature thermometer, check the readme on the github page (<a href="https://github.com/flick116/MMM-Hive" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/flick116/MMM-Hive</a>), specifically the following settings:</p>
<p dir="auto">highestTemp - Set the highest temperature value, which when reached will use the ‘full thermometer’ icon, plus turn the icon red</p>
<p dir="auto">highTemp - Set the high temperature value, which when reached will use the ‘three quarters full thermometer’ icon</p>
<p dir="auto">lowTemp - Set the low temperature value, which when reached will use the ‘half full thermometer’ icon</p>
<p dir="auto">lowestTemp - Set the lowest temperature value, which when reached will use the ‘quarter full thermometer’ icon<br />
(anything below this temperature will use the ‘empty thermometer’ icon)</p>
<p dir="auto">Only when the temperature equals or is greater than the highestTemp value will the icon turn red.</p>
]]></description><link>https://forum.magicmirror.builders/post/38259</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38259</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Tue, 10 Apr 2018 21:16:12 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 10 Apr 2018 20:35:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Thanks so much… I deleted then re-installed, and it works :-) Top man!</p>
<p dir="auto">Now… how do I set lowest Temp for outside so anything higher than my setting will color the thermoeter icon like your example?</p>
<p dir="auto">I know the inside will show red as its heating, then go grey when target reached, but unsure how to adjust outside the same way?</p>
]]></description><link>https://forum.magicmirror.builders/post/38257</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38257</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Tue, 10 Apr 2018 20:35:13 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 10 Apr 2018 18:51:28 GMT]]></title><description><![CDATA[<p dir="auto">Had the same issue then restarted rpi then suddenly it appeared :-)<br />
<img src="/assets/uploads/files/1523373715205-capture.png" alt="0_1523373716571_Capture.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thank you so much…</p>
]]></description><link>https://forum.magicmirror.builders/post/38240</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38240</guid><dc:creator><![CDATA[maccy99]]></dc:creator><pubDate>Tue, 10 Apr 2018 18:51:28 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 10 Apr 2018 14:57:20 GMT]]></title><description><![CDATA[<p dir="auto">The config I have just tested with:</p>
<pre><code>		{
			module: "MMM-Hive",
			position: "top_right",
			header: "Hive",
			config: {
				username: '',
				password: '',
				postcode: '',
				updateInterval: 10 * 60000,
				outsideUrl: 'http://weather-prod.bgchprod.info/weather?postcode=',
				temperatureSuffix: ' °C',
				showNext: true,
				highestTemp: '30',
				highTemp: '25',
				lowTemp: '20',
				lowestTemp: '15',
				animatedLoading: true,
				debug: true,
					},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/38236</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38236</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Tue, 10 Apr 2018 14:57:20 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 10 Apr 2018 14:53:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/damian" aria-label="Profile: Damian">@<bdi>Damian</bdi></a> I didn’t make any changes to the config really, apart from adding some other settings, but these default to false if not defined.</p>
<p dir="auto">Could you enable debug in the config for MMM-Hive (debug: true,) and then load the magic mirror in a browser and enable developer tools (F12).  In this window, ensure Console is the selected tab and then refresh the page (it’s easier to remove all other modules).  When refreshed, you should then see a load of text when the hive module loads, something like the following:</p>
<p dir="auto">Tue, 10 Apr 2018 14:45:16 GMT MMM-Hive received notification: INSIDE - Payload: [{“id”:“xxx”,“type”:“heating”,“sortOrder”:1,“created”:1521812393853,“parent”:“xxx”,“props”:</p>
<p dir="auto">If you could copy / paste the text into notepad and then search for “type”</p>
<p dir="auto">The bit I am interested in, is the text straight after “type” - so in the above example it’s “heating”</p>
<p dir="auto">I am using the “type” to determine whether to pull back data for heating or hot water so if yours is named differently that is probably the issue.  There might be more than one instance of “type”, so if you could let me know all.</p>
<p dir="auto">Hopefully it’s just that and I can then add a new setting so you can choose the name.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/38235</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38235</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Tue, 10 Apr 2018 14:53:15 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 10 Apr 2018 14:41:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Just on the off chance I am missing the blatant obvious… can you please paste your full settings here that you made on yours? Obviously not your personal ones :-)</p>
<p dir="auto">And your config to see what you put in there. … it’s always the smallest things that trip us up, so want to check everything 100% before I just give up on it.</p>
]]></description><link>https://forum.magicmirror.builders/post/38234</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38234</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Tue, 10 Apr 2018 14:41:10 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 10 Apr 2018 14:36:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Thanks… but unfortunatly inside temp remains 0 :-(</p>
<p dir="auto">I do now see battery icon, although Red… but would expect that seeing as it cannot access my thermostat ( Named as Hive, and put Hive as nodename into config )</p>
<p dir="auto">Battery is good, only less than 6 months.</p>
]]></description><link>https://forum.magicmirror.builders/post/38233</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38233</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Tue, 10 Apr 2018 14:36:34 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 10 Apr 2018 05:22:09 GMT]]></title><description><![CDATA[<p dir="auto">I was just testing and realised that when I was seeing the target temperature, it was when the system was in boost mode.  So when not in boost mode, but the heating on, it’s not the same as previously, so it won’t show it’s heating.  I need to look at how this is now working and update.  You should see current temperature correctly using he updated code, but not target unless boost is on.</p>
]]></description><link>https://forum.magicmirror.builders/post/38218</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38218</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Tue, 10 Apr 2018 05:22:09 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Mon, 09 Apr 2018 19:55:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/damian" aria-label="Profile: Damian">@<bdi>Damian</bdi></a> Hi, I’ve updated <a href="https://github.com/flick116/MMM-Hive" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/flick116/MMM-Hive</a>, do you want to try it and let me know.  I’ve added some test bits and bobs, but if you haven’t got the settings then these shouldn’t show up.</p>
]]></description><link>https://forum.magicmirror.builders/post/38201</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38201</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Mon, 09 Apr 2018 19:55:31 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Sat, 07 Apr 2018 16:04:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Thanks for your time o  this. Glad I did indeed do the instal right and did everything as stated, as I did spend a lot of time going round and round  with this on 2 seperate machines, thinking I did something wrong or missed something.</p>
]]></description><link>https://forum.magicmirror.builders/post/38083</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38083</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Sat, 07 Apr 2018 16:04:27 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Fri, 06 Apr 2018 20:41:07 GMT]]></title><description><![CDATA[<p dir="auto">Looks like British Gas have just changed the way the api works, so there are changes to be made, not loads, but will take a bit of time.  Got to fit it around DIY!</p>
]]></description><link>https://forum.magicmirror.builders/post/38048</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38048</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Fri, 06 Apr 2018 20:41:07 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Fri, 06 Apr 2018 17:19:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Thanks very much for fixing it… look forward to getting it working on my mirror. Was it a simple fix,  of sorts? I couldn’t fathom out how others got it working okay if there is/was a problem?  Was it the change in the smartthings link I gave you?</p>
]]></description><link>https://forum.magicmirror.builders/post/38044</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38044</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Fri, 06 Apr 2018 17:19:43 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Thu, 05 Apr 2018 15:26:17 GMT]]></title><description><![CDATA[<p dir="auto">I have got the temperature showing now (borrowed a hive login for testing) and I am looking at now adding whether hot water is on or off, and also a battery icon for the thermstat.  I cannot for the life of me remember how to use github, but I will get these changes made, tested and update the module.  No telling how long I will take, but it shouldn’t take too long - just need to find some time to finish coding and tidying it up.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/37993</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37993</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Thu, 05 Apr 2018 15:26:17 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Thu, 05 Apr 2018 08:13:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/damian" aria-label="Profile: Damian">@<bdi>Damian</bdi></a> I think I am making some headway into this issue.  I will spend a bit of time when I can and hopefully get a new version out soonish</p>
<p dir="auto">Cheers</p>
]]></description><link>https://forum.magicmirror.builders/post/37975</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37975</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Thu, 05 Apr 2018 08:13:53 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 03 Apr 2018 11:04:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Thanks very much … I realise you do not use Hive now, so it will be hard for you to test out changes, but I will try out everything you suggest and report back so you will know if they work or not.</p>
<p dir="auto">Agree it will be tough this way, but if this is what your module needs in order to function, then it may be the only way to keep your module alive for Hive users eh?</p>
]]></description><link>https://forum.magicmirror.builders/post/37880</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37880</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Tue, 03 Apr 2018 11:04:49 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Mon, 02 Apr 2018 21:21:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/damian" aria-label="Profile: Damian">@<bdi>Damian</bdi></a> Hi.  I will give it a read and check the code.  I just had a quick look and I may just be able to update the requests etc.  Might be a bugger to test, but leave this with me and I will take a look.<br />
Thanks…</p>
]]></description><link>https://forum.magicmirror.builders/post/37860</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37860</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Mon, 02 Apr 2018 21:21:50 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Mon, 02 Apr 2018 20:02:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Sorry… I know you no longer have Hive, and unable to help, but I found this and wondered if this could have any bearing on it?</p>
<p dir="auto"><a href="https://community.smartthings.com/t/release-hive-connect-v3-0-british-gas-hive/103473" target="_blank" rel="noopener noreferrer nofollow ugc">https://community.smartthings.com/t/release-hive-connect-v3-0-british-gas-hive/103473</a></p>
]]></description><link>https://forum.magicmirror.builders/post/37852</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37852</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Mon, 02 Apr 2018 20:02:49 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Tue, 20 Mar 2018 16:15:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a></p>
]]></description><link>https://forum.magicmirror.builders/post/37238</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37238</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Tue, 20 Mar 2018 16:15:20 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Wed, 07 Mar 2018 20:55:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/damian" aria-label="Profile: Damian">@<bdi>Damian</bdi></a> Hi, yeah the frost protect should only show when the target temperature is below a certain value.  I would guess the issue here is the data being received from Hive.  I won’t ask you to paste the data here (which should show up under the browser’s developer console, when debug is enabled) as it contains data related to your account (from what I remember anyway).  The most likely issue is that the receiver name is incorrect or that the relevant data relating to temperature etc is not where the module is expecting it to be.  Unfortunately now I no longer have access to Hive there’s not much I can do to look into this.  Sorry…</p>
]]></description><link>https://forum.magicmirror.builders/post/36710</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36710</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Wed, 07 Mar 2018 20:55:16 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Wed, 07 Mar 2018 20:06:27 GMT]]></title><description><![CDATA[<p dir="auto">You have this too in your post of 7 months ago …</p>
<p dir="auto"><img src="/assets/uploads/files/1520453175718-screenshot_20180307-200445.png" alt="0_1520453170157_Screenshot_20180307-200445.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/36707</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36707</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Wed, 07 Mar 2018 20:06:27 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Wed, 07 Mar 2018 19:57:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a><br />
Yeah, by default… I thought this was normal as the only other setting on thermostat is child lock… or lower/raise the frost protect. I took that screenshot when heating was on, but mirror shows it when on and off.</p>
]]></description><link>https://forum.magicmirror.builders/post/36706</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36706</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Wed, 07 Mar 2018 19:57:20 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Wed, 07 Mar 2018 19:44:13 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">The last screenshot shows Frost Protect Enabled.  Is this actually active on your hive?</p>
]]></description><link>https://forum.magicmirror.builders/post/36705</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36705</guid><dc:creator><![CDATA[mongo116]]></dc:creator><pubDate>Wed, 07 Mar 2018 19:44:13 GMT</pubDate></item><item><title><![CDATA[Reply to Any MMM-Hive Users that can help, please? on Wed, 07 Mar 2018 19:13:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/randomnoise" aria-label="Profile: randomnoise">@<bdi>randomnoise</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/mongo116" aria-label="Profile: mongo116">@<bdi>mongo116</bdi></a></p>
<p dir="auto">Ok, deleted MMM-Hive from Pi MM, and started again… still got same result😣<br />
Did as you suggested and opened up deb on PC, but no clue whatsoever what or where to find info that you need to see? - I have debug - true set in config</p>
<p dir="auto">Then thought to put MMM-Hive onto my PC MM… just to see if it would work on there any better… nope ! 😣<br />
One thing I did notice, and this could mean nothing? But my Thermostat and receiver are both named Receiver 1… and as such, I duly named the nodename Receiver 1… but, when looking at the debug info, that has retained the default Your Receiver… so, is that a possible problem?  Why has that not changed since I have changed it in my config?</p>
<p dir="auto">I have attached a couple shots in the hope you can tell me what I should do in the debugger and what info you need me to look at and show you here.</p>
<p dir="auto"><img src="/assets/uploads/files/1520449498315-20180307_183947_resized.jpg" alt="0_1520449490299_20180307_183947_resized.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1520449514052-20180307_184022_resized.jpg" alt="0_1520449507622_20180307_184022_resized.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1520449724584-20180307_181911_resized.jpg" alt="0_1520449719777_20180307_181911_resized.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/36703</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36703</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Wed, 07 Mar 2018 19:13:59 GMT</pubDate></item></channel></rss>