MagicMirror Forum

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

    mutoges

    @mutoges

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

    mutoges Unfollow Follow

    Latest posts made by mutoges

    • 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