<?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[How to start?]]></title><description><![CDATA[<p dir="auto">Greetings everyone!<br />
I’m a student and I want to develop the software for a smart mirror on my own for a project. I have looked through different open source projects, but I like the architecture of this one the most - it’s amazing, really! :slight_smile:<br />
I’ve read so many tutorials about the different libraries that are used and I tried to write the code, but I always mess it up. I don’t understand how to start the whole project - what should I do first? Then, how do I continue? What is the best approach?<br />
Thank you in advance! :smiley_cat:</p>
]]></description><link>https://forum.magicmirror.builders/topic/2235/how-to-start</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 05:27:24 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2235.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Apr 2017 07:18:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to start? on Wed, 05 Apr 2017 21:20:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antonia" aria-label="Profile: antonia">@<bdi>antonia</bdi></a> thats what git is for a version control system for all changes</p>
]]></description><link>https://forum.magicmirror.builders/post/19091</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19091</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 05 Apr 2017 21:20:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to start? on Wed, 05 Apr 2017 21:15:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/strawberry-3.141" aria-label="Profile: strawberry-3.141">@<bdi>strawberry-3.141</bdi></a> I guess, depends on my progress :D I will keep you posted! :slight_smile:</p>
]]></description><link>https://forum.magicmirror.builders/post/19090</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19090</guid><dc:creator><![CDATA[antonia]]></dc:creator><pubDate>Wed, 05 Apr 2017 21:15:16 GMT</pubDate></item><item><title><![CDATA[Reply to How to start? on Wed, 05 Apr 2017 21:07:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antonia" aria-label="Profile: antonia">@<bdi>antonia</bdi></a> would be interesting to see your progress, will you publish it to github?</p>
]]></description><link>https://forum.magicmirror.builders/post/19084</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19084</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 05 Apr 2017 21:07:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to start? on Wed, 05 Apr 2017 21:06:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/strawberry-3.141" aria-label="Profile: strawberry-3.141">@<bdi>strawberry-3.141</bdi></a> thanks! I will follow the steps you suggested. I will try to do it with a simple hello world module and then build up.</p>
]]></description><link>https://forum.magicmirror.builders/post/19082</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19082</guid><dc:creator><![CDATA[antonia]]></dc:creator><pubDate>Wed, 05 Apr 2017 21:06:48 GMT</pubDate></item><item><title><![CDATA[Reply to How to start? on Wed, 05 Apr 2017 21:01:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antonia" aria-label="Profile: antonia">@<bdi>antonia</bdi></a> If you want it to work similar to MagicMirror then you will build a web page.</p>
<p dir="auto">There you will render the modules.</p>
<p dir="auto">To update the modules you can ask the server for updates (ajax, long-polling) or you use websockets to get updates on the fly.</p>
<p dir="auto">On the server you need to get the data for the modules which can be rendered on the webpage.</p>
]]></description><link>https://forum.magicmirror.builders/post/19078</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19078</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 05 Apr 2017 21:01:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to start? on Wed, 05 Apr 2017 20:54:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/strawberry-3.141" aria-label="Profile: strawberry-3.141">@<bdi>strawberry-3.141</bdi></a> I was thinking more of creating everything from scratch - like express server and all… I’ve taken javascript courses, I’m not pro but I know how it works and I understand how to develop the modules.<br />
However, creating the whole system from 0 seems difficult :/</p>
]]></description><link>https://forum.magicmirror.builders/post/19077</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19077</guid><dc:creator><![CDATA[antonia]]></dc:creator><pubDate>Wed, 05 Apr 2017 20:54:40 GMT</pubDate></item><item><title><![CDATA[Reply to How to start? on Wed, 05 Apr 2017 18:46:47 GMT]]></title><description><![CDATA[<p dir="auto">I would get the basic MM software up and running, then configure it to what you want to see, then maybe create your own module.</p>
]]></description><link>https://forum.magicmirror.builders/post/19049</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19049</guid><dc:creator><![CDATA[hartattack]]></dc:creator><pubDate>Wed, 05 Apr 2017 18:46:47 GMT</pubDate></item><item><title><![CDATA[Reply to How to start? on Wed, 05 Apr 2017 08:40:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antonia" aria-label="Profile: antonia">@<bdi>antonia</bdi></a> It depends on what you want to achieve. So first of all knowledge about javascript is a huge benefit, as the core and modules are developed with this language.</p>
<p dir="auto">If you want to develop some modules you should check out the development guide here <a href="https://github.com/fewieden/MagicMirror/tree/master/modules" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/fewieden/MagicMirror/tree/master/modules</a></p>
]]></description><link>https://forum.magicmirror.builders/post/18980</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/18980</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 05 Apr 2017 08:40:13 GMT</pubDate></item></channel></rss>