• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Calendar and events

Scheduled Pinned Locked Moved Solved Troubleshooting
5 Posts 2 Posters 634 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.
  • M Offline
    Michelle.H2020
    last edited by Nov 7, 2023, 10:13 PM

    https://share.icloud.com/photos/03d7Fiuz0DQjSz_lOhkPo6iAg

    Im using calendar module and mmm-cal3

    I think I am somewhat content with my board except for two issues I have is my list calendar is showing months ahead into January how do I only show this months events?

    Also in the lower calendar board is there a way for the text inside the calendar cells to be written even if it goes outside of that date cell?

    Please help! I’m ready to hook this up to the wall 😹

    S 1 Reply Last reply Nov 7, 2023, 10:42 PM Reply Quote 0
    • M Offline
      Michelle.H2020
      last edited by Nov 7, 2023, 11:21 PM

      actually I didn’t realize it cant all be lowercase that part worked! Thanks! Now I just need to figure out my calendar down below to show more of the event.

      1 Reply Last reply Reply Quote 1
      • S Offline
        sdetweil @Michelle.H2020
        last edited by Nov 7, 2023, 10:42 PM

        @Michelle-H2020

        maximum number of days?

        Screenshot_20231107_164114_Chrome.jpg

        you can post images here, third icon from the right in message editor

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Nov 7, 2023, 11:16 PM Reply Quote 0
        • M Offline
          Michelle.H2020 @sdetweil
          last edited by Nov 7, 2023, 11:16 PM

          @sdetweil I put it in multiple places but nothing is changing?

          {
          			module: "calendar",
          			header: "D and M floors",
          			position: "middle",
          
          			
          			config: {
          				broadcastPastEvents: true,
          maxTitleLength: 50,
          maximumnumberofdays: 1,
          
          
          fade: false,
          				calendars: [
          
          
          {
          
                  					name: "holiday",
          						symbol: "heart",
          maximumnumberofdays: 1,
          						fetchInterval: 7 * 24 * 60 * 60 * 1000,
          		url: "https://calendar.google.com/calendarXXXXXXXXcom/public/basic.ics",
          },
          
          
          {
          name: "FAMILY",
          fetchInterval: 7 * 24 * 60 * 60 * 1000,
          						symbol: "plane",
          						url: "https://calendar.google.com/calendar/ical/99535XXXXXXXXar.google.com/public/basic.ics",
          					},
          				]
          			}
          		},
          
          S 1 Reply Last reply Nov 7, 2023, 11:35 PM Reply Quote 1
          • M Offline
            Michelle.H2020
            last edited by Nov 7, 2023, 11:21 PM

            actually I didn’t realize it cant all be lowercase that part worked! Thanks! Now I just need to figure out my calendar down below to show more of the event.

            1 Reply Last reply Reply Quote 1
            • S Offline
              sdetweil @Michelle.H2020
              last edited by sdetweil Nov 7, 2023, 11:37 PM Nov 7, 2023, 11:35 PM

              @Michelle-H2020 it’s a global value so it goes above the calendars list

              for calendar and weather the top set of configuration options apply to all .

              then the bottom applies to the either the individual calendars or the individual weather provider settings

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              1 / 1
              • First post
                1/5
                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