• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Calendar error ???

Scheduled Pinned Locked Moved Bug Hunt
5 Posts 2 Posters 839 Views 2 Watching
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.
  • A Offline
    Assassins
    last edited by Assassins Jan 16, 2022, 2:18 PM Jan 16, 2022, 12:15 PM

    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 Jan 16, 2022, 2:12 PM Reply Quote 0
    • S Offline
      sdetweil @Assassins
      last edited by Jan 16, 2022, 2:12 PM

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

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      A 1 Reply Last reply Jan 16, 2022, 2:17 PM Reply Quote 0
      • A Offline
        Assassins @sdetweil
        last edited by Assassins Jan 16, 2022, 2:17 PM Jan 16, 2022, 2:17 PM

        @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 Jan 16, 2022, 2:27 PM Reply Quote 0
        • S Offline
          sdetweil @Assassins
          last edited by Jan 16, 2022, 2:27 PM

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

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          A 1 Reply Last reply Jan 16, 2022, 2:39 PM Reply Quote 0
          • A Offline
            Assassins @sdetweil
            last edited by Jan 16, 2022, 2:39 PM

            @sdetweil
            fullDayEventDateFormat:
            work now, thanks

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              4/5
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy