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-Carousel not displaying

    Scheduled Pinned Locked Moved Forum
    96 Posts 4 Posters 50.8k Views 4 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.
    • P Offline
      pastormingle @sdetweil
      last edited by

      @sdetweil I am having an intermittent issue now with displaying my office 365 work calendar… Sometimes it comes back with an "error in calendar module check logs for more details. I don’t see anything in the development console… Any direction here, please?

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

        @pastormingle i changed the time intervals on the fetch and that seems to have worked… thanks…

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

          @pastormingle messages for fetching would be in the place u start mm

          npm start or pm2

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            @sdetweil Thanks Sam…
            Can you help me with an mmm-calendarext issue? I have a basic config for it and all I get is a blank screen… If I do console window it just hangs…

            {
                      module: 'MMM-CalendarExt',
                      position: "center",
                      config: {
                       calendars: [
                       {
                  url:"https://calendar.google.com/calendar/ical/pastormike%40htni.org/private-349ihavethisblocked/basic.ics"
                     }
                      ]
              }
            	},
            
            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @pastormingle
              last edited by

              @pastormingle see
              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

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

                @sdetweil Still not able to display… I ran the following command and it didn’t return any errors…

                pi@raspberrypi:~/MagicMirror/modules/MMM-CalendarExt $ npm init -y
                Wrote to /home/pi/MagicMirror/modules/MMM-CalendarExt/package.json:
                
                {
                  "name": "MMM-CalendarExt",
                  "version": "1.0.0",
                  "description": "Alternative calendar module for [MagicMirror](https://magicmirror.builders/)",
                  "main": "MMM-CalendarExt.js",
                  "scripts": {
                    "test": "echo \"Error: no test specified\" && exit 1"
                  },
                  "repository": {
                    "type": "git",
                    "url": "git+https://github.com/eouia/MMM-CalendarExt.git"
                  },
                  "keywords": [],
                  "author": "",
                  "license": "ISC",
                  "bugs": {
                    "url": "https://github.com/eouia/MMM-CalendarExt/issues"
                  },
                  "homepage": "https://github.com/eouia/MMM-CalendarExt#readme",
                  "dependencies": {
                    "all": "0.0.0"
                  },
                  "devDependencies": {}
                }
                
                
                
                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @pastormingle
                  last edited by

                  @pastormingle all that does is built the empty packjson,which will be used by the
                  npm install xxx -save

                  that second step is what fixes the missing library xxx once you figure out it’s name from the log messages.

                  ps. there are more than one potential missing library… so I teach u how to find it so next time you don’t have to post here to find the fix.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

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

                    @sdetweil guess i"m not following what the xxx file would be?

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

                      @pastormingle if i do a ctrl I i get the following
                      ?
                      ba69f498-8078-42ba-bd19-fccb95993f66-image.png

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

                        @pastormingle from the linked topic

                        then regardless do

                        npm install xxx
                        where xxx is the library noted in the message

                        cannot find module xxx

                        to find this message, look in the output of npm start. or if you use pm2 to launch mm do
                        pm2 logs --lines=50

                        __----------------

                        so you look for the message and get the name from it and replace xxx with the name

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        P 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 5
                        • 6
                        • 7
                        • 8
                        • 9
                        • 10
                        • 7 / 10
                        • 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