• 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.

MMM-MyCalendar

Scheduled Pinned Locked Moved Utilities
109 Posts 40 Posters 138.5k Views 38 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.
  • N Offline
    nagaculun
    last edited by Jan 20, 2019, 1:50 AM

    This post is deleted!
    1 Reply Last reply Reply Quote 0
    • G Offline
      ganget
      last edited by Jan 30, 2019, 8:14 PM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • F Offline
        Fonfon
        last edited by Mar 17, 2019, 3:55 PM

        is it possible to color text ?
        because when i you have a wallpaper sometimes text is not visible.

        thanks for your help

        J 1 Reply Last reply Mar 17, 2019, 7:23 PM Reply Quote 0
        • J Offline
          j.e.f.f Project Sponsor Module Developer @Fonfon
          last edited by Mar 17, 2019, 7:23 PM

          @Fonfon No, but you can add a background colour to the module to make the text stand out better. try something like this in your custom.css file:

          .MMM-MyCalendar .module-content {
            background-color: rgba(0,0,0,0.5);
          }
          

          The first three parameters 0,0,0 mean black, and the fourth parameter 0.5 is the level of transparency. Specify a decimal between 0 and 1, where 0 is fully transparent, and 1 is fully opaque.

          F 1 Reply Last reply Mar 18, 2019, 4:31 PM Reply Quote 1
          • F Offline
            Fonfon @j.e.f.f
            last edited by Mar 18, 2019, 4:31 PM

            @j-e-f-f said in MMM-MyCalendar:

            @Fonfon No, but you can add a background colour to the module to make the text stand out better. try something like this in your custom.css file:

            .MMM-MyCalendar .module-content {
              background-color: rgba(0,0,0,0.5);
            }
            

            The first three parameters 0,0,0 mean black, and the fourth parameter 0.5 is the level of transparency. Specify a decimal between 0 and 1, where 0 is fully transparent, and 1 is fully opaque.

            Thanks j.e.f.f for your help !

            1 Reply Last reply Reply Quote 0
            • C Offline
              charp07 @zzaidi148
              last edited by May 19, 2019, 6:55 AM

              @zzaidi148 @j-e-f-f

              I have this same issue and haven’t had any luck in resolving the issue. I even copied the recommended config from earlier in this forum. Is there something that I am missing?

              It will just say, “Loading…”

              0_1558248904989_MMMirror.PNG

              {
              			module: "MMM-MyCalendar",
              			position: "top_left",
              			classes: "default everyone",
              			header: "Upcoming",
              			disabled: false,
              			config: {
              				colored: true,
              				maximumNumberOfDays: 30,
              				maximumEntries: 5,
              				fade: false,
              				maxTitleLength: 500,
              				useRelativeDates: false,
              				dayOfWeekFormat: "dddd",
              				timeFormat: "h:mm A",
              				dateFormat: "MMMM D",
              				joiningWord: "at",
              				urgency: 1,
              				calendars: [
                        {
              					url: "https://calendar.google.com/calendar/ical path",
              					color: "#ffb350"
                        },
                        {
              					url: "https://calendar.google.com/calendar/ical path",
              					color: "#ff77d4"
                        }
                      ]
                    }
                  }
              
              C 1 Reply Last reply May 19, 2019, 6:02 PM Reply Quote 0
              • C Offline
                charp07 @charp07
                last edited by May 19, 2019, 6:02 PM

                @charp07 figured it out! Sorry!

                P 1 Reply Last reply Nov 21, 2020, 6:35 PM Reply Quote 0
                • B Offline
                  BRSQUIRRL @j.e.f.f
                  last edited by Aug 5, 2019, 4:18 PM

                  @j-e-f-f This feature (grouping by day) would be awesome! Have you had a chance to make any progress on this?

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rookiepilot
                    last edited by Nov 7, 2019, 5:17 AM

                    Did anybody’s MMM-MyCalendar module break after daylight savings (Sunday November 3rd)? Both my “MMM-MyCalendar” AND “MMM-CalendarExt2” modules are showing events on the wrong days now. The problem seems to only occur with reoccurring events; they usually show up one day earlier. Rebooting does not correct the issue. I hope someone can figure this out soon 😞

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      Clubjack @j.e.f.f
                      last edited by Jan 18, 2020, 3:49 PM

                      @j-e-f-f

                      Hey. I found your Module last days and i love it. Thanks for that.

                      One question.
                      I have one added calendar (holidays) that have a “description” in his calendar entry.
                      So the Modul Shows three lines.
                      First with the Titel (christmas),
                      Second with date (24 Dezember)
                      third with description (calovo.de).

                      Is it possible to hide the description?

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 7
                      • 8
                      • 9
                      • 10
                      • 11
                      • 11 / 11
                      • 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