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

    sander023

    @sander023

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

    sander023 Unfollow Follow

    Latest posts made by sander023

    • Date in the calendar module is in the wrong format. MM/DD/YY instead of DD/MM/YY

      Hi,

      The calendar module displays the date of my calendar entries as MM/DD/YY but I want to change it into DD/MM/YY or anything used in europe.

      Things I tried:

      • I looked at the documentation (https://docs.magicmirror.builders/modules/calendar.html) and read https://momentjs.com/docs/#/parsing/string-format/.

      • In the config.js I tried the following code but it does not seem to change anything:

      config:{
          dateFormat: "DD MM YY",
          calendars: [
      
      • I also tried:
      config:{
          fullDayEventDateFormat: "DD MM YY",
          calendars: [
      

      Is there something I’m missing because I cannot figure out how to get it working.

      Thanks in advance for the help!

      Date.jpg

      posted in Troubleshooting
      S
      sander023