• 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 date format

Scheduled Pinned Locked Moved Troubleshooting
16 Posts 5 Posters 5.3k Views 5 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.
  • G Offline
    Gr1dL0ck @sdetweil
    last edited by Feb 19, 2021, 4:52 AM

    @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 Feb 20, 2021, 4:50 AM Reply Quote 0
    • M Offline
      mrega @Gr1dL0ck
      last edited by mrega Feb 20, 2021, 4:54 AM Feb 20, 2021, 4:50 AM

      @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 Feb 22, 2021, 9:05 AM Reply Quote 2
      • G Offline
        Gr1dL0ck @mrega
        last edited by Feb 22, 2021, 9:05 AM

        @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
        • P Offline
          pigeonshouse @sdetweil
          last edited by Jul 1, 2021, 6:08 PM

          @sdetweil along with the ‘block everyone who disagrees with me’ Wikipedia admins. I have come across people on linux forums who act like yourself over the past 25 years and usually, it implies someone doesn’t actually know the answer and simply dragging their feet/wasting everyones time because of it. I guess at least one saving grace is that there aren’t any getting people to compile libraries with debug symbols for ‘helpful’ people to dither over and never reply to.

          It’s tiring. If you don’t want to actually provide any assistance then why are you even replying? You could have helped and also made others like myself feel that the MM community is welcoming. On first impressions, I have seen this and it thought “you know what, why bother even looking here for assistance if the reps are going to be like this”.

          S 1 Reply Last reply Jul 1, 2021, 6:32 PM Reply Quote 0
          • S Away
            sdetweil @pigeonshouse
            last edited by Jul 1, 2021, 6:32 PM

            @pigeonshouse thank you for your criticism. sadly the user didn’t learn how to take care of his own system, but is dependent on others to tell him what to type/copy paste.

            I am a volunteer, here because I like to be. I am NOT a copy/paster type. I will make you work, and learn in the process.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            O 1 Reply Last reply Aug 29, 2021, 11:10 AM Reply Quote -2
            • O Offline
              OberfragGER @sdetweil
              last edited by Aug 29, 2021, 11:10 AM

              I just wrote the Question and before sending i found the “solution”.

              Today is the 29th August 2021
              Calendar now shows “29. August 2021” (“LL”)
              I just want to have “29. August”. Thats just

              dateFormat: 'D.MMMM',
              

              I`ll keep it here for others if they search for it too. Did´nt found that in the docu somehow.

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy