@ortizimo You’re welcome :)
In your config.js , you should have something like:
{
module: "clock",
position: "top_left", // This can be any of the regions.
config: {
// The config property is optional.
// See 'Configuration options' for more information.
}
}
If you change the “top_left” to “top_center” or “top_bar” then it should centralise it.
You can see the full configuration options at the link below:
https://docs.magicmirror.builders/modules/clock.html
For the size you can change the analogSize parameter for the analog face. I can’t see where to do it for the digital one, but it can probably be done via a custom css setting.
I’m not a great expert with css though, so someone else can maybe help there?