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

    nmacd

    @nmacd

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

    nmacd Unfollow Follow

    Latest posts made by nmacd

    • RE: MMM-CalendarExt3

      @nmacd My bad just found it, the default calendar had the limit, all set thanks again

      posted in Utilities
      N
      nmacd
    • RE: MMM-CalendarExt3

      @MMRIZE Thank you all for your help! I got fresh copies of everything and was more careful when making changes, it now works which is great. The new issue I am having is it’s only displaying 11 appointments, 10 Google calendar and 1 US Holiday. When I delete an event the next one later down the calendar shows up. Is there a setting to set the max entries or something to that nature?

      posted in Utilities
      N
      nmacd
    • RE: MMM-CalendarExt3

      @MMRIZE
      So i got rid of all the events and only left the one for the “test” on 8/28 and the results are the same. Nothing is showing up in the actual calendar.
      I will keep working on it, my guess is I am missing something simple.

      posted in Utilities
      N
      nmacd
    • RE: MMM-CalendarExt3

      @MMRIZE
      {
      module: “calendar”,
      position: “top_center”,
      config: {
      broadcastPastEvents: true, // <= IMPORTANT to see past events
      calendars: [
      {
      url: “https://calendar.google.com/calendar/”,
      name: “Calendar”, // <= RECOMMENDED to assign name
      color: “red” // <= RECOMMENDED to assign color
      },

      						]
      		}
      	},
      	{
      		module: "MMM-CalendarExt3",
      		position: "bottom_center",
      		title: "",
      		config: {
      			mode: "month",
      			instanceId: "basicCalendar",
      			locale: 'en-US',
      			maxEventLines: 5,
      			firstDayOfWeek: 1,
      			calendars: ['https://calendar.google.com/'] - 
      	}
      	},
      	{
      

      I have my calendar string in there from google I just deleted the identifier.

      IMG_7385 (1).jpg

      As you can see the calendar event test is showing top center, but is not on the calendar.
      I like the current view just would like the calendar to populate.

      Also in my config file everything is lined up just didn’t transfer well.

      Thanks again for your patience

      posted in Utilities
      N
      nmacd
    • RE: MMM-CalendarExt3

      I am very new to this so I apologize if this is a dumb question. I love the layout here, but I am having an issue getting the weekly calendar to populate. I have the default calendar and its working, but what I am trying to do is to have my google account show up in the weekly.
      Thanks, and again I am sorry if this is simple. Any help would be appreciated.

      posted in Utilities
      N
      nmacd