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

    Posts

    Recent Best Controversial
    • RE: Calendar date format

      @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'
      						      }
      				}						
      					
      					
      					
      			]
      		}
      	},
      
      posted in Troubleshooting
      M
      mrega
    • 1 / 1