MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Calendar error ???

    Bug Hunt
    2
    5
    221
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Assassins
      Assassins last edited by Assassins

      Anyone know how to fix this little calendar bug.
      When you set it to a “Full Day Event” it sets the date to “Feb 7.”,
      but if you set it to a “time limit” it sets to “07 / 02/2022”

      I have already put this in config
      dateFormat: ‘DD / MM / YYYY’

      See the picture for more information.

      Regards Assassins

      kalendar.jpg

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @Assassins last edited by

        @assassins there is a full date format too… see the doc

        Sam

        Create a working config
        How to add modules

        Assassins 1 Reply Last reply Reply Quote 0
        • Assassins
          Assassins @sdetweil last edited by Assassins

          @sdetweil
          This is my config to it :
          module: ‘calendar’,
          header: “Kalender”,
          position: ‘bottom_left’,
          timeFormat: 24,
          config: {
          dateFormat: ‘DD/MM/YYYY’,
          colored: true,
          showLocation: true,
          maximumNumberOfDays: 90,
          maximumEntries: 7,
          calendars: [
          {
          symbol: ‘calendar’,
          url: ‘http://localhost:8080/modules/calendars/home.ics’,
          color: ‘#5bc0de’
          }
          ]
          }
          },

          Have i forget somthing to the format. ???

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @Assassins last edited by

            @assassins see
            https://docs.magicmirror.builders/modules/calendar.html#configuration-options
            Screenshot_20220116-082316_Chrome.jpg

            Sam

            Create a working config
            How to add modules

            Assassins 1 Reply Last reply Reply Quote 0
            • Assassins
              Assassins @sdetweil last edited by

              @sdetweil
              fullDayEventDateFormat:
              work now, thanks

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy