MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. JüNi
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: maximumNumberOfDays not working

      finally got it working with

      		 {
      				module: "calendar",
      				header: "Abfallkalender",
      				position: "top_left",
      				config:
      					{
      						calendars: [
      							{
      									url: "https://calendar.google.com/calendar/ical/...group.calendar.google.com/private-.../basic.ics",
      	                                maximumNumberOfDays: 14,
      	                            	maximumEntries: 5,
      							},
      						],
      					},
      		},
      
      posted in Bug Hunt
      J
      JüNi
    • 1 / 1