<?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[Extend table &#x2F; insert TD - please help]]></title><description><![CDATA[<p dir="auto">Hello everybody,<br />
I have the module MMM-fronius (PV system) here.<br />
The builder of this module writes the data in a table in a row.<br />
Can someone help me put the name in a cell and put the data in a cell?</p>
<p dir="auto"><img src="/assets/uploads/files/1591455895629-tabelle.jpg" alt="Tabelle.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">I can hardly deal with JS.<br />
In line 152 in the code, you can see that</p>
<pre><code>var row = this.config.singleLine? document.createElement (" span "): document.createElement (" tr ");
</code></pre>
<p dir="auto">I hope you understand what I mean, I want the NAME in a <td> field and the DATA in a </td><td> field so that I can adjust the whole thing via CSS.</td></p>
<p dir="auto">Who knows JS and tables and would like to help me?<br />
How do I get that into individual fields?</p>
<p dir="auto">Attached is a picture of how it looks.<br />
<img src="/assets/uploads/files/1591455966957-fronius_mm.jpg" alt="Fronius_MM.jpg" class=" img-fluid img-markdown" /><br />
And here is the code: <a href="https://pastebin.com/vJkKt29L" target="_blank" rel="noopener noreferrer nofollow ugc">https://pastebin.com/vJkKt29L</a></p>
<p dir="auto">many thanks for your help</p>
<p dir="auto">greeting<br />
Stefan</p>
]]></description><link>https://forum.magicmirror.builders/topic/13012/extend-table-insert-td-please-help</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 13:22:22 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13012.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Jun 2020 14:55:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Extend table &#x2F; insert TD - please help on Sat, 02 Jan 2021 19:18:40 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> dix and flex is for lazy man like me mouahah</p>
]]></description><link>https://forum.magicmirror.builders/post/86614</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86614</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 02 Jan 2021 19:18:40 GMT</pubDate></item><item><title><![CDATA[Reply to Extend table &#x2F; insert TD - please help on Sat, 02 Jan 2021 18:20:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: Bugsounet">@<bdi>Bugsounet</bdi></a> I wasn’t proposing anything… I was answering the question</p>
<p dir="auto">that is how a table looks and the author didn’t use it right…</p>
<p dir="auto">div and flex is a lot more work, but u get a lot of flexibility</p>
]]></description><link>https://forum.magicmirror.builders/post/86609</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86609</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 02 Jan 2021 18:20:09 GMT</pubDate></item><item><title><![CDATA[Reply to Extend table &#x2F; insert TD - please help on Sat, 02 Jan 2021 18:18:44 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></p>
<p dir="auto">Why not using div and flex?</p>
]]></description><link>https://forum.magicmirror.builders/post/86608</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86608</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 02 Jan 2021 18:18:44 GMT</pubDate></item><item><title><![CDATA[Reply to Extend table &#x2F; insert TD - please help on Sat, 02 Jan 2021 17:13:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/c1olli" aria-label="Profile: c1olli">@<bdi>c1olli</bdi></a> the author did not create columns (td) on the row…  (tr)</p>
<pre><code>table
  th (header row with column labels
     td, td, td, td (for each column)
repeat below for each row
  tr 
     td, td, td, td (data for each column)
</code></pre>
<p dir="auto">he just appended the strings together for the one value on each row</p>
]]></description><link>https://forum.magicmirror.builders/post/86601</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86601</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 02 Jan 2021 17:13:25 GMT</pubDate></item><item><title><![CDATA[Reply to Extend table &#x2F; insert TD - please help on Sat, 02 Jan 2021 16:08:40 GMT]]></title><description><![CDATA[<p dir="auto">How to get the MMM-Fronius results in a table?<br />
It would be nicer with the code from <a class="plugin-mentions-user plugin-mentions-a" href="/user/cetax" aria-label="Profile: Cetax">@<bdi>Cetax</bdi></a>  but at the moment it would be ok for me when I know what I have to change to get the result in a nicer form.</p>
]]></description><link>https://forum.magicmirror.builders/post/86599</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86599</guid><dc:creator><![CDATA[c1olli]]></dc:creator><pubDate>Sat, 02 Jan 2021 16:08:40 GMT</pubDate></item><item><title><![CDATA[Reply to Extend table &#x2F; insert TD - please help on Sat, 02 Jan 2021 15:17:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/c1olli" aria-label="Profile: c1olli">@<bdi>c1olli</bdi></a> Not sure what exactly you are asking.</p>
]]></description><link>https://forum.magicmirror.builders/post/86592</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86592</guid><dc:creator><![CDATA[ashishtank]]></dc:creator><pubDate>Sat, 02 Jan 2021 15:17:57 GMT</pubDate></item><item><title><![CDATA[Reply to Extend table &#x2F; insert TD - please help on Sat, 02 Jan 2021 14:33:24 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible to tell me how it works with the table?<br />
In that case on the original code.</p>
]]></description><link>https://forum.magicmirror.builders/post/86583</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86583</guid><dc:creator><![CDATA[c1olli]]></dc:creator><pubDate>Sat, 02 Jan 2021 14:33:24 GMT</pubDate></item><item><title><![CDATA[Reply to Extend table &#x2F; insert TD - please help on Fri, 18 Dec 2020 16:50:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cetax" aria-label="Profile: Cetax">@<bdi>Cetax</bdi></a> Your pastebin is private so others can not access the code. you want to have your data as below ?</p>
<p dir="auto"><img src="/assets/uploads/files/1608310169575-aa50db42-32f9-4783-acf1-690aa137c42f-image.png" alt="aa50db42-32f9-4783-acf1-690aa137c42f-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/85846</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85846</guid><dc:creator><![CDATA[ashishtank]]></dc:creator><pubDate>Fri, 18 Dec 2020 16:50:04 GMT</pubDate></item><item><title><![CDATA[Reply to Extend table &#x2F; insert TD - please help on Fri, 18 Dec 2020 16:08:28 GMT]]></title><description><![CDATA[<p dir="auto">Hi Stefan,</p>
<p dir="auto">I have also since 1 Month the Fronius Inverter and installed the MMM-Fronius, but the text is bad to read. So I like to install your code, but I have no permission to open or download it.<br />
Can you help me?</p>
<p dir="auto">Greetings<br />
c1olli</p>
]]></description><link>https://forum.magicmirror.builders/post/85843</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85843</guid><dc:creator><![CDATA[c1olli]]></dc:creator><pubDate>Fri, 18 Dec 2020 16:08:28 GMT</pubDate></item></channel></rss>