<?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-ChoresMachine]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I made a module for our hallway mirror that shows the household chores due today, from my app <a href="https://choresmachine.com" target="_blank" rel="noopener noreferrer nofollow ugc">Chores Machine</a>.</p>
<p dir="auto"><img src="https://raw.githubusercontent.com/Jhonte/MMM-ChoresMachine/main/screenshot.png" alt="MMM-ChoresMachine" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>What it does</strong></p>
<ul>
<li>Shows only what is due now. Chores stay hidden until their day comes, so the mirror stays calm.</li>
<li>One line per chore, with whose turn it is.</li>
<li>Several lists (family, flat, plants…) each get their own heading.</li>
<li>When nothing is due it says so and stays quiet.</li>
<li>English and Swedish included, and every line can be reworded with <code>strings</code>.</li>
<li>No dependencies, no <code>npm install</code>. The token stays on the server side (<code>node_helper</code>), never in the browser.</li>
</ul>
<p dir="auto"><strong>Good to know before installing:</strong> the feed needs <strong>Chores Machine Pro</strong> (iOS/Android, 7-day free trial). The app itself is free for your own chores. Pro is the sharing part, and the mirror feed comes with it.</p>
<p dir="auto"><strong>Install</strong><br />
cd ~/MagicMirror/modules<br />
git clone <a href="https://github.com/Jhonte/MMM-ChoresMachine.git" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Jhonte/MMM-ChoresMachine.git</a></p>
<p dir="auto">Then make a link token in the app (<strong>You → API access → Make a link</strong>) and add:</p>
<pre><code>{
  module: "MMM-ChoresMachine",
  position: "top_right",
  header: "Chores",
  config: { token: "cm_…" }
}
</code></pre>
<p dir="auto">All the options are in the README: <a href="https://github.com/Jhonte/MMM-ChoresMachine" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Jhonte/MMM-ChoresMachine</a></p>
<p dir="auto">It has been running on my own mirror for a while. Feedback, bugs and translations are very welcome, either here or as GitHub issues.</p>
]]></description><link>https://forum.magicmirror.builders/topic/20369/mmm-choresmachine</link><generator>RSS for Node</generator><lastBuildDate>Thu, 24 Sep 2026 22:08:57 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20369.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Sep 2026 17:32:37 GMT</pubDate><ttl>60</ttl></channel></rss>