MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Mmm-calendarext

    Troubleshooting
    3
    8
    257
    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.
    • J
      JPS last edited by

      Hi,

      I’m very new to magic mirror and don’t quite fully understand it. This module one I can’t get to work.

      I want a monthly calendar that pulls info from Microsoft outlook isc that displays the Daily entries.

      I’m still struggling with the config file too.

      Can anyone help?

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

        @JPS can’t help w the module. what’s the prob w config

        read this
        https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

        Sam

        Create a working config
        How to add modules

        J 1 Reply Last reply Reply Quote 0
        • J
          JPS @sdetweil last edited by JPS

          @sdetweil thanks, I used that for my other modules but this one I can’t seem to do.

          I just don’t understand how to set it up to do what I want

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

            @JPS very complex module, the author has left mm for personal reasons. no one has picked up this or Ext2.

            it takes a lot of config and css to make these look right.

            Sam

            Create a working config
            How to add modules

            J 1 Reply Last reply Reply Quote 0
            • J
              JPS @sdetweil last edited by

              @sdetweil thanks, is their another module that will do what I asked?

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

                @JPS I am not aware of any.

                Sam

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • P
                  pastormingle last edited by

                  I am trying to setup the MMM-CalendarExt module to display my google calendar. I can get it to load but it’s a black screen and when I check the log it is giving me the error;
                  WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘valid-url’
                  Require stack:

                  • /home/pi/MagicMirror1/modules/MMM-CalendarExt/node_helper.js
                  • /home/pi/MagicMirror1/js/app.jss
                  • /home/pi/MagicMirror1/js/electron.js
                  • /home/pi/MagicMirror1/node_modules/electron/dist/resources/default_app.asar/main.js

                  any help please?

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

                    @pastormingle valid-url was removed in 2.16,

                    and the module didn’t do ument using it.

                    so, if the module has a package.json file do, in the module folder

                    npm install valid-url

                    if no package.json, then

                    in the module folder do
                    npm init -y
                    npm install valid-url

                    there are 3 libs we know of

                    valid-url
                    request
                    rrule-alt

                    Sam

                    Create a working config
                    How to add modules

                    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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy