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.

    Help with calendar

    Scheduled Pinned Locked Moved Show your Mirror
    27 Posts 2 Posters 2.9k 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.
    • G Offline
      gerbenz
      last edited by

      Re: My family dashboard

      Who can help me?

      How can i scale the MMM-CalendarEXT3 to bigger one,
      And the weeks that past , hoe to remove from
      The calendar. I want only view 7 days.

      And is it possible to hide the original calendar.

      Sorry for questions but i’m newbie.

      S 1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @gerbenz
        last edited by

        @gerbenz hide the default calendar
        comment out its position setting on config.js

        // position: … whatever

        maybe you want week view instead of month view??

        mode:“week”, // instead of month
        weeksInView: 1

        size, that is all CSS (styling, which goes in MagicMirror/css/custom.css)

        the doc for Ext3 gives extensive info on css values…

        note the position you set it in also impacts its size…
        see this part of the module config for understanding the module positions
        https://docs.magicmirror.builders/modules/configuration.html#position

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        G 1 Reply Last reply Reply Quote 0
        • G Offline
          gerbenz @sdetweil
          last edited by

          @sdetweil ss

          @sdetweil said in Help with calendar:

          @gerbenz hide the default calendar
          comment out its position setting on config.js

          // position: … whatever

          maybe you want week view instead of month view??

          mode:“week”, // instead of month
          weeksInView: 1

          size, that is all CSS (styling, which goes in MagicMirror/css/custom.css)

          the doc for Ext3 gives extensive info on css values…

          note the position you set it in also impacts its size…
          see this part of the module config for understanding the module positions
          https://docs.magicmirror.builders/modules/configuration.html#position

          I hide the original calendar, butt then the MMM-CalendarEXT3 is empty.
          when i place back the original then its filled

          S 1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil @gerbenz
            last edited by

            @gerbenz is this the latest MM release 2 .30

            did you put on the fix?
            see https://forum.magicmirror.builders/topic/19282/version-2-30-0-calendar-fix-for-clipping-broadcast-events

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            G 1 Reply Last reply Reply Quote 0
            • G Offline
              gerbenz @sdetweil
              last edited by

              @sdetweil

              done,but not working. stays empty

              S 1 Reply Last reply Reply Quote 0
              • S Away
                sdetweil @gerbenz
                last edited by

                @gerbenz can you show me output of

                cd ~/MagicMirror 
                git branch
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                G 1 Reply Last reply Reply Quote 0
                • G Offline
                  gerbenz @sdetweil
                  last edited by

                  @sdetweil

                  • _fix_clipping
                    master
                  S 1 Reply Last reply Reply Quote 0
                  • S Away
                    sdetweil @gerbenz
                    last edited by

                    @gerbenz ok, can you show the output of starting MagicMirror

                    if you are using pm2 then
                    pm2 logs --lines=xxx
                    xxx is the number of most recent lines , default 15

                    you may need more
                    careful the cal broadcast message contains the full url so coukd expose personal info

                    is it broadcasting events ?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    G 1 Reply Last reply Reply Quote 0
                    • G Offline
                      gerbenz @sdetweil
                      last edited by

                      @sdetweil

                      only see events when i place orriginal callendar too,

                      then the addon works good.

                      wierd.

                      S 1 Reply Last reply Reply Quote 0
                      • S Away
                        sdetweil @gerbenz
                        last edited by sdetweil

                        @gerbenz no idea

                        can you show the calendar configuration
                        (xxx out the urls but don’ change anything else)

                        you ARE just commenting out the calendar position line, right??
                        mine looks like this

                              {
                                module: "calendar",
                                classes: "page1",
                                //position: "top_left",
                                order: "*",
                                index: 1,
                                label: "instance 1",
                                config: {
                                  broadcastPastEvents: true,
                                  fetchInterval: 120000,
                                  urgency: 0,
                                  dateFormat: "Do.MMM, HH:mm",
                                  fullDayEventDateFormat: "Do.MMM",
                                  getRelative: 0,
                                  hidePrivate: true,
                                  calendars: [
                        

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        G 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 1 / 3
                        • 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