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.

    calendar module align problem

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 270 Views 2 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.
    • M Offline
      mutoges
      last edited by

      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.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @mutoges
        last edited by

        @mutoges can u show pic and highlight what mean

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy