MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MMM-kludo
    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 1
    • Posts 8
    • Groups 0

    MMM-kludo

    @MMM-kludo

    0
    Reputation
    2
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    MMM-kludo Unfollow Follow

    Latest posts made by MMM-kludo

    • RE: Trouble with calendar.js

      @sdetweil I compared the two versions (current and spring 2020) with NotePadd++ Compare and found no significant differences in the default section. Of course, the newer version has additional fields due to functional enhancements (limitDays, hideTime, customEvents). See Screenshot

      Significant differences in the code can be seen in the middle of the code between lines 350 and 500. In this area the old version has additional lines which are not included in the current code. See Screenshot
      Due to lack of programming knowledge, I do not think that I have made changes in the code.

      posted in System
      M
      MMM-kludo
    • RE: Trouble with calendar.js

      @sdetweil I was wrong, it still does not work as before. I am always shown absolute times (e.g. Sunday, Monday, …) and no relative ones (e.g. Today, Tomorrow, …).

                      {
                              module: "calendar",
                              header: "Termine",
                              position: "top_left",
                              config: {
                                      timeFormat: "relative",
                                      getRelative: 48,
                                      nextDaysRelative: true,
                                      hideTime: true,
                                      calendars: [
                                              {
                                                      symbol: "calendar-check",
      
      posted in System
      M
      MMM-kludo
    • RE: Trouble with calendar.js

      @sdetweil When I do this, the appointments for the 2 next days are displayed as desired. Previously it was possible that all appointments were displayed in this form. This now seems to no longer work.

      Thanks again for your support, I had a wrong thinking due to my simpler previous version.

      posted in System
      M
      MMM-kludo
    • RE: Trouble with calendar.js

      @sdetweil Thank you for your help. I have changed the value as you recommended. According to my understanding, this setting is also the default value. However, my display has not changed.

      posted in System
      M
      MMM-kludo
    • RE: Trouble with calendar.js

      @sdetweil I have not changed anything, the exact text is:

                      {
                              module: "calendar",
                              header: "US Holidays",
                              position: "top_left",
                              config: {
                                      calendars: [
                                              {
                                                      symbol: "calendar-check",
                                                      url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
                                              }
                                      ]
                              }
                      },
      

      and on the mirror I see this:

      Christmas           Saturday at 00:00
      New Year's Day                Jan 1st
      

      but I would like, for example, this:

      Help me                        Today
      Christmas                   Tomorrow
      New Year's Day             in 5 Days
      
      posted in System
      M
      MMM-kludo
    • RE: Trouble with calendar.js

      @sdetweil Sorry, I must have misunderstood. For me, the behavior that no relative times are displayed already after the Installtion. Without that I have made changes in the configfile. Although the default setting is “relative”.
      All attempts on my part failed, except replacing the calendar.js.

      RaspOS version: more 5.10.63-v7l+
      Mirror version: “2.17.1”

      posted in System
      M
      MMM-kludo
    • RE: Trouble with calendar.js

      @sdetweil The URL works, the display of the timeFormat is incorrect!

      posted in System
      M
      MMM-kludo
    • Trouble with calendar.js

      Hi:

      After the update to the current version failed at the weekend, I have completely reinstalled my MagicMirror². This has also worked in principle. However, the calendar module now always shows me absolute timeFormat. This was not the case before and I cannot change it. The setting [timeFormat: “relative”] does not work. Even with the unedited config.js.sample this behavior shows up.
      I replaced the “calendar.js” with the previous version, so the display works as desired. Only I am not release able with it.

      Does anyone have an idea?

      posted in System
      M
      MMM-kludo