MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Matthes0815
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Groups 0

    Matthes0815

    @Matthes0815

    1
    Reputation
    634
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Matthes0815 Unfollow Follow

    Best posts made by Matthes0815

    • 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. ;)

      posted in Troubleshooting
      M
      Matthes0815

    Latest posts made by Matthes0815

    • RE: MMM-DWD-WarnWeather - Wetterwarnungen

      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…

      posted in Utilities
      M
      Matthes0815
    • 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:30

      var 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! :)

      posted in Troubleshooting
      M
      Matthes0815
    • 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?

      posted in Utilities
      M
      Matthes0815
    • 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:

      0_1479588125181_dwd2.jpg

      posted in Utilities
      M
      Matthes0815
    • 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.

      0_1479468868193_dwd.jpg

      posted in Utilities
      M
      Matthes0815
    • 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. ;)

      posted in Troubleshooting
      M
      Matthes0815
    • 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’

      posted in Bug Hunt
      M
      Matthes0815