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

sg437

@sg437

0
Reputation
1
Profile views
2
Posts
0
Followers
0
Following
Joined Oct 1, 2021, 3:15 AM
Last Online Oct 28, 2021, 4:08 AM

sg437 Unfollow Follow

Latest posts made by sg437

  • MMM-CalendarExt2 not showing on magicmirror

    I am unable to get my MMM-CalendarExt2 to show on the magic mirror. I am not sure what I am doing wrong here, but have been working on this for a few weeks now. Would really appreciate some help as I am not sure what is going wrong

    module: 'MMM-CalendarExt2',
    	config: {
    		calendars: [
    		  {
    			  url: "https://calendar.google.com/calendar/ical/XXXXXX%40gmail.com/private-XXXXXX/basic.ics",
    			  name: "personal"
    		  }
    		],
    		views: [
    		  {
    			mode: "monthly",
    			name: "personal",	
    			position: "middle-center",
    			calendars: ['personal']
    		  }
    		],
    		scenes: [
    		  {
    			name: "DEFAULT",
    			views: ["personal"]
    		  }
    		],
    	},
    },
    posted in Troubleshooting calendar mmm-calendarext2 calendarext2 css trouble not showing module
    S
    sg437
    Oct 20, 2021, 3:36 AM
  • MMM-CalendarExt2 freezing MagicMirror

    I am unable to get the MMM-CalendarExt2 module to work. I have looked at some old posts, but everytime I use it, it causes my magicMirror to freeze within ~15 seconds. My config is below and any help would be greatly appreciated!!

    module: 'MMM-CalendarExt2',
    config: {
    	firstDrawingDelay: 10,
    	calendars : [
    	  {
    		url: "https://calendar.google.com/calendar/ical/******gmail.com/private-*************/basic.ics",
    		name:'personal'
    	  },
    	],
    	views: [
    	  {
    		name: "Default",
    		mode: "upcoming",
    		position:"lower_third",
    		calendars: ['personal']
    	  },
    	],
    	scenes: [
    	  {
    		name: "DEFAULT",
    		views:[],
    	  },
    	],
    },
    ``
    posted in Troubleshooting mmm-calendarext2 freeze slow calendar
    S
    sg437
    Oct 1, 2021, 3:27 AM
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