MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED calendar module align problem

    Troubleshooting
    2
    2
    108
    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
      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
        sdetweil @mutoges last edited by

        @mutoges can u show pic and highlight what mean

        Sam

        Create a working config
        How to add modules

        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