• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

[NEWBIE] Change In Clock Module Is giving error in config file

Scheduled Pinned Locked Moved Unsolved Troubleshooting
19 Posts 6 Posters 7.0k Views 6 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.
  • Y Offline
    yawns Moderator
    last edited by Jun 29, 2018, 7:56 AM

    There is a comma missing after your position line

    position: "top_left",

    However you could also just set the timezone of your raspberry and ignore this timezone thing in clock module

    1 Reply Last reply Reply Quote 0
    • P Offline
      postremalone
      last edited by postremalone Jun 29, 2018, 2:58 PM Jun 29, 2018, 2:44 PM

      https://calendar.google.com/calendar/ical/en.indian%23holiday%40group.v.calendar.google.com/public/basic.ics

      i am using this link for calendar ical code is this fine.
      https://calendar.google.com/calendar/ical/mr.deep.rawat%40gmail.com/public/basic.ics

      1 Reply Last reply Reply Quote 0
      • X Offline
        xchribiza @postremalone
        last edited by Jul 1, 2018, 6:07 PM

        @postremalone
        In the module clock you need to close one more bracket }

        {
        module: “clock”
        position: “top_left”
        config: {
        timezone: “MMT IST +630”
        }
        },

        1 Reply Last reply Reply Quote 0
        • J Offline
          justjim1220 Module Developer @postremalone
          last edited by Jul 1, 2018, 10:17 PM

          @postremalone

          Missing a comma ‘,’ at the end or your position entry.

          "Life's Too Short To Dance With Ugly People"
          Jim Hallock - 1995

          1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @postremalone
            last edited by Jul 1, 2018, 11:11 PM

            @postremalone no… the timezone is based ont he javascript moment…

            see here, you can use any/all of each line… yours I think could be
            “Indian/Maldives|MMT”,
            https://github.com/moment/moment-timezone/blob/develop/data/packed/latest.json

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 1 / 2
            1 / 2
            • First post
              19/19
              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