Could you maybe remove the modules header or make it fully configurable or include an option to deactivate it?
Right now I can choose between “Wetterwarnungen” or “Wetterwarnungen: LineBreak Regionname”. The line break is annoying and I want to be able to set my own text.
Modules shouldn’t force a header…
Read the statement by Michael Teeuw here.
Posts made by Matthes0815
-
RE: MMM-DWD-WarnWeather - Wetterwarnungen
-
Calendar displays time in 12h format, was 24
Hey,
the calendar displays the time in 12 hour format since the last update. I didn’t change anything in the config and it worked before. Now it displays for example 04:30 where it should be 16:30var config = { port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], language: 'de', timeFormat: 24, units: 'metric', modules: [ { module: 'alert' }, { module: 'clock', position: 'top_left' }, { module: 'calendar', header: 'Termine', position: 'top_left', classes: 'bright', config: { maximumEntries: 10, maximumNumberOfDays: 7, calendars: [ { symbol: 'calendar-check-o ',
What do I have to change?
Thanks! :) -
RE: MMM-DWD-WarnWeather - Wetterwarnungen
It was the latest version when I took the photo. Sadly the weather here is nice and friendly, no warnings at the moment…
Where are the autumn storms when you need them? -
RE: MMM-DWD-WarnWeather - Wetterwarnungen
You’re welcome… take your time, it’s not really a problem.
Here now a photo of the indented warnings:
-
RE: MMM-DWD-WarnWeather - Wetterwarnungen
Hey,
nice work, great addition to my setup, thank you!
I currently have two problems.
When there are two notifications, the second one is indented (can’t make a screenshot right now, sorry).
And on Firefox (I usually open the mm on my pc, too) the symbols are really, really large: .sprite_sturm has a size of 256x256px, this could be a little bit smaller… I guess Firefox handles the css different, on the mirror they have the right size. -
RE: Calendar showing "in X day" wrongly
That’s almost what I posted in “Bug Hunt” (https://forum.magicmirror.builders/topic/915/today-on-november-1st-the-calendar-labels-a-birthday-on-october-31st-as-two-days-ago) a while ago.
It might be mathematically right, but intuitively it’s wrong.
I have a meeting on Saturday and one on Sunday, the one on Saturday is “in 4 days”, the one on Sunday is “in 6 days”.
That’s irritating.But your problem, @creepwood, might be different. Please check the date/time of your raspi. ;)
-
today on November 1st the calendar labels a birthday on October 31st as "two days ago"
well… The title says it all, I guess.
Settings:
language: ‘de’ (vor zwei Tagen) and ‘en’ (two days ago)
timeFormat: 24
units: ‘metric’