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 not showing up at all

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    6 Posts 3 Posters 1.8k 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.
    • T Offline
      tomXGames
      last edited by

      Hi!

      I’ve been trying for about two hours to get this module to show up, but I can’t get it to do that. The only thing I see is the header. Here’s my config.js:

      {
      
            			module: "MMM-CalendarExt",
      			header: "Kalender",
            			position: "top_left",
            			config: {
              		system: {
                				show: ["daily", "upcoming"],
                				locale: 'de',
                				redrawInterval:60000,
              			},
              			views: {
                				daily: {
                  						position:'bottom_bar',
                  						counts:7,
                					},
                				upcoming: {
                  						position:'top_left',
                  						limit:5
                					},
              				},
      
              			defaultCalendar: {
                						maxEntries:50,
                						maxDays:180,
                						interval: 1000*60*5,
              					},
      
              			calendars :[
                					{
                  						name: "Tommaso",
                  						url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
                					},
          
              				],
            				}
          		},
      

      And here’s a screenshot of what I see:

      0_1567359242981_Bildschirmfoto 2019-09-01 um 19.32.41.png

      Can anyone help me, please?

      Thanks a lot,

      tomX

      ? 1 Reply Last reply Reply Quote 0
      • F Offline
        Fr8Trayne
        last edited by

        Have you tried using his MMM-CalendarExt2 module? I found it much easier to use. Super quick and easy to implement.

        1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User @tomXGames
          last edited by A Former User

          @tomXGames

          With my test, there is no problem at all.
          0_1567412606302_cx2_1.png

          What is shown on your log file? It should be like this;
          0_1567412631810_cx1_1.png

          Possible issues;

          • You might have some errors from other modules. Some errors could interrupt other module’s working.
          • Using some kind of page changer or showing/hiding modules on bootup. (are you using?)
          T 1 Reply Last reply Reply Quote 0
          • T Offline
            tomXGames @Guest
            last edited by tomXGames

            @Fr8Trayne Thanks, but I really need the multiple users to have separate calendars (from my understanding, that’s not possible with MMM-CalendarExt2).

            @Sean Thanks for your input! I only use the builtin modules, plus MMM-ProfileSwitcher. And my log looks like this:

            Connecting socket for: updatenotification
            Connecting socket for: MMM-CalendarExt
            Connecting socket for: newsfeed
            Starting module: newsfeed
            Sockets connected & modules started ...
            Whoops! There was an uncaught exception...
            { Error: listen EADDRINUSE 127.0.0.1:8080
                at Server.setupListenHandle [as _listen2] (net.js:1330:14)
                at listenInCluster (net.js:1378:12)
                at GetAddrInfoReqWrap.doListen [as callback] (net.js:1492:7)
                at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
              errno: 'EADDRINUSE',
              code: 'EADDRINUSE',
              syscall: 'listen',
              address: '127.0.0.1',
              port: 8080 }
            MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
            If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
            Launching application.
            

            It’s obviously connected to the internet. I also looked at what is running on port 8080, but it seems that electron is running there, so I see no problem…

            Thanks,

            tomXGames

            ? 1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User @tomXGames
              last edited by A Former User

              @tomXGames said in MMM-CalendarExt not showing up at all:

              1. You can assign the scene for specific user. Each scene could be changed by definable notification. It means, if you can send proper notification from other module, MMM-CalendarExt2 can change it’s dedicated scene.

              { Error: listen EADDRINUSE 127.0.0.1:8080

              You probably executed MM twice. (Or your previous MM was not killed normally) Check your pm2.

              T 1 Reply Last reply Reply Quote 0
              • T Offline
                tomXGames @Guest
                last edited by

                @Sean said in MMM-CalendarExt not showing up at all:

                You probably executed MM twice. (Or your previous MM was not killed normally) Check your pm2.

                That was it thanks.

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