<?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[Dynamically update html]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have created a departure board for public transportation, including real time updates to departure time within the module. The board is updated every 20s, by passing notifications from node_helper that updates the DOM thru getDom function. Challange is that i have a marquee element within my HTML that i dont would like to be reset every 20s, instead i would like that HTML element to be kind of static within the module.</p>
<p dir="auto">Is there any possibility of not refreshing the complete HTML, like using “updateDom” instead of “getDom” so that my marquee element is not reset?</p>
<p dir="auto">BR</p>
]]></description><link>https://forum.magicmirror.builders/topic/8894/dynamically-update-html</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 19:56:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8894.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Oct 2018 17:15:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dynamically update html on Wed, 10 Oct 2018 18:10:46 GMT]]></title><description><![CDATA[<p dir="auto">I resolved it by implementing a updateBoard function that checks if tables has been rendered and if just updates the innerHTML of that div. Was great to read ANOTHER WAY TO CONTROL OUTPUT in the beginners KB, <a href="https://forum.magicmirror.builders/topic/8534/head-first-developing-mm-module-for-extreme-beginners">https://forum.magicmirror.builders/topic/8534/head-first-developing-mm-module-for-extreme-beginners</a></p>
]]></description><link>https://forum.magicmirror.builders/post/45230</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45230</guid><dc:creator><![CDATA[bureus]]></dc:creator><pubDate>Wed, 10 Oct 2018 18:10:46 GMT</pubDate></item></channel></rss>