Read the statement by Michael Teeuw here.
Clock format
-
deleted sam
-
@louise said in Clock format:
anything in the code I didn’t, except the 12 and imperial
then u changed something
NEVER edit the source files… ALL changes go thru config.js
the design is that things u specify in config.js override thing in the source code… so you NEVER have to touch the source file.
if you DON’T specify something, then the module default setting will be used…
(each module should document what that is… ) -
@louise again you are pasting the source code… and missed a step,
after the paste into the message here, SELECT the text AGAIN, and then push the code button
we want to see what settings are in config.js for clock, not clock.js
-
aaaaa
-
@louise I forgot to take out private stuff again
-
@louise nope, still don’t want to see the code
edit your ~/MagicMirror/config/config.js
find the section that says
module:"clock"
and copy from the line above that is
{
to the macthing line below
that is}
and paste THAT, and then select it all (ctrl a)
and then it the buttonplease read the two topics below in my signature…
-
@sdetweil This?
{ module: "clock", position: "top_left" },```
code_text
module: "clock", position: "top_left" },``` code_text
-
@louise hmm… still not sure what the problem is
select/copy from config.js
replay to message here
paste text
ctrl-a (select all)
(it will have my userid in the select of the reply )
press code block buttonI just did this and got
@louise { module: "clock", position: "top_left" },
-
@sdetweil Would it be easier if I just started over?
-
@louise said in Clock format:
Would it be easier if I just started over?
with what? ignore what is above