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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt2 vertical orientation positioning

      @sdetweil ahh ok let me try the ext3 I had only used this one because of a youtube video that I was following, and a calander that finally actually worked for me as the others were not showing up on the screen.

      posted in Troubleshooting
      M
      Michelle.H2020
    • RE: MMM-CalendarExt2 vertical orientation positioning

      @sdetweil

      {
        module: 'MMM-CalendarExt2',
      position:.......  //<-----  mm position missing.
        config: {
          calendars : [
            {
              url: "https://calendar.google.com/calendar/XXXXXXCXXXbasic.ics",
              
            },
      {
        url: "https://calendar.google.com/calendarXXXXXXXXXXXXbasic.ics",
        name: "michelles",
        maxItems: 20,
        scanInterval: 1000*60*30,
        beforeDays: 60,
        afterDays: 365,
        maxIterations: 100,
        forceLocalTZ: false,
        replaceTitle:[],
        icon: "noto-beach-with-umbrella",
        className: "michelle",
       
        filter: (event)=>{return true}
      }
          ],
          views: [
            {
              mode: "week",
            },
      
      {
        name: "halfscreen view",
        mode: "weekly",
        position: "halfscreen_below",
        title: "My Schedule",
        fromNow: -1,
        slotCount: 4,
        slotMaxHeight: "60px",
        showWeekends: true,
      },
      {
        name: "VIEW1",
        mode: "daily",
        title: "My Schedule",
        position: "top_left",
      },
          ],
          scenes: [
            {
              name: "DEFAULT",
            },
          ],
        },
      
      posted in Troubleshooting
      M
      Michelle.H2020
    • RE: MMM-CalendarExt2 vertical orientation positioning

      @sdetweil

      https://share.icloud.com/photos/0f6Xo23_KyxA9_avmzoTSWAOQ

      This is my setup it is taking up the whole screen when I use bottom half I want it on the lower portion condensed .

      posted in Troubleshooting
      M
      Michelle.H2020
    • MMM-CalendarExt2 vertical orientation positioning

      I am using MMM-Calendar ext 2 and a vertical orientation is there a way to make the calender on the lower half of the screen? Anyone have pictures of vertical orientation set up with configurations? Thanks!

      posted in Troubleshooting
      M
      Michelle.H2020
    • 1
    • 2
    • 2 / 2