Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    No calendar !!

    Troubleshooting
    4
    4
    34
    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.
    • F
      franekola last edited by lavolp3

      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'
      				}
      			},
      				],
      			},
      		},
      
      
      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @franekola last edited by

        @franekola where is xxx.ics located?
        typically u put the whole url there for mm to download the calendar
        https://google.com/…

        1 Reply Last reply Reply Quote 0
        • bhepler
          bhepler Project Sponsor last edited by

          In the future, please post requests for help in the Troubleshooting section of the forum.

          lavolp3 1 Reply Last reply Reply Quote 0
          • lavolp3
            lavolp3 Module Developer @bhepler last edited by

            @bhepler said in No calendar !!:

            In the future, please post requests for help in the Troubleshooting section of the forum.

            moved

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