<?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[Real Time ECG]]></title><description><![CDATA[<p dir="auto">hey<br />
i want to make something with one  oximeter.<br />
i can plug him with gpio. i want to display real time graph like an ECG. if its not possible i can make that with python but i need tips for display window ECG on MM</p>
<p dir="auto">sorry for my english i hope you can understand.<br />
have a nice day !!</p>
<p dir="auto">i know its not true “ECG” :)</p>
]]></description><link>https://forum.magicmirror.builders/topic/8492/real-time-ecg</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 18:41:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8492.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 Jul 2018 11:14:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Real Time ECG on Wed, 08 Aug 2018 13:22:35 GMT]]></title><description><![CDATA[<p dir="auto">For anything involving a graph drawn from JS(ON) data, I can only recommend highcharts.</p>
<p dir="auto">It’s possible to display dynamic graphs from live data. Example: <a href="https://www.highcharts.com/stock/demo/dynamic-update/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.highcharts.com/stock/demo/dynamic-update/</a><br />
<a href="https://www.highcharts.com/docs/working-with-data/live-data" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.highcharts.com/docs/working-with-data/live-data</a></p>
<p dir="auto">Your python code could provide a JSON and the MM-module calls the JSON and prints the graph.</p>
<p dir="auto">I’ve used highcharts before but never dynamically like in the example above.<br />
Here’s an example where I used it in a module: <a href="https://github.com/TTigges/MMM-Oiltank/blob/master/MMM-Oiltank.js" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/TTigges/MMM-Oiltank/blob/master/MMM-Oiltank.js</a></p>
]]></description><link>https://forum.magicmirror.builders/post/43218</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43218</guid><dc:creator><![CDATA[doubleT]]></dc:creator><pubDate>Wed, 08 Aug 2018 13:22:35 GMT</pubDate></item><item><title><![CDATA[Reply to Real Time ECG on Tue, 31 Jul 2018 15:02:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jchenaud" aria-label="Profile: jchenaud">@<bdi>jchenaud</bdi></a></p>
<p dir="auto">If you get this figured out, I would be totally interested!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/42840</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42840</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Tue, 31 Jul 2018 15:02:33 GMT</pubDate></item></channel></rss>