MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Cliff365
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 18
    • Posts 48
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Possible to show Month View in lower corner?

      @sdetweil said in Possible to show Month View in lower corner?:

      CalendarExt3

      Thanks. I’ll take a look.

      posted in General Discussion
      Cliff365C
      Cliff365
    • Possible to show Month View in lower corner?

      Currently, I am only using core features, but I’m fine with using a third party if I need to. What I would like is to display a small month view in the lower corner of the screen. Is this possible somehow?

      posted in General Discussion
      Cliff365C
      Cliff365
    • RE: Enlarging Text Size for Upcoming Events

      @sdetweil Right there in front of me. Thanks!

      posted in Custom CSS
      Cliff365C
      Cliff365
    • Enlarging Text Size for Upcoming Events

      I can’t find it in the documentation anywhere. How do I increase the size of upcoming events text? I assume it’s some kind of custom css?

      Thanks in advance.

      posted in Custom CSS
      Cliff365C
      Cliff365
    • RE: Calendar module not updating

      @sdetweil Thank you again! I’ll give it a try.

      posted in Troubleshooting
      Cliff365C
      Cliff365
    • Calendar module not updating

      The code executes fine on startup. It also updates fine on another Pi3b also running on Wifi. Daily temperature updates just fine. So the question is two-fold. Is there something I can change so the events are updated as they change?

      Or alternatively, is it okay to plug the pi into a smart plug that cycles daily?

      {
      			module: "calendar",
      			header: "Upcoming Events",
      			position: "top_left",
      			config: {
      				fade: false,
      				displaySymbol: true,
      				MaxTitleLength: 30,
      				fetchInterval: 10000,
      				displayRepeatingCountTitle: false,
      				colored: true,
      				calendars: [
      					{
      						maximumNumberOfDays: 22,
      						symbol: "Cleaning",
      						color: "#00ffff",
      						url: "https://calendar.google.com/calendar/ical/3macalester%40gmail.com/private-69b6bd37705fa371daed31b164fac4fb/basic.ics"
      					},
      
      					{
      						symbol: "calendar-check",
      						symbol: "Home",
      						url: "https://calendar.google.com/calendar/ical/xxxxxx%40gmail.com/private-33242322e68764d9cdxxxxxxxx2/basic.ics"					
      					},
      					{
      						maximumNumberOfDays: 22,
      						symbol: "Jets",
      						color: "#FFFF00",
      						// blue is 0066CC
      						url: "http://sync.roktcalendar.com/webcal/bf459b5e-d2e6-"
      					},
      					{
      						maximumNumberOfDays: 22,
      						symbol: "holidays",
      						color: "#009900",
      						// blue is 0066CC
      						url:"https://calendar.google.com/calendar/ical/en.canadian%23holiday%40group.v.calendar.google.com/public/basic.ics"
      					}
      
      				]
      			}
      
      posted in Troubleshooting
      Cliff365C
      Cliff365
    • RE: Schedule MM restart

      @sdetweil Thanks! I think I can manage that.

      posted in General Discussion
      Cliff365C
      Cliff365
    • Schedule MM restart

      I’m having issues with a calendar module not updating. Is there a way to schedule a restart of MagicMirror? Something that would exit MM at 3am, and then pm2 would restart it.

      Thanks!

      posted in General Discussion
      Cliff365C
      Cliff365
    • RE: Automatic Updates

      @sdetweil I did not know that was possible. Another thanks!

      posted in General Discussion
      Cliff365C
      Cliff365
    • RE: Automatic Updates

      @sdetweil Thanks for the quick reply. I use your upgrade script and it is nothing short of amazing. I’ll take your advice and do updates with the script.

      The problem I constantly battle is pm2 is just a little aggressive on restarting MM, and it takes me many tries to finally do a ‘pm2 stop all’ so I can have a command line. I wish I knew how to increase the time for pm2 restarts.

      posted in General Discussion
      Cliff365C
      Cliff365
    • 1 / 1