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-CalendarExt2

    Scheduled Pinned Locked Moved Utilities
    486 Posts 83 Posters 943.0k Views 83 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
      sdetweil @ccr41981
      last edited by

      @ccr41981 no idea

      2 things

      1 look for messages where you start MM
      npm start

      2, open the developers window, mm screen, ctrl-shift-i, select the tab labeled ‘console’ and then put a unique part of the module name in the filter field (ext for example)

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Reply Quote 1
      • C Offline
        ccr41981 @sdetweil
        last edited by

        @sdetweil Yikes, ok, I’ll figure out what all that means.

        I’ve only been running it in server mode, since I haven’t been able to resolve the Display error to make it run as it’s own instance. I’ll try and resolve that and do these steps.

        C S 2 Replies Last reply Reply Quote 0
        • C Offline
          ccr41981 @ccr41981
          last edited by

          @ccr41981 said in MMM-CalendarExt2:

          @sdetweil Yikes, ok, I’ll figure out what all that means.

          I’ve only been running it in server mode, since I haven’t been able to resolve the Display error to make it run as it’s own instance. I’ll try and resolve that and do these steps.

          AS YOU WERE. For some unknown reason, the calendar just popped up

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

            @ccr41981 display error

            https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7-10/226?_=1642092517613

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            C 1 Reply Last reply Reply Quote 1
            • C Offline
              ccr41981 @sdetweil
              last edited by

              @sdetweil I’ve been through those posts about the display error, but i will go back and try to troubleshoot again.

              However, the calendar did just pop up, so now I can go tinker with the look and set up my interface. Thanks for your help.

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

                @ccr41981 said in MMM-CalendarExt2:

                I’ve been through those posts about the display error,

                note that on node 16 the format of the correction has changed from prior posts

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                C 1 Reply Last reply Reply Quote 1
                • C Offline
                  ccr41981 @sdetweil
                  last edited by

                  @sdetweil Gotcha! Thanks again

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    ccr41981 @sdetweil
                    last edited by

                    @sdetweil said in MMM-CalendarExt2:

                    @ccr41981 you’ve read the config doc?

                    https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/blob/master/docs/Configuration.md

                    use the example, and your url .

                    also, this module suffers from a missing library ( that was removed from the base a couple releases back )

                    in the module folder (MagicMirror/modules/MMM-CalendarExt2) do

                    npm install request --save
                    

                    Works great now! Thanks for your help

                    2031185f-2083-4745-86cd-5f41a651f436-image.png

                    C 1 Reply Last reply Reply Quote 0
                    • C Offline
                      ccr41981 @ccr41981
                      last edited by

                      @ccr41981 said in MMM-CalendarExt2:

                      @sdetweil

                      @sdetweil One last question; would you know why CalendarExt2 doesn’t show up on the remote module? Not that I’d ever turn it off, just curious.

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

                        @ccr41981 on the remote?

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        C 1 Reply Last reply Reply Quote 0
                        • C Offline
                          ccr41981 @sdetweil
                          last edited by

                          @sdetweil MMM-Remote-Control, that allows you to display or hide modules?

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

                            @ccr41981 sorry, no idea

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            C 1 Reply Last reply Reply Quote 0
                            • C Offline
                              ccr41981 @sdetweil
                              last edited by

                              @sdetweil Ok, thanks. Just curious.

                              1 Reply Last reply Reply Quote 0
                              • BKeyportB Offline
                                BKeyport Module Developer @ccr41981
                                last edited by

                                @ccr41981 it’s likely because how CX2 generates it’s positions. In short, it’s working AROUND the built in position system and kinda builds it own.

                                The "E" in "Javascript" stands for "Easy"

                                1 Reply Last reply Reply Quote 1
                                • N Offline
                                  noone
                                  last edited by

                                  after installing this modular i get the following error.
                                  pi@raspberrypi:~ $ npm run start
                                  npm ERR! code ENOENT
                                  npm ERR! syscall open
                                  npm ERR! path /home/pi/package.json
                                  npm ERR! errno -2
                                  npm ERR! enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
                                  npm ERR! enoent This is related to npm not being able to find a file.

                                  anyone know why?
                                  Thanks

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

                                    @noone need to be in the MagicMirror folder

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

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

                                      @noone next error

                                      https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      N 1 Reply Last reply Reply Quote 0
                                      • N Offline
                                        noone @sdetweil
                                        last edited by

                                        @sdetweil thx its working now

                                        1 Reply Last reply Reply Quote 0
                                        • M Offline
                                          MMPenguin
                                          last edited by

                                          Hello,
                                          I am having difficulties understanding how the deduplicateEventsOn works. I can get the configuration to make duplicated events not show; but how do I combine the entries under calendarName so the events show up “Bob/Jane/Sue/John” ? Or just “Everyone” ??

                                          This is what I have that removes the duplication. Its at the very top of the module. Does it need to be somewhere else?

                                          		{module: 'MMM-CalendarExt2',
                                          			config: {
                                          					rotateInterval: 45*1000,
                                          					deduplicateEventsOn:["startDate","endDate","duration","title","location"],
                                          					calendars: [
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • F Offline
                                            fedale
                                            last edited by

                                            How to get quicker update of the google calendar in Magic mirror?

                                            S 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 14
                                            • 15
                                            • 16
                                            • 17
                                            • 18
                                            • 24
                                            • 25
                                            • 16 / 25
                                            • 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