MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mutoges
    3. Posts
    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 1
    • Groups 0

    Posts

    Recent Best Controversial
    • calendar module align problem

      Hi,

      My calendar module is not aligning correctly and I’m not sure why…

      Do you have any ideas?

      Config looks for all the same.

      {
      	module: "calendar",
      	header: "Termine",
      	position: "top_left",
      	config: {
              fade: false,
              showEnd: true,
              maximumEntries: "5",
              maximumNumberOfDays: "31",
      		calendars: [
                  {
                      symbol: "calendar",
                      url: "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxx/basic.ics"
                  }
      		]
      	},
      	classes: "always"
      },
      {
      	module: "calendar",
      	header: "Feiertage",
      	position: "top_left",
      	config: {
              fade: false,
              showEnd: true,
              maximumEntries: "5",
              maximumNumberOfDays: "31",
      		calendars: [
      			{
      				symbol: "calendar-check",
      				url: "https://calendar.google.com/calendar/ical/de.german%23holiday%40group.v.calendar.google.com/public/basic.ics"
                  }
      		]
      	},
      	classes: "always"
      },
      {
      	module: "calendar",
      	header: "Geburtstage",
      	position: "top_left",
      	config: {
              fade: false,
              showEnd: true,
              maximumEntries: "5",
              maximumNumberOfDays: "31",
              titleReplace: {'hat Geburtstag' : ''},
      		calendars: [
                  {
                      symbol: "birthday-cake",
                      url: "https://calendar.google.com/xxxxxxxxxxx/basic.ics"
                  }
      		]
      	},
      	classes: "always"
      }
      

      Thanks in advance.

      posted in Troubleshooting
      M
      mutoges
    • 1 / 1