Read the statement by Michael Teeuw here.
Clock module not showing analog only digital
-
Hi
I reinstalled my mirror yesterday from scratch on a new memory card and I am not able to make it show the analog clock. No matter what I do in config.js, it shows a line with the date and the digital clock under. Clock module is the first module in config.js. My current config is this:
{ module: "clock", position: "top_right", displayType: "analog", showDate: "false", analogSize: "350px", analogFace: "face-012", },
If I change the position parameter, it moves to the new location and still showing the digital clock.
All other modules I use work as they should. Have anyone else experienced this?
Thanks.
-
@barmo all the settings u have for clock except position, need to be inside a config block
position:"top", config:{ .. .. .. },
also read and practice the content at the links in my signature below
-
@sdetweil Thank you. I have been staring me blind on this. For some reason I forgot to add the config { } from my old configuration. You made my day. Thank you again :-)