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.

    mmm-calendarEXT3 multiple questions

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 129 Views 2 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.
    • R Offline
      redux703
      last edited by

      Hello,

      I am new to the magic mirror scene, and am struggeling with the code for the mmm-CalendarExt3.
      The code runs when i start the magic mirror application, but google agenda doesn’t load in it (even when its on for a while ~5min)

      And in the beginning of each week is “CW 1” now I’ve read that it is current week. But how can i change it so it shows the real current week? And change the “CW” to something else?

      This it the snippet of my code:

      {
        module: "MMM-CalendarExt3",
        position: "bottom_bar",
        title: "",
        config: 	{
      	broadcastPastEvents: true, // <= IMPORTANT to see past events
          mode: "week",
          instanceId: "basicCalendar",
          locale: 'nl-NL',
          maxEventLines: 5,
          firstDayOfWeek: 1,
          calendars: {
              url: "https://calendar.google.com/calendar/ical/private/private-code/basic.ics",
              name: "Name", // <= RECOMMENDED to assign name
              color: "Red" // <= RECOMMENDED to assign color
      		}
      			}
      
      },
      

      Thanks in advance!

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @redux703
        last edited by

        @redux703 see this post

        https://forum.magicmirror.builders/post/127508

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        R 1 Reply Last reply Reply Quote 1
        • R Offline
          redux703 @sdetweil
          last edited by

          @sdetweil Thanks! This worked like a charm. Also had to add to normal calendar module

          1 Reply Last reply Reply Quote 1
          • R redux703 has marked this topic as solved on
          • 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