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.

    Problems with calendar module

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    1 Posts 1 Posters 846 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.
    • KalleK Offline
      Kalle
      last edited by

      Hi !
      Currently I am facing two problems with the calendar module.

      1. The number of entries isn’t limited, although I asked for max. 8 entries
      2. One google calendar isn’t shown, although there are 7 others that can be displayed.

      Is there anyone, who can tell me, what I did wrong ?

      The relevant parts of my config.js:

      	{
      		module: 'calendar',
      		header: 'Kalender der Familie xxx',
      		position: 'top_left',
      		config: {
      			getRelative: 0,
      			timeFormat: 'absolute',
      			dateFormat: 'ddd D.MMM HH:mm',
      			fullDayEventDateFormat: 'ddd D.MMM',
      			urgency: 3,
      			fade: false,
      			maximumEntries: 8,
      			calendars: [
      
      				{	// Kalle
      					symbol: 'bicycle',
      					url: 'webcal://calendar.google.com/calendar/ical/4q6xxxd3/basic.ics'									   
      				}
      				,{	// Familie xxx
      
      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