MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Cattoo
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 0

    Cattoo

    @Cattoo

    1
    Reputation
    223
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Cattoo Unfollow Follow

    Best posts made by Cattoo

    • RE: MMM-CalendarWeek

      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: "************"
      			}
      		]
      	}
      },
      
      posted in Utilities
      C
      Cattoo

    Latest posts made by Cattoo

    • RE: MMM-CalendarWeek

      How should i type in for multiple calendars?
      Have tried different things but its just ending up config error.

      posted in Utilities
      C
      Cattoo
    • RE: MMM-CalendarWeek

      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: "************"
      			}
      		]
      	}
      },
      
      posted in Utilities
      C
      Cattoo
    • RE: MMM-CalendarWeek

      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: "************"
      					}
      				]
      		}
      		},
      
      
      posted in Utilities
      C
      Cattoo
    • RE: 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.

      posted in Utilities
      C
      Cattoo