@RHAN68 Hello Rhan, you need to tackle your questions one by one because the whole system is complex and not intuitive. You should have some javascript and css knowledge or at least the interest to develop some.
To your questions:
the clock displays the time including seconds with am /pm. I do not want to see the seconds
There’s a new documentation wiht all the basic info you need here
https://docs.magicmirror.builders/
It’s well worth to spend some time with this documentation.
You’ll find descriptions of the default modules and 3rd party modules.
You’ll also find this exact option in the clock module. It is described here:
https://docs.magicmirror.builders/modules/clock.html
, and I want to adjust the font of the am/pm
That would need some css.
You can create a custom.css in the css folder. There you can define styles that overwrite the usual ones.
CSS knowledge needed!
For any of your questions, I’m sure you will find something on this forum.