Read the statement by Michael Teeuw here.
custom.css ......body???
-
can be changed language in openmeteo weather?
-
@piki not separately from the mm language setting, which is set up at the top, before the modules:[] list
-
I don’t understand
-
@piki you can set the language for MagicMirror in config.js
var config = { address: "0.0.0.0", port: 8090, basePath: "/", language: "en", <----- here serverOnly: "local", locale: "en-US", <--- and here modules: [ <---- after here is module configuration -
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", -
@piki right… there are two problems
- it should follow the system config - but doesn’t
- user should be able to override that - but can’t
-
is it not possible?
-
@piki today, no
-
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?
-
@piki need more CSS work… every little element needs style… most do NOT inherit from their parent, or their particular thing doesn’t have the same style in effect…
-
Can I find the specific clock element somewhere or do I have to write it down?
-
@piki sorry, I don’t know… I use the developers window when I need to fiddle with css
-
.clock .time {
font-size: 150px;
color: yellow;
}
.clock .date {
font-size: 40px;
color: red;
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login