• 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.

MMM-CalendarWeek

Scheduled Pinned Locked Moved Utilities
33 Posts 18 Posters 19.7k Views 18 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.
  • H Offline
    heskja Module Developer
    last edited by heskja Nov 5, 2018, 6:01 PM Nov 5, 2018, 6:00 PM

    Description:
    This calendar module for Magic Mirror² is functionally the same as the default calendar app, however its presentation is different as it uses week view. This module displays events from a public .ical calendar. It can combine multiple calendars.

    Screenshots:
    Screenshot

    Download:
    [card:heskja/MMM-CalendarWeek]

    Ideas wanted
    Please feel free to submit issues to the repository for new ideas, bugs, feature requests and so on!

    1 Reply Last reply Reply Quote 1
    • C Offline
      cptkex
      last edited by Nov 16, 2018, 10:25 AM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • L Offline
        lavolp3 Module Developer
        last edited by Nov 16, 2018, 10:59 AM

        Looks good!
        Since I’m currently working on the calendar module: What does your module do with multi-day events?

        How to troubleshoot modules
        MMM-soccer v2, MMM-AVStock

        H 1 Reply Last reply Nov 23, 2018, 7:52 PM Reply Quote 0
        • H Offline
          heskja Module Developer @lavolp3
          last edited by Nov 23, 2018, 7:52 PM

          @lavolp3 It does currently not support multi-day events very well. Had to do some testing as I saw your question, but ended up creating an issue on this one… :)

          H 1 Reply Last reply Nov 28, 2018, 7:55 PM Reply Quote 0
          • H Offline
            heskja Module Developer @heskja
            last edited by Nov 28, 2018, 7:55 PM

            Actually made an attempt to solve the multi day issue, hope it works :)

            1 Reply Last reply Reply Quote 0
            • C Offline
              Cattoo
              last edited by Dec 3, 2018, 2:27 PM

              Hi,
              I have set the config to
              maximumNumberOfDays: 7,
              showEndDate: true
              displayDescription: true

              But it aint taking it, what could be wrong?
              Only seeing the default values.

              Y 1 Reply Last reply Dec 4, 2018, 1:30 PM Reply Quote 0
              • Y Offline
                yawns Moderator @Cattoo
                last edited by Dec 4, 2018, 1:30 PM

                @cattoo said in MMM-CalendarWeek:

                Hi,
                I have set the config to
                maximumNumberOfDays: 7,
                showEndDate: true
                displayDescription: true

                But it aint taking it, what could be wrong?
                Only seeing the default values.

                Please post the entire MMM-CalendarWeek section of your config.js, just remove any personal details like links to your calendars. Maybe you added the config details in the wrong place?

                C 1 Reply Last reply Dec 4, 2018, 1:50 PM Reply Quote 0
                • C Offline
                  Cattoo @yawns
                  last edited by Dec 4, 2018, 1:50 PM

                  Here is the code

                  {
                  			module: "MMM-CalendarWeek",
                  			position: "bottom_bar",
                  			config: {
                  				calendars: [
                  					{
                  						symbol: "calendar-check-o",
                  						displayLocation: 'true',
                  						displayDescriptio: "true",
                  						maximumNumberOfDays: '5',
                  						showEndDate: "true",
                  						url: "************"
                  					}
                  				]
                  		}
                  		},
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • Y Offline
                    yawns Moderator
                    last edited by Dec 5, 2018, 8:22 AM

                    Okay, please try this.

                    {
                    	module: "MMM-CalendarWeek",
                    	position: "bottom_bar",
                    	config: {
                    		showEndDate: true,
                    		displayLocation: true,
                    		displayDescription: true,
                    		calendars: [
                    			{
                    				symbol: "calendar-check-o",
                    				maximumNumberOfDays: 5,
                    				url: "************"
                    			}
                    		]
                    	}
                    },
                    
                    C 1 Reply Last reply Dec 5, 2018, 10:29 AM Reply Quote 1
                    • C Offline
                      Cattoo @yawns
                      last edited by Dec 5, 2018, 10:29 AM

                      That did the trick, thanks a lot :)

                      @yawns said in MMM-CalendarWeek:

                      Okay, please try this.

                      {
                      	module: "MMM-CalendarWeek",
                      	position: "bottom_bar",
                      	config: {
                      		showEndDate: true,
                      		displayLocation: true,
                      		displayDescription: true,
                      		calendars: [
                      			{
                      				symbol: "calendar-check-o",
                      				maximumNumberOfDays: 5,
                      				url: "************"
                      			}
                      		]
                      	}
                      },
                      
                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      • 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