Read the statement by Michael Teeuw here.
Configuration help needed
-
Hello everyone I’m having problems with MM2 . I did the auto install on PI2
but I only can see the time and us holiday calendar . I novice to all this.I have no coding experience only from youtube lol.
How do I get every thing to work? witch coding file do I have to change? config , css , modules or the js or all them ? please help do one have a good example I can copy that I would not have to chage? -
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: