A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
How to start?
-
@antonia If you want it to work similar to MagicMirror then you will build a web page.
There you will render the modules.
To update the modules you can ask the server for updates (ajax, long-polling) or you use websockets to get updates on the fly.
On the server you need to get the data for the modules which can be rendered on the webpage.
-
@strawberry-3.141 thanks! I will follow the steps you suggested. I will try to do it with a simple hello world module and then build up.
-
@antonia would be interesting to see your progress, will you publish it to github?
-
@strawberry-3.141 I guess, depends on my progress :D I will keep you posted! :slight_smile:
-
@antonia thats what git is for a version control system for all changes