Can I find the specific clock element somewhere or do I have to write it down?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
P
Latest posts made by piki
-
RE: custom.css ......body???
-
RE: custom.css ......body???
I changed the bold font in main.css, but in the clock it only changed the date and day to bold, the clock itself remained thin… where could the problem be?
-
RE: custom.css ......body???
so I have it now…the clock shows me in “sk” language but the weather in “en”…???
language: "sk", locale: "sk-SK", logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging timeFormat: 24, units: "metric", modules: [ { module: "clock", position: "bottom_left" }, { module: "weather", position: "bottom_right", config: { weatherProvider: "openmeteo", type: "current", lat: 48.7164, lon: 21.2611, units: "metric", showForecast: true, forecastLayout: "horizontal", showSun: true, lang: "sk",
-
RE: custom.css ......body???
thank you very much for all the advice so far…you have helped me a lot
-
RE: custom.css ......body???
if I would like to move the clock or the weather more towards the center from the edge, do I have to write it in config.js? is that so
-
RE: custom.css ......body???
great, and if I want “Bolt” bold text instead of thin?
-
RE: custom.css ......body???
I put the sku.jpg file in the config directory…and it works…thank you very much
one more question, how do I change the color of the clock and weather module to black?