Read the statement by Michael Teeuw here.
Help customising my mirror
-
@Mykle1 Hi there, thanks for the time you took to reply.
I did as you have written in your own instructions and when I try to configure my mirror through the read me file, it still won’t work. I am not sure what is happening. I am trying to start off by adding an analog clock instead of digital but it will not let me for the life of me. The trouble is that I know that I can change the file and make it work because I can tried changing the clock to sit on the right side instead of the left and it works.
I am a noob but this is really frustrating me. Thanks for helping.
-
Then please post the content of your config.js file, however please remove passwords, private calendar links and apikeys
-
@PhilsterM9 said in Help customising my mirror:
The trouble is that I know that I can change the file and make it work because I can tried changing the clock to sit on the right side instead of the left and it works.
The simplest answer would be to add this under “position” in the clock section of your config.js file. It should look like this now:
module: ‘clock’,
position: ‘top_left’
displayType: “digital”, // options: digital, analog, bothChange the displayType to “analog” “digital” or “both”
Save your config.js file and restart MM -
@Mykle1 that answer is not correct, module config options have to be in the object config
module: 'clock', position: 'top_left', config: { displayType: 'digital' }
-
@strawberry-3.141 said in Help customising my mirror:
@Mykle1 that answer is not correct, module config options have to be in the object config
Yup, you’re right. In my haste to answer, because I was pressed for time this morning, I mistakenly omitted that. My bad. Thanks for catching that.