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

    Posts

    Recent Best Controversial
    • 3 Appointments from 2013 Appear in Calendar Every Day

      The Calendar module displays what appear to be all my current appointments [pulled from Google Calendar using the public .ics url].

      In addition, every day at the top of the list are three that are not on my current Google calendar: one instance of one and two instances of a second. Both appear to have been weekly repeating appointments last used ~2013.

      Since I don’t see them daily on the Google Calendar, nor on my Microsoft Outlook that is synced with the Google Calendar, I am stumped on how to troubleshoot this.

      Any ideas?

      posted in Troubleshooting
      J
      JohnGalt
    • RE: MMM-Worldclock

      Hummm - It looks like the forum stripped out leading tabs and/or spaces, but the content look OK…

      posted in Utilities
      J
      JohnGalt
    • RE: MMM-Worldclock

      Here you go:
      { module: “MMM-Worldclock”,
      position: “bottom_right”, // This can be any of the regions, best results in top_left or top_right regions
      config: { // See ‘Configuration options’ for more information.
      timeFormat: ‘hh:mm A’, //defined in moment.js format()
      style: ‘top’, //predefined 4 styles; ‘top’, ‘left’,‘right’,‘bottom’
      offsetTimezone: null, // Or you can set Europe/Berlin to get timegap difference from this timezone. null will be UTC timegap.
      clocks: [
      { title: “Home”,
      flag: “us” },
      {
      title: “Italy”,
      timezone: “Europe/Rome”,
      flag: “it”,
      },
      {
      title: “Durban, So Africa”, // Too long title could cause ugly text align.
      timezone: “Africa/Johannesburg”, //When omitted, Localtime will be displayed. It might be not your purporse, I bet.
      flag: “za”,
      },
      { title: “Aruba”,
      timezone: “America/Curacao”,
      flag: “aw”,
      },
      ] // Close clocks list
      } // Close Worldclock config
      }, // Close module MMM-Worldclock

      posted in Utilities
      J
      JohnGalt
    • RE: MMM-Worldclock

      Thanks for the module. I have installed it and have it working, but do have one question: How do I keep the top ‘home’ time zone from displaying? I already have the clock module running, so I don’t need a 2nd module telling me the local time… Unfortunately, when i remove the code for the home timezone, it still displays. Thanks in advance,

      posted in Utilities
      J
      JohnGalt
    • 1 / 1