Read the statement by Michael Teeuw here.
Configuration help needed
-
The onlything you have to modify is your config file (
~/MagicMirror/config/config.js
). Since you’re able to see the time and the calendar, you’ve already been able to create the config file. :thumbsup: -
how do I combine the codes so I can have a regular calendar and weather I already have a API
thanks for the help. -
@standby30 all those modules are already in the sample config which you duplicated.
Everything you need to know is in the documentation: https://github.com/MichMich/MagicMirror/tree/v2-beta
You need to have a bit of understanding of how to write javascript objects and arrays. (So the use of
{
,}
,[
and]
).If you’re having problems with your config file. Make sure to test it with a tool like http://jshint.com or http://jslint.com.
-
Thanks a lot! I really like the mirror, I like to try coding I been learning from process and elimination have 3 PI2 . Thanks Again
-
Honestly, in these cases it’s the best to find the solutions yourself using a lot of googling. Thats the best way to learn new things. :thumbsup: