Read the statement by Michael Teeuw here.
NOOB requesting some help...
-
@TaylorTech22 all config has to go into the same file as you put the api key
when you open that file and the only change was the api key, then you will find the clock module in there as well. If not you can add it manually
{ module: 'clock', position: 'top_right', config: { //config options go here } }
-
inside the modules dir there is a “default” dir. ;)
that is where they are all at.
-
in ‘MM’, configuration of all modules exists in just one file,
config/config.js
. You should put all the configs of modules into that file. -
@strawberry-3.141 I entered the API key into the weather module. Is there a different place to add it so it effects all modules?
-
@strawberry-3.141 so if I want to change timezone or any other config, I need to write my own script for that particular config and place it in the master config/config.js file. I think I get it now. Thank you. Now let’s just hope I don’t get too many errors.