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-CalendarExt3Agenda Split

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    9 Posts 3 Posters 991 Views 3 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.
    • S Offline
      svenpisa
      last edited by

      Hall together,

      the entry is not a mistake but rather a query about the module.

      I use the following two modules and am quite satisfied so far.

      https://github.com/MMRIZE/MMM-CalendarExt3Agenda
      https://github.com/MMRIZE/MMM-CalendarExt3/tree/main

      But now I would like to completely hide or remove the upper calendar area in MMM-CalendarExt3Agenda so that I really only have the agenda.
      In which file do I have to adjust which lines to display only the lower section?

      And while we’re at it…
      Do you have a link or a forum entry for me in which it is described for dummies how I can enter my calendar entries in such a nice color that the “Gelber Sack” with symbol is displayed in yellow?

      Many thanks in advance and best regards
      Sven

      M 1 Reply Last reply Reply Quote 0
      • M Offline
        MMRIZE @svenpisa
        last edited by

        @svenpisa
        1.
        5a095d34-36b2-40dd-afa6-b8550832431a-image.png

        1. Assign color into your calendar module config.
        {
        			module: "calendar",
        			header: "US Holidays",
        			position: "top_left",
        			config: {
        				calendars: [
        					{
        						color: "yellow",
        						symbol: "calendar-check",
        						url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
        					}
        				]
        			}
        		},
        
        S 1 Reply Last reply Reply Quote 0
        • S Offline
          svenpisa @MMRIZE
          last edited by

          @MMRIZE thanks a lot for your fast answer.

          Hiding worked really well. I could have figured it out myself. :-(

          I’ll have to read up on the color again. But I noticed that CalendarExt3 and Ext3Agenda as well as other modules have a dependency on “calendar”. Can you tell me how I can keep the module in Config.js but not display it so that the dependencies remain?
          Oh and sorry, with the color to Calendar I actually meant the colors of the calendar entries in your MMM modules Ext3.

          Have a nice evening
          Sven

          S M 2 Replies Last reply Reply Quote 0
          • S Offline
            sdetweil @svenpisa
            last edited by sdetweil

            @svenpisa all the Ext3 modules depend on the default calendar. but you can not show the default calendar output, by commenting out it’s position choice, by adding // to that line

            //position:

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 2 Replies Last reply Reply Quote 0
            • S Offline
              svenpisa @sdetweil
              last edited by

              @sdetweil great. Thanks a lot!!! That’s it. You can close the post. Because of the color i have to read some more posts i think. If i would find no solution i will make a new post. Thank you guys!!!

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

                @sdetweil sorry, one more question. If I comment out the position, I no longer have access to the URL from the calendar module and therefore no more entries in EXT3 and EXT3Agenda…

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

                  @svenpisa no. the calendar module reads the events and broadcasts them as notifications, and the Ext3 modules receive the notifications.

                  with position commented out on the default calendar module, only it’s output does not display

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

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

                    @sdetweil And now i found it.

                    hiddenOnStartup: "True",
                    

                    and everything is fine… ;-)

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      MMRIZE @svenpisa
                      last edited by

                      @svenpisa
                      https://github.com/MMRIZE/MMM-CalendarExt3/wiki/Examples-%26-Tips

                      1 Reply Last reply Reply Quote 0
                      • 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