<?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-MysqlQuery module just released!]]></title><description><![CDATA[<p dir="auto">I just finished a new MySQL module, available at <a href="https://github.com/ralberth/MMM-MysqlQuery" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-MysqlQuery</a>.</p>
<p dir="auto">This queries a MySQL database you have access to on a regular basis, and displays the results as an HTML table on MagicMirror.</p>
<p dir="auto">Screenshots:<br />
<img src="https://github.com/ralberth/MMM-MysqlQuery/raw/master/screenshot-rows.png" alt="Table" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="https://github.com/ralberth/MMM-MysqlQuery/raw/master/screenshot-norows.png" alt="Empty table" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/8734/mmm-mysqlquery-module-just-released</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 17:45:12 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8734.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Sep 2018 13:04:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-MysqlQuery module just released! on Tue, 22 Feb 2022 14:34:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chris47803" aria-label="Profile: chris47803">@<bdi>chris47803</bdi></a><br />
I have the same issue.  Only the headings are displayed</p>
]]></description><link>https://forum.magicmirror.builders/post/99858</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99858</guid><dc:creator><![CDATA[sifuhall]]></dc:creator><pubDate>Tue, 22 Feb 2022 14:34:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MysqlQuery module just released! on Thu, 13 May 2021 09:17:19 GMT]]></title><description><![CDATA[<p dir="auto">Hello.<br />
Unfortunately, I only see my headings. The contents of my database are not displayed.</p>
<pre><code>{
            module: 'MMM-MysqlQuery',
			      position: "top_right",
			      header: "Test",            
            config: {
                connection: {
                    host: "192.168.2.1",
                    port: 3306,
                    user: "test",
                    password: "test",
                    database: "test"
                },
                query: `select titel, jahr from test order by titel
                        limit 3`,
    			intervalSeconds: 15 * 60,
                emptyMessage: "No spices",
                columns: [
                    { name: "titel",      title: "Titel",  cssClass: "right" },
                    { name: "jahr",      title: "Jahr",  cssClass: "right" },                    

                ]
            }
        },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/91438</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91438</guid><dc:creator><![CDATA[chris47803]]></dc:creator><pubDate>Thu, 13 May 2021 09:17:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MysqlQuery module just released! on Mon, 20 May 2019 13:55:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richard238" aria-label="Profile: Richard238">@<bdi>Richard238</bdi></a> said in <a href="/post/56901">MMM-MysqlQuery module just released!</a>:</p>
<blockquote>
<p dir="auto">I have this module working quite well, just a couple of queries:</p>
<p dir="auto">How do you get the title “______________MYSQL SPICES” line displayed?<br />
I am getting just the table, not the title header line.</p>
<p dir="auto">And how might you change “Amt” form an integer, to a message saying “Too High” or Too low"?<br />
[I am actually measuring temperature and lux levels, but the principle’s the same.]</p>
<p dir="auto">Thank you.</p>
</blockquote>
<p dir="auto"><s>How do you get the title “______________MYSQL SPICES” line displayed?</s><br />
Fixed that one in config.js with  <code>header: 'Module Title',</code></p>
<p dir="auto">Other enhancements still need attention, if anyone can help, please?</p>
]]></description><link>https://forum.magicmirror.builders/post/57211</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57211</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Mon, 20 May 2019 13:55:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MysqlQuery module just released! on Fri, 10 May 2019 12:03:00 GMT]]></title><description><![CDATA[<p dir="auto">I have this module working quite well, just a couple of queries:</p>
<p dir="auto">How do you get the title “______________MYSQL SPICES” line displayed?<br />
I am getting just the table, not the title header line.</p>
<p dir="auto">And how might you change “Amt” form an integer, to a message saying “Too High” or Too low"?<br />
[I am actually measuring temperature and lux levels, but the principle’s the same.]</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.magicmirror.builders/post/56901</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/56901</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Fri, 10 May 2019 12:03:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MysqlQuery module just released! on Thu, 09 May 2019 15:58:49 GMT]]></title><description><![CDATA[<p dir="auto">Had to add a line:</p>
<pre><code>position: 'bottom_right'
</code></pre>
<p dir="auto">Now to make the SQL work with the Mysqli db I have running on an adjacent pi.</p>
]]></description><link>https://forum.magicmirror.builders/post/56867</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/56867</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Thu, 09 May 2019 15:58:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MysqlQuery module just released! on Fri, 05 Oct 2018 17:24:01 GMT]]></title><description><![CDATA[<p dir="auto">Just what I needed. Thank you for your contribution :winking_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/45019</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45019</guid><dc:creator><![CDATA[Foguet]]></dc:creator><pubDate>Fri, 05 Oct 2018 17:24:01 GMT</pubDate></item></channel></rss>