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

    Scheduled Pinned Locked Moved Troubleshooting
    8 Posts 3 Posters 885 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
      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

      How to add modules

      learning how to use browser developers window for css changes

      J 1 Reply Last reply Reply Quote 0
      • J Offline
        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 Offline
          sdetweil @JPS
          last edited by

          @JPS I am not aware of any.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

              How to add modules

              learning how to use browser developers window for css changes

              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