<?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-whoshome A way to know who is home based on cellular phones]]></title><description><![CDATA[<h1>Description:</h1>
<p dir="auto">This module tracks who is at home by detecting the presence of personal cellular phones on the local network. It can also be used with laptops, cars (e.g., Teslas), or any other Wi-Fi-enabled devices.</p>
<p dir="auto">Note: Most phones use randomized MAC addresses. For accurate tracking, ensure your phone uses its real MAC address on your home network.</p>
<h1>Screenshots:</h1>
<p dir="auto"><img src="https://github.com/yedidiaklein/MMM-whoshome/raw/main/whoshome.png?raw=true" alt="alt text" class=" img-fluid img-markdown" /></p>
<h1>Download:</h1>
<p dir="auto"><a href="https://github.com/yedidiaklein/MMM-whoshome" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/yedidiaklein/MMM-whoshome</a></p>
<h1>Misc:</h1>
<p dir="auto">Any suggestion will be appreciated here or even better on issues link in github.</p>
<p dir="auto">I’m also working (and even have a beta release) on an android app that will let you see this info from everywhere including history.<br />
looking for beta testers…</p>
]]></description><link>https://forum.magicmirror.builders/topic/18999/mmm-whoshome-a-way-to-know-who-is-home-based-on-cellular-phones</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 09:31:05 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18999.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Sep 2024 13:32:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 20 Oct 2024 06:50:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tintinmaster" aria-label="Profile: tintinmaster">@<bdi>tintinmaster</bdi></a> if you read description you can find this topic. You can deactivate it separate for every Network. At least i have no issues to keep my mac address in my home wifi.</p>
]]></description><link>https://forum.magicmirror.builders/post/120687</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120687</guid><dc:creator><![CDATA[rewie85]]></dc:creator><pubDate>Sun, 20 Oct 2024 06:50:45 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 13 Oct 2024 22:31:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tintinmaster" aria-label="Profile: tintinmaster">@<bdi>tintinmaster</bdi></a> yes, they change at least every hour…  SO much fun</p>
]]></description><link>https://forum.magicmirror.builders/post/120573</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120573</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 13 Oct 2024 22:31:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 13 Oct 2024 21:36:37 GMT]]></title><description><![CDATA[<p dir="auto">This modules looks very similar to <a href="https://github.com/ianperrin/MMM-NetworkScanner" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ianperrin/MMM-NetworkScanner</a></p>
<p dir="auto">Also be aware that MAC-Adresses could change on modern devices through MAC-Adress Randomization</p>
]]></description><link>https://forum.magicmirror.builders/post/120572</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120572</guid><dc:creator><![CDATA[tintinmaster]]></dc:creator><pubDate>Sun, 13 Oct 2024 21:36:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 13 Oct 2024 11:47:49 GMT]]></title><description><![CDATA[<p dir="auto">OK, I think I have it.<br />
Using the window I confirm that the home people are using the same class (whoishome) as the title window.</p>
<p dir="auto">To get that to work properly, I changed the MMM-whoishome.js line 34 from</p>
<pre><code>html = html + '&lt;img class="person" src="' + this.config.TRACK[this.peopleArray[i][0]].image + '"&gt; ' + this.peopleArray[i][0] + '&lt;BR&gt;';
</code></pre>
<p dir="auto">to</p>
<pre><code>html = html + '&lt;img class="person" src="' + this.config.TRACK[this.peopleArray[i][0]].image + '"&gt; &lt;span class="person"&gt;' + this.peopleArray[i][0] + '&lt;/span&gt;&lt;BR&gt;';
</code></pre>
<p dir="auto">and then the people who are home use class person, which can then be used to configure the colour separately to the header title.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yedidia" aria-label="Profile: yedidia">@<bdi>yedidia</bdi></a> - is this something worth adding into the module for better flexibility?<br />
Sorry I’m not good at GH, so have no idea how to submit a PR for it.</p>
]]></description><link>https://forum.magicmirror.builders/post/120566</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120566</guid><dc:creator><![CDATA[DarrenHill]]></dc:creator><pubDate>Sun, 13 Oct 2024 11:47:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Mon, 07 Oct 2024 19:40:02 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> - Thanks Sam. Looks like a job for the weekend.</p>
]]></description><link>https://forum.magicmirror.builders/post/120443</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120443</guid><dc:creator><![CDATA[DarrenHill]]></dc:creator><pubDate>Mon, 07 Oct 2024 19:40:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 06 Oct 2024 10:56:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/darrenhill" aria-label="Profile: DarrenHill">@<bdi>DarrenHill</bdi></a> I don’t know the direct answer, but you can use the developers window element tab to see and test how to adjust the css changes</p>
<p dir="auto">See the second link in my signature below for an explanation how to use the dev window</p>
<p dir="auto">in css, the part before the { is called the selector clause</p>
<p dir="auto">It selects the elements the stuff inside the {}  will be applied to</p>
<p dir="auto">I use this cheatsheet to help me remember, you can combine them</p>
<pre><code>. Means class
# means id
No prefix means tag name
</code></pre>
<p dir="auto"><a href="https://www.w3schools.com/cssref/css_selectors.php" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.w3schools.com/cssref/css_selectors.php</a></p>
<p dir="auto">The selector ALWAYS selects ALL elements that match. So you may have to get very specific</p>
<p dir="auto">I had to hide an element created by a form library</p>
<pre><code>.possibly-hidden-tab div:nth-child(2)  &gt; div &gt; div &gt;div &gt;ul &gt;li:only-child &gt;a[rel*="Item%201"] {
  display: none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/120388</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120388</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 06 Oct 2024 10:56:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 06 Oct 2024 10:41:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yedidia" aria-label="Profile: yedidia">@<bdi>yedidia</bdi></a> - one more quick question.</p>
<p dir="auto">As mentioned above, I’m trying to tweak the css to show the names for people who are present and away in different colours.<br />
What I’ve done so far via custom.css is :</p>
<pre><code>.whoshome {
    color: lime;
}
.person-away {
    color: red;
}

</code></pre>
<p dir="auto">Which works, except it changes the title (the “Who’s Home”) as well.<br />
Is there any way to do this and keep the title the original colour to match the rest of the mirror modules?</p>
<p dir="auto">I tried changing <em>.person</em> rather than <em>.whoshome</em>, but then both the title and people who are home revert to the white that is defined in the css of the module itself.</p>
]]></description><link>https://forum.magicmirror.builders/post/120387</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120387</guid><dc:creator><![CDATA[DarrenHill]]></dc:creator><pubDate>Sun, 06 Oct 2024 10:41:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 06 Oct 2024 07:33:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yedidia" aria-label="Profile: yedidia">@<bdi>yedidia</bdi></a> Hi, now it works! Thanks a lot! :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/120385</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120385</guid><dc:creator><![CDATA[rewie85]]></dc:creator><pubDate>Sun, 06 Oct 2024 07:33:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Fri, 04 Oct 2024 20:53:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yedidia" aria-label="Profile: yedidia">@<bdi>yedidia</bdi></a> - just updated and also made all the MAC addresses lower case, and now looks to be working.</p>
<p dir="auto">The colours are rather muted, so it’s difficult to tell at a glance who is actually home (aside from not having a last seen line).</p>
<p dir="auto">Will look into it more tomorrow, just back from a business trip and rather tired. But thanks again for the good work and useful module!</p>
]]></description><link>https://forum.magicmirror.builders/post/120351</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120351</guid><dc:creator><![CDATA[DarrenHill]]></dc:creator><pubDate>Fri, 04 Oct 2024 20:53:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Tue, 01 Oct 2024 14:45:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rewie85" aria-label="Profile: rewie85">@<bdi>rewie85</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/darrenhill" aria-label="Profile: DarrenHill">@<bdi>DarrenHill</bdi></a><br />
The main version was broken, sorry.</p>
<p dir="auto">Just fixed and updated the git repo.<br />
simply do git pull in modules/MMM-whoshome directory and it should work.</p>
<p dir="auto">–Yedidia</p>
]]></description><link>https://forum.magicmirror.builders/post/120121</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120121</guid><dc:creator><![CDATA[yedidia]]></dc:creator><pubDate>Tue, 01 Oct 2024 14:45:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Tue, 01 Oct 2024 05:32:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rewie85" aria-label="Profile: rewie85">@<bdi>rewie85</bdi></a><br />
Please try to use non capital letters on mac address, maybe this is the problem…<br />
And also, what is your home network address ? netmask ?</p>
]]></description><link>https://forum.magicmirror.builders/post/120077</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120077</guid><dc:creator><![CDATA[yedidia]]></dc:creator><pubDate>Tue, 01 Oct 2024 05:32:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Mon, 30 Sep 2024 18:08:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yedidia" aria-label="Profile: yedidia">@<bdi>yedidia</bdi></a> The state folder exists but is empty</p>
]]></description><link>https://forum.magicmirror.builders/post/120068</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120068</guid><dc:creator><![CDATA[rewie85]]></dc:creator><pubDate>Mon, 30 Sep 2024 18:08:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Mon, 30 Sep 2024 18:25:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yedidia" aria-label="Profile: yedidia">@<bdi>yedidia</bdi></a>, its quite a big log but maybe it helps. Thanks!</p>
<pre><code class="language-text">/home/rwieners/.pm2/logs/mm-out.log last 15 lines:
0|mm       |       [Symbol(kCapture)]: false,
0|mm       |       [Symbol(kSetNoDelay)]: false,
0|mm       |       [Symbol(kSetKeepAlive)]: false,
0|mm       |       [Symbol(kSetKeepAliveInitialDelay)]: 0,
0|mm       |       [Symbol(kBytesRead)]: 0,
0|mm       |       [Symbol(kBytesWritten)]: 0
0|mm       |     }
0|mm       |   ],
0|mm       |   [Symbol(shapeMode)]: false,
0|mm       |   [Symbol(kCapture)]: false
0|mm       | }
0|mm       | [2024-09-30 20:02:15.322] [LOG]   Rene F0:EE:7A:45:XXXXXX 0
0|mm       | [2024-09-30 20:02:15.380] [LOG]   Kathi F0:EE:7A:4XXXXXXX 0
0|mm       | [2024-09-30 20:02:15.381] [LOG]   Final state:
0|mm       | [2024-09-30 20:02:15.383] [LOG]   [ [ 'Rene', 0, '' ], [ 'Kathi', 0, '' ] ]

0|mm  | [2024-09-30 20:03:15.204] [LOG]   MMM-whoshome received a socket notification: FETCH_PEOPLE - Payload: [object Object]
0|mm  | [2024-09-30 20:03:15.204] [LOG]   Mapping mac addresses...
0|mm  | [2024-09-30 20:03:15.238] [LOG]   Mapping output:
0|mm  | [2024-09-30 20:03:15.245] [LOG]   &lt;ref *1&gt; ChildProcess {
0|mm  |   _events: [Object: null prototype] {
0|mm  |     close: [Function: exithandler],
0|mm  |     error: [Function: errorhandler]
0|mm  |   },
0|mm  |   _eventsCount: 2,
0|mm  |   _maxListeners: undefined,
0|mm  |   _closesNeeded: 3,
0|mm  |   _closesGot: 0,
0|mm  |   connected: false,
0|mm  |   signalCode: null,
0|mm  |   exitCode: null,
0|mm  |   killed: false,
0|mm  |   spawnfile: '/bin/sh',
0|mm  |   _handle: Process {
0|mm  |     onexit: [Function (anonymous)],
0|mm  |     pid: 58752,
0|mm  |     [Symbol(owner_symbol)]: [Circular *1]
0|mm  |   },
0|mm  |   spawnargs: [
0|mm  |     '/bin/sh',
0|mm  |     '-c',
0|mm  |     'modules/MMM-whoshome/mapmacs.sh F0:EE:7A:XXXXXX F0:EE:7A:XXXXXX '
0|mm  |   ],
0|mm  |   pid: 58752,
0|mm  |   stdin: &lt;ref *2&gt; Socket {
0|mm  |     connecting: false,
0|mm  |     _hadError: false,
0|mm  |     _parent: null,
0|mm  |     _host: null,
0|mm  |     _closeAfterHandlingError: false,
0|mm  |     _events: {
0|mm  |       close: undefined,
0|mm  |       error: undefined,
0|mm  |       prefinish: undefined,
0|mm  |       finish: undefined,
0|mm  |       drain: undefined,
0|mm  |       data: undefined,
0|mm  |       end: [Function: onReadableStreamEnd],
0|mm  |       readable: undefined
0|mm  |     },
0|mm  |     _readableState: ReadableState {
0|mm  |       highWaterMark: 16384,
0|mm  |       buffer: [],
0|mm  |       bufferIndex: 0,
0|mm  |       length: 0,
0|mm  |       pipes: [],
0|mm  |       awaitDrainWriters: null,
0|mm  |       readable: false,
0|mm  |       [Symbol(kState)]: 1054468
0|mm  |     },
0|mm  |     _writableState: WritableState {
0|mm  |       highWaterMark: 16384,
0|mm  |       length: 0,
0|mm  |       corked: 0,
0|mm  |       onwrite: [Function: bound onwrite],
0|mm  |       writelen: 0,
0|mm  |       bufferedIndex: 0,
0|mm  |       pendingcb: 0,
0|mm  |       [Symbol(kState)]: 17564420,
0|mm  |       [Symbol(kBufferedValue)]: null
0|mm  |     },
0|mm  |     allowHalfOpen: false,
0|mm  |     _maxListeners: undefined,
0|mm  |     _eventsCount: 1,
0|mm  |     _sockname: null,
0|mm  |     _pendingData: null,
0|mm  |     _pendingEncoding: '',
0|mm  |     server: null,
0|mm  |     _server: null,
0|mm  |     [Symbol(async_id_symbol)]: 6616,
0|mm  |     [Symbol(kHandle)]: Pipe { [Symbol(owner_symbol)]: [Circular *2] },
0|mm  |     [Symbol(lastWriteQueueSize)]: 0,
0|mm  |     [Symbol(timeout)]: null,
0|mm  |     [Symbol(kBuffer)]: null,
0|mm  |     [Symbol(kBufferCb)]: null,
0|mm  |     [Symbol(kBufferGen)]: null,
0|mm  |     [Symbol(shapeMode)]: true,
0|mm  |     [Symbol(kCapture)]: false,
0|mm  |     [Symbol(kSetNoDelay)]: false,
0|mm  |     [Symbol(kSetKeepAlive)]: false,
0|mm  |     [Symbol(kSetKeepAliveInitialDelay)]: 0,
0|mm  |     [Symbol(kBytesRead)]: 0,
0|mm  |     [Symbol(kBytesWritten)]: 0
0|mm  |   },
0|mm  |   stdout: &lt;ref *3&gt; Socket {
0|mm  |     connecting: false,
0|mm  |     _hadError: false,
0|mm  |     _parent: null,
0|mm  |     _host: null,
0|mm  |     _closeAfterHandlingError: false,
0|mm  |     _events: {
0|mm  |       close: [Function (anonymous)],
0|mm  |       error: undefined,
0|mm  |       prefinish: undefined,
0|mm  |       finish: undefined,
0|mm  |       drain: undefined,
0|mm  |       data: [Function: onChildStdout],
0|mm  |       end: [Function: onReadableStreamEnd],
0|mm  |       readable: undefined
0|mm  |     },
0|mm  |     _readableState: ReadableState {
0|mm  |       highWaterMark: 16384,
0|mm  |       buffer: [],
0|mm  |       bufferIndex: 0,
0|mm  |       length: 0,
0|mm  |       pipes: [],
0|mm  |       awaitDrainWriters: null,
0|mm  |       [Symbol(kState)]: 200354052,
0|mm  |       [Symbol(kDecoderValue)]: [StringDecoder],
0|mm  |       [Symbol(kEncodingValue)]: 'utf8'
0|mm  |     },
0|mm  |     _writableState: WritableState {
0|mm  |       highWaterMark: 16384,
0|mm  |       length: 0,
0|mm  |       corked: 0,
0|mm  |       onwrite: [Function: bound onwrite],
0|mm  |       writelen: 0,
0|mm  |       bufferedIndex: 0,
0|mm  |       pendingcb: 0,
0|mm  |       [Symbol(kState)]: 17564420,
0|mm  |       [Symbol(kBufferedValue)]: null
0|mm  |     },
0|mm  |     allowHalfOpen: false,
0|mm  |     _maxListeners: undefined,
0|mm  |     _eventsCount: 3,
0|mm  |     _sockname: null,
0|mm  |     _pendingData: null,
0|mm  |     _pendingEncoding: '',
0|mm  |     server: null,
0|mm  |     _server: null,
0|mm  |     [Symbol(async_id_symbol)]: 6617,
0|mm  |     [Symbol(kHandle)]: Pipe { reading: true, [Symbol(owner_symbol)]: [Circular *3] },
0|mm  |     [Symbol(lastWriteQueueSize)]: 0,
0|mm  |     [Symbol(timeout)]: null,
0|mm  |     [Symbol(kBuffer)]: null,
0|mm  |     [Symbol(kBufferCb)]: null,
0|mm  |     [Symbol(kBufferGen)]: null,
0|mm  |     [Symbol(shapeMode)]: true,
0|mm  |     [Symbol(kCapture)]: false,
0|mm  |     [Symbol(kSetNoDelay)]: false,
0|mm  |     [Symbol(kSetKeepAlive)]: false,
0|mm  |     [Symbol(kSetKeepAliveInitialDelay)]: 0,
0|mm  |     [Symbol(kBytesRead)]: 0,
0|mm  |     [Symbol(kBytesWritten)]: 0
0|mm  |   },
0|mm  |   stderr: &lt;ref *4&gt; Socket {
0|mm  |     connecting: false,
0|mm  |     _hadError: false,
0|mm  |     _parent: null,
0|mm  |     _host: null,
0|mm  |     _closeAfterHandlingError: false,
0|mm  |     _events: {
0|mm  |       close: [Function (anonymous)],
0|mm  |       error: undefined,
0|mm  |       prefinish: undefined,
0|mm  |       finish: undefined,
0|mm  |       drain: undefined,
0|mm  |       data: [Function: onChildStderr],
0|mm  |       end: [Function: onReadableStreamEnd],
0|mm  |       readable: undefined
0|mm  |     },
0|mm  |     _readableState: ReadableState {
0|mm  |       highWaterMark: 16384,
0|mm  |       buffer: [],
0|mm  |       bufferIndex: 0,
0|mm  |       length: 0,
0|mm  |       pipes: [],
0|mm  |       awaitDrainWriters: null,
0|mm  |       [Symbol(kState)]: 200354052,
0|mm  |       [Symbol(kDecoderValue)]: [StringDecoder],
0|mm  |       [Symbol(kEncodingValue)]: 'utf8'
0|mm  |     },
0|mm  |     _writableState: WritableState {
0|mm  |       highWaterMark: 16384,
0|mm  |       length: 0,
0|mm  |       corked: 0,
0|mm  |       onwrite: [Function: bound onwrite],
0|mm  |       writelen: 0,
0|mm  |       bufferedIndex: 0,
0|mm  |       pendingcb: 0,
0|mm  |       [Symbol(kState)]: 17564420,
0|mm  |       [Symbol(kBufferedValue)]: null
0|mm  |     },
0|mm  |     allowHalfOpen: false,
0|mm  |     _maxListeners: undefined,
0|mm  |     _eventsCount: 3,
0|mm  |     _sockname: null,
0|mm  |     _pendingData: null,
0|mm  |     _pendingEncoding: '',
0|mm  |     server: null,
0|mm  |     _server: null,
0|mm  |     [Symbol(async_id_symbol)]: 6618,
0|mm  |     [Symbol(kHandle)]: Pipe { reading: true, [Symbol(owner_symbol)]: [Circular *4] },
0|mm  |     [Symbol(lastWriteQueueSize)]: 0,
0|mm  |     [Symbol(timeout)]: null,
0|mm  |     [Symbol(kBuffer)]: null,
0|mm  |     [Symbol(kBufferCb)]: null,
0|mm  |     [Symbol(kBufferGen)]: null,
0|mm  |     [Symbol(shapeMode)]: true,
0|mm  |     [Symbol(kCapture)]: false,
0|mm  |     [Symbol(kSetNoDelay)]: false,
0|mm  |     [Symbol(kSetKeepAlive)]: false,
0|mm  |     [Symbol(kSetKeepAliveInitialDelay)]: 0,
0|mm  |     [Symbol(kBytesRead)]: 0,
0|mm  |     [Symbol(kBytesWritten)]: 0
0|mm  |   },
0|mm  |   stdio: [
0|mm  |     &lt;ref *2&gt; Socket {
0|mm  |       connecting: false,
0|mm  |       _hadError: false,
0|mm  |       _parent: null,
0|mm  |       _host: null,
0|mm  |       _closeAfterHandlingError: false,
0|mm  |       _events: [Object],
0|mm  |       _readableState: [ReadableState],
0|mm  |       _writableState: [WritableState],
0|mm  |       allowHalfOpen: false,
0|mm  |       _maxListeners: undefined,
0|mm  |       _eventsCount: 1,
0|mm  |       _sockname: null,
0|mm  |       _pendingData: null,
0|mm  |       _pendingEncoding: '',
0|mm  |       server: null,
0|mm  |       _server: null,
0|mm  |       [Symbol(async_id_symbol)]: 6616,
0|mm  |       [Symbol(kHandle)]: [Pipe],
0|mm  |       [Symbol(lastWriteQueueSize)]: 0,
0|mm  |       [Symbol(timeout)]: null,
0|mm  |       [Symbol(kBuffer)]: null,
0|mm  |       [Symbol(kBufferCb)]: null,
0|mm  |       [Symbol(kBufferGen)]: null,
0|mm  |       [Symbol(shapeMode)]: true,
0|mm  |       [Symbol(kCapture)]: false,
0|mm  |       [Symbol(kSetNoDelay)]: false,
0|mm  |       [Symbol(kSetKeepAlive)]: false,
0|mm  |       [Symbol(kSetKeepAliveInitialDelay)]: 0,
0|mm  |       [Symbol(kBytesRead)]: 0,
0|mm  |       [Symbol(kBytesWritten)]: 0
0|mm  |     },
0|mm  |     &lt;ref *3&gt; Socket {
0|mm  |       connecting: false,
0|mm  |       _hadError: false,
0|mm  |       _parent: null,
0|mm  |       _host: null,
0|mm  |       _closeAfterHandlingError: false,
0|mm  |       _events: [Object],
0|mm  |       _readableState: [ReadableState],
0|mm  |       _writableState: [WritableState],
0|mm  |       allowHalfOpen: false,
0|mm  |       _maxListeners: undefined,
0|mm  |       _eventsCount: 3,
0|mm  |       _sockname: null,
0|mm  |       _pendingData: null,
0|mm  |       _pendingEncoding: '',
0|mm  |       server: null,
0|mm  |       _server: null,
0|mm  |       [Symbol(async_id_symbol)]: 6617,
0|mm  |       [Symbol(kHandle)]: [Pipe],
0|mm  |       [Symbol(lastWriteQueueSize)]: 0,
0|mm  |       [Symbol(timeout)]: null,
0|mm  |       [Symbol(kBuffer)]: null,
0|mm  |       [Symbol(kBufferCb)]: null,
0|mm  |       [Symbol(kBufferGen)]: null,
0|mm  |       [Symbol(shapeMode)]: true,
0|mm  |       [Symbol(kCapture)]: false,
0|mm  |       [Symbol(kSetNoDelay)]: false,
0|mm  |       [Symbol(kSetKeepAlive)]: false,
0|mm  |       [Symbol(kSetKeepAliveInitialDelay)]: 0,
0|mm  |       [Symbol(kBytesRead)]: 0,
0|mm  |       [Symbol(kBytesWritten)]: 0
0|mm  |     },
0|mm  |     &lt;ref *4&gt; Socket {
0|mm  |       connecting: false,
0|mm  |       _hadError: false,
0|mm  |       _parent: null,
0|mm  |       _host: null,
0|mm  |       _closeAfterHandlingError: false,
0|mm  |       _events: [Object],
0|mm  |       _readableState: [ReadableState],
0|mm  |       _writableState: [WritableState],
0|mm  |       allowHalfOpen: false,
0|mm  |       _maxListeners: undefined,
0|mm  |       _eventsCount: 3,
0|mm  |       _sockname: null,
0|mm  |       _pendingData: null,
0|mm  |       _pendingEncoding: '',
0|mm  |       server: null,
0|mm  |       _server: null,
0|mm  |       [Symbol(async_id_symbol)]: 6618,
0|mm  |       [Symbol(kHandle)]: [Pipe],
0|mm  |       [Symbol(lastWriteQueueSize)]: 0,
0|mm  |       [Symbol(timeout)]: null,
0|mm  |       [Symbol(kBuffer)]: null,
0|mm  |       [Symbol(kBufferCb)]: null,
0|mm  |       [Symbol(kBufferGen)]: null,
0|mm  |       [Symbol(shapeMode)]: true,
0|mm  |       [Symbol(kCapture)]: false,
0|mm  |       [Symbol(kSetNoDelay)]: false,
0|mm  |       [Symbol(kSetKeepAlive)]: false,
0|mm  |       [Symbol(kSetKeepAliveInitialDelay)]: 0,
0|mm  |       [Symbol(kBytesRead)]: 0,
0|mm  |       [Symbol(kBytesWritten)]: 0
0|mm  |     }
0|mm  |   ],
0|mm  |   [Symbol(shapeMode)]: false,
0|mm  |   [Symbol(kCapture)]: false
0|mm  | }
0|mm  | [2024-09-30 20:03:15.321] [LOG]   Rene F0:EE:7A:XXXXXX
0|mm  | [2024-09-30 20:03:15.363] [LOG]   Kathi F0:EE:7A:XXXXXX
0|mm  | [2024-09-30 20:03:15.364] [LOG]   Final state:
0|mm  | [2024-09-30 20:03:15.369] [LOG]   [ [ 'Rene', 0, '' ], [ 'Kathi', 0, '' ] ]
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/120067</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120067</guid><dc:creator><![CDATA[rewie85]]></dc:creator><pubDate>Mon, 30 Sep 2024 18:25:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Mon, 30 Sep 2024 05:08:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/darrenhill" aria-label="Profile: DarrenHill">@<bdi>DarrenHill</bdi></a><br />
Please take a look on pm2 log<br />
Do you see any information there ?<br />
There also should be a directory under MagicMirror named state with files, does it exist ? is there any files there ? files should be mac addresses.</p>
]]></description><link>https://forum.magicmirror.builders/post/120050</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120050</guid><dc:creator><![CDATA[yedidia]]></dc:creator><pubDate>Mon, 30 Sep 2024 05:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 29 Sep 2024 10:38:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rewie85" aria-label="Profile: rewie85">@<bdi>rewie85</bdi></a> - Not yet, but it has only been 24 hours since I posted (and installed) it.</p>
]]></description><link>https://forum.magicmirror.builders/post/120042</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120042</guid><dc:creator><![CDATA[DarrenHill]]></dc:creator><pubDate>Sun, 29 Sep 2024 10:38:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 29 Sep 2024 08:45:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/darrenhill" aria-label="Profile: DarrenHill">@<bdi>DarrenHill</bdi></a> same here, did you find a solution?</p>
]]></description><link>https://forum.magicmirror.builders/post/120041</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120041</guid><dc:creator><![CDATA[rewie85]]></dc:creator><pubDate>Sun, 29 Sep 2024 08:45:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sat, 28 Sep 2024 11:08:36 GMT]]></title><description><![CDATA[<p dir="auto">Looked good and installed it, but can’t get it to work.</p>
<p dir="auto">The list is showing up on the Mirror, but never actually sees anyone.<br />
The MAC addresses are in and confirmed as correct, and randomisation iş turned off.<br />
Install instructions also followed, with nmap installed as well.</p>
<p dir="auto">Is there any easy way to help troubleshoot this?</p>
]]></description><link>https://forum.magicmirror.builders/post/120024</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120024</guid><dc:creator><![CDATA[DarrenHill]]></dc:creator><pubDate>Sat, 28 Sep 2024 11:08:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-whoshome A way to know who is home based on cellular phones on Sun, 22 Sep 2024 13:47:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yedidia" aria-label="Profile: yedidia">@<bdi>yedidia</bdi></a> Looks good. Do you know if there a any risk constantly pinging phones will stop them from sleeping and affect the battery life?</p>
]]></description><link>https://forum.magicmirror.builders/post/119970</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119970</guid><dc:creator><![CDATA[cheesyandy]]></dc:creator><pubDate>Sun, 22 Sep 2024 13:47:39 GMT</pubDate></item></channel></rss>