Navigation

    MagicMirror Forum

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

    Calendar date format

    Troubleshooting
    3
    13
    227
    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.
    • G
      Gr1dL0ck @sdetweil last edited by

      @sdetweil

      mine doesn’t even display the default date as per this doc, I would copy a picture but it has a bunch of private appointments in there.

      Default value: MMM Do (e.g. Jan 18th)

      mine displays (for example)

      'appointment 03/10/2021

      M 1 Reply Last reply Reply Quote 0
      • M
        mrega @Gr1dL0ck last edited by mrega

        @gr1dl0ck

        Try this…

        {
        		module: "calendar",
        		header: "AR Holidays",
        		position: "top_left",
        		config: {
        			fade : false,
        			timeFormat : "absolute",
        	                fullDayEventDateFormat : "DD-MM-YYYY",		
        			calendars: [						
        				{
        				        symbol: "calendar-check",
        					    url: "https://calendar.google.com/sic.ics",
        						auth: {
        							user: '',
        							pass: '',
        							method: 'basic'
        						      }
        				}						
        					
        					
        					
        			]
        		}
        	},
        G 1 Reply Last reply Reply Quote 0
        • G
          Gr1dL0ck @mrega last edited by

          @mrega you were close

          fade : false,
          timeFormat : "absolute",
          dateFormat : "DD MMM",	
          
          

          that fixed it thank you !

          can you explain what the follow is 'Fade: false/ true ’ what does this refer to or alter?

          and what does the “absolute” refer back too ?

          1 Reply Last reply Reply Quote 0
          • 1
          • 2
          • 2 / 2
          • 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