<?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[Possible to develope my idea of modules?]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I’m a total beginner regarding Raspberry Pi and module developement. However, I used to code a little bit at the university, however not in Javascript or Python. Though I’m willing to learn it.</p>
<p dir="auto">I want to build a magic mirror and I have two ideas for modules, which I want to integrate. However I’m not sure if they can be implemented.<br />
I’ve read that you can use the Pi as an server and display e.g. humidity on the server. Is is possible to do this backwards? I want to open the server on my computer or phone and write a sentence, which will be displayed on the mirror after I hit sent. Is this possible?<br />
Furthermore, I want to add a camera. This camera shall take photos and videos if I click on the corresponding button on the server and save it on a harddrive. Is this possible, too?</p>
<p dir="auto">I am not searching for somebody who does the coding for me, I’m just kindly asking for some advice.</p>
<p dir="auto">Thank you<br />
Ic3Cub3</p>
]]></description><link>https://forum.magicmirror.builders/topic/11268/possible-to-develope-my-idea-of-modules</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 20:54:51 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11268.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Oct 2019 16:22:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Possible to develope my idea of modules? on Thu, 03 Oct 2019 16:10:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ic3cub3" aria-label="Profile: Ic3Cub3">@<bdi>Ic3Cub3</bdi></a> <a href="https://github.com/MichMich/MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror</a></p>
]]></description><link>https://forum.magicmirror.builders/post/62081</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62081</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 03 Oct 2019 16:10:37 GMT</pubDate></item><item><title><![CDATA[Reply to Possible to develope my idea of modules? on Thu, 03 Oct 2019 16:09:14 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> thank you for your answer.<br />
I’d lie if I said I understood everything. Is there a documentaion or website where I can inform myself about everything?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/62080</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62080</guid><dc:creator><![CDATA[Ic3Cub3]]></dc:creator><pubDate>Thu, 03 Oct 2019 16:09:14 GMT</pubDate></item><item><title><![CDATA[Reply to Possible to develope my idea of modules? on Thu, 03 Oct 2019 16:00:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ic3cub3" aria-label="Profile: Ic3Cub3">@<bdi>Ic3Cub3</bdi></a> on the mirror surface</p>
<p dir="auto">for the input from some other device, you don’t even have to have it on the screen</p>
<p dir="auto">MMM-syslog  will take the api request  into the mirror ‘server’, and do something with it.<br />
(I don’t know that module)</p>
<p dir="auto">now, MagicMirror also runs remotely.</p>
<p dir="auto">so, if u have the mirror running, you can use your laptop or phone to connect to it and get the same page<br />
(with button or input field)</p>
]]></description><link>https://forum.magicmirror.builders/post/62077</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62077</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 03 Oct 2019 16:00:48 GMT</pubDate></item><item><title><![CDATA[Reply to Possible to develope my idea of modules? on Thu, 03 Oct 2019 15:57:55 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> sorry I dont have much experience with this stuff…<br />
If the mirror is the server, where do I put the information such as the input text field or the take-photo-button in order for it to get these information?</p>
]]></description><link>https://forum.magicmirror.builders/post/62076</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62076</guid><dc:creator><![CDATA[Ic3Cub3]]></dc:creator><pubDate>Thu, 03 Oct 2019 15:57:55 GMT</pubDate></item><item><title><![CDATA[Reply to Possible to develope my idea of modules? on Thu, 03 Oct 2019 15:21:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ic3cub3" aria-label="Profile: Ic3Cub3">@<bdi>Ic3Cub3</bdi></a> sorry, not sure what you are asking… typically the mirror IS the server</p>
<p dir="auto">and the modules get data from somewhere,</p>
<p dir="auto">each module does its own thing… see their instructions for configuration</p>
]]></description><link>https://forum.magicmirror.builders/post/62075</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62075</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 03 Oct 2019 15:21:02 GMT</pubDate></item><item><title><![CDATA[Reply to Possible to develope my idea of modules? on Thu, 03 Oct 2019 15:19:06 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your answers.</p>
<p dir="auto">Is there a documentation or website where I can read how to set up a server and how to tell my mirror to get data from it?</p>
]]></description><link>https://forum.magicmirror.builders/post/62074</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62074</guid><dc:creator><![CDATA[Ic3Cub3]]></dc:creator><pubDate>Thu, 03 Oct 2019 15:19:06 GMT</pubDate></item><item><title><![CDATA[Reply to Possible to develope my idea of modules? on Wed, 02 Oct 2019 17:08:22 GMT]]></title><description><![CDATA[<p dir="auto">MMM-syslog recieves and displays message that you send via http get.</p>
<p dir="auto">The camera module should be no problems either.</p>
]]></description><link>https://forum.magicmirror.builders/post/62030</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62030</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Wed, 02 Oct 2019 17:08:22 GMT</pubDate></item><item><title><![CDATA[Reply to Possible to develope my idea of modules? on Wed, 02 Oct 2019 16:31:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ic3cub3" aria-label="Profile: Ic3Cub3">@<bdi>Ic3Cub3</bdi></a> yes, both those things are possible…<br />
they may already be done…</p>
<p dir="auto">you can look here on the modules/showcase page<br />
<a href="https://forum.magicmirror.builders/category/7/showcase">https://forum.magicmirror.builders/category/7/showcase</a></p>
<p dir="auto">or in the 3rd party modules list<br />
<a href="https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules</a></p>
]]></description><link>https://forum.magicmirror.builders/post/62029</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62029</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 02 Oct 2019 16:31:00 GMT</pubDate></item></channel></rss>