• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 889 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.
  • J Offline
    JPS
    last edited by Sep 30, 2020, 6:26 PM

    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 Sep 30, 2020, 6:30 PM Reply Quote 0
    • S Offline
      sdetweil @JPS
      last edited by sdetweil Sep 30, 2020, 6:30 PM Sep 30, 2020, 6:30 PM

      @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

      How to add modules

      learning how to use browser developers window for css changes

      J 1 Reply Last reply Sep 30, 2020, 6:31 PM Reply Quote 0
      • J Offline
        JPS @sdetweil
        last edited by JPS Sep 30, 2020, 6:32 PM Sep 30, 2020, 6:31 PM

        @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 Sep 30, 2020, 6:34 PM Reply Quote 0
        • S Offline
          sdetweil @JPS
          last edited by Sep 30, 2020, 6:34 PM

          @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 Sep 30, 2020, 6:35 PM Reply Quote 0
          • J Offline
            JPS @sdetweil
            last edited by Sep 30, 2020, 6:35 PM

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

            S 1 Reply Last reply Sep 30, 2020, 7:22 PM Reply Quote 0
            • S Offline
              sdetweil @JPS
              last edited by Sep 30, 2020, 7:22 PM

              @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 Aug 31, 2021, 12:53 PM

                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 Aug 31, 2021, 12:57 PM Reply Quote 0
                • S Offline
                  sdetweil @pastormingle
                  last edited by Aug 31, 2021, 12:57 PM

                  @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