Read the statement by Michael Teeuw here.

Posts
-
RE: Calendar Overflow Issue [solved]
@MechMatt: any news regarding the overflow. Is it solved?
-
[Enhancement] Translation system
I’ve just finished the translation system which now includes core translations files and a solid fallback mechanism. This way your modules can benefit from existing translations (in the core translations files).
All the translations used by the default modules are defined in the core translation files, making is easy to translate the core of the system. Of course, 3rd party modules should use their own translation files.
The translation files can be found in
/translations
. Pull request with new or improved translations are more than welcome!Note: although comments are officially not supported in JSON files, MagicMirror allows it by stripping the comments before parsing the JSON file. Comments in translation files could help other translators.
If you built your own module, and you run into translation strings from which the core system could benefit (generic texts), feel free to send a PR with updated translation files.
-
Electron 1.0 released.
Today, Electron 1.0 finally released. Since MagicMirror² is heavily relies on Electron, I thought it was worth sharing: http://electron.atom.io/blog/2016/05/11/electron-1-0
I did not have the time yet to test if MagicMirror² still works under 1.0, but my best guess is, it does.
-
RE: Voice/motion control
@Simon Hi Simon. Do you know if the google API is supported under Electron?
-
RE: Whitescreen after Reboot
@KirAsh4 Lol … those are modules that are modified by my auto correct… ;)
-
RE: Whitescreen after Reboot
Btw, thats weird. Since it has no config. it should only load the hello world module. Which doesn’t use Log. :-/
-
RE: Whitescreen after Reboot
There is something wrong with your installation. Since it can’t find your config file.
And, somehow you’re using a module that uses the Log.log function in a node_helper. Log.log is only available in the
frowneddefault modules.