MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
What's the technology used in magic mirror
-
hallo, i’m want to know about technology was used in magic mirror, what the programing language, method programing and anything else about magic mirror
-
@aljosie see previous reply here
-
@sdetweil i’m sorry, i don’t see the answer about method of programing
-
@aljosie javascript
-
see the development guide
https://github.com/MichMich/MagicMirror/tree/master/modules
-
The Operating System is linux.
MagicMirror is just an application that runs on linux.
The application itself is electron, which It’s basically just a web browser.
So, when you look at your mirror, you are just looking at a webpage with a bunch of components.
Those components are written in JavaScript.