MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. GregoryWest
    3. Posts
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by GregoryWest

    • Calendar only showing 10.

      I have the line maximumEntries: 48, in my config.js file for the calendar:

      		{	module: "calendar",
      			position: "top_right",
      			maximumEntries: "48",
      			header: "Calendars",
      			config: {
      
      

      There way more that 10 entries to be shown. I am not sure what I am missing to get all the entries to show up. Is there something over than maximumEntries: that I need to set to get a full column of calendar entries?

      P.S. I have tried both : ‘48’, and : 48, they both have the same lack of effect.

      posted in Show your Mirror
      G
      GregoryWest
    • RE: MMM log files. Where are they hiding?

      @sdetweil Not using pm2. Should I be using it? What is it?

      posted in Troubleshooting
      G
      GregoryWest
    • RE: MMM-CalDAV

      @sdetweil I noticed a different issue now. I was updating my calendar in SoGo, but none of the updates are showing up on MMM. This is even the case after a reboot of MMM.

      The problem of the multiple calendars might be a show stopper. Will keep muddling through this.

      Greg

      posted in Productivity
      G
      GregoryWest
    • MMM log files. Where are they hiding?

      I am working on making modules work for me. I get error messages usually saying “See log file for details” try as I might I have not been able to find the logfile. Can someone point me in the right direction?

      Greg

      posted in Troubleshooting
      G
      GregoryWest
    • RE: MMM-CalDAV

      @sdetweil WOW its working!!! Thanks for your patience. Looking good. Something just occured to me. Can I do this with multiple users/calendars? The plan is for 5 calendars to be on the screen, they are all coming from the same SoGo server.

      posted in Productivity
      G
      GregoryWest
    • RE: MMM-CalDAV

      @sdetweil really confused now. you need the /CALDAV/ folder removed. leathe the config.js as it is?

      posted in Productivity
      G
      GregoryWest
    • RE: MMM-CalDAV

      @gregorywest created the CALDAV folder. put in the folder a copy of my ics file. This ics file is now being displayed. the problem still remain that MMM_CalDAV does not seem to be updating the ics file at all. still have the module6 message on my screen.

      posted in Productivity
      G
      GregoryWest
    • RE: MMM-CalDAV

      @gregorywest OK Put CALDAV folder inside the ~/MagicMirror folder. Still get the same error messages on the MMM screen. When I try and web browse into the ics file I get a connection refused error. Is it possible I have a firewall causing me issues?

      posted in Productivity
      G
      GregoryWest
    • RE: MMM-CalDAV

      @sdetweil DOH always the easy stuff I miss… will try tonight

      posted in Productivity
      G
      GregoryWest
    • RE: MMM-CalDAV

      @mmrize Thanks for the reply!! I put in the code, and put the following into my config.txt:

         	{
         		module: "MMM-CalDAV",
         		possition: "top right",
         		config: {
         		name: "gregcal",
         			serverUrl: "https://full.candev.url.com",
         			credentials: {
         				username: "---------------",
         				password: "-------------",
         			},
         		}
         	},
         	{
         		module: "calendar",
         		header: "Gregs Calendar",
         		position: "top_right",
         		config: {
         			colored: true,
         			calendars: [
         				{
         				url: "https://localhost:8080/CALDAV/gregcal.ics",
         				symbol: 'check',
         				},
         			]
         		}
         	},
      
      

      MMM-CalDAV reports on the screen:
      module_6_MMCalDAV and no calendar information is displayed. Also opening https://MMMip:8080/CALDAV/gregcal.ics does not open anything either.

      Any hints?

      posted in Productivity
      G
      GregoryWest
    • 1
    • 2
    • 1 / 2