MagicMirror-Documentation
MagicMirror-Documentation copied to clipboard
This is the documentation repository for the MagicMirror² project.
Since they published a RC and v1 doesnt get any updates anymore, its time thinking of switching to v2. This PR is already feature-complete (google analytics and carbonads work) but...
Resolves MagicMirror issue https://github.com/MichMich/MagicMirror/issues/3252 Renames *development* to *module-development* and adds new directory *core-development* with some info.
On https://docs.magicmirror.builders/modules/weather.html, in the Configuration Options section, under 'UK Met Office (ukmetoffice) options', for the 'apiBase' config option, the 'possible value' displayed is not correct. The URL displayed starts with...
Now, develop branch is online So, let's change improve pages target to develop branch
see https://github.com/MichMich/MagicMirror/issues/3233
updating instructions on how to run MagicMirror in server only and client only mode. fixes [#3196](https://github.com/MagicMirrorOrg/MagicMirror/issues/3196)
you cannot do multi instance with the config.env file as the name is hard coded. the doc needs to restore the MM_ env vars approach (as well as the config.env...
In the original guide, adding the compliments to the MagicMirror/config/config.js file didn't override the default compliments. By adding them to the defaults file, it works
defaultSymbol links to https://fontawesome.io/icons/ which gives page not found error. Also, latest MM update (Apr '22) changes fa library version, possibly causing icons to no longer load. e.g., fa-calendar-check-o (fa...
I have created an MMM-Template module, with some explanation on how to use this. It will boost productivity as the basics are already there.