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 not aligning correctly

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    1 Posts 1 Posters 252 Views 1 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.
    • S Offline
      Schmaniel
      last edited by Schmaniel

      Hey,

      my calendar module is not aligning correctly and I’m not sure why…
      do you have any ideas?

      72c17efe-260a-4f85-9ac3-f0fb05d91357-grafik.png

      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"
      		},
      

      regards

      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