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

    franekola

    @franekola

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

    franekola Unfollow Follow

    Latest posts made by franekola

    • No calendar !!

      Hello

      I want to used this module but when i config the file config.js ; i have no calendar on my screen. Please find bellow my config. Can you help me !! Thanks a lot

      {
      		module: "MMM-CalendarWeek",
      		position: "bottom_left",	// This can be any of the regions. Best results in bottom region.
      		config: {
      			showEndDate: true,
      			displayLocation: true,
      			displayDescription: true,
      
      			calendars: [
      			{
      			symbol: "calendar-check-o",
      			maximumNumberOfDays: 1,
      			url: 'xxx.ics',
      			
      			auth: {
      			    user: 'xxx@xx.com',
      			    pass: 'xxx',
      			    method: 'basic'
      				}
      			},
      				],
      			},
      		},
      
      
      posted in Troubleshooting
      F
      franekola