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

    rtkeen

    @rtkeen

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rtkeen Unfollow Follow

    Latest posts made by rtkeen

    • RE: Default clock module accuracy?

      Here is my config for the clock module. One thing I have figured out is that if I restart MagicMirror, the clock is correctly synchronized with the system clock. It may be that the system clock isn’t fully set when MagicMirror is started at boot. How often does the clock module look at the system clock?

                  module: "clock", // day time clock
                  position: "top_left",
                  config: {
                                      dateFormat: "dddd, MMM D, YYYY",
                                      displayType: "digital",
                                      timeFormat: 12,
                                      displaySeconds: false,
                                      showDate: true,
                                      showPeriod: true,
                                      showWeek: false,
                                      showSunTimes: true,
                                      lat: 39.94209,
                                      lon: -86.13914,
                  },
                  classes: 'daytime_scheduler'
              }
      
      posted in Bug Hunt
      R
      rtkeen
    • Default clock module accuracy?

      I’ve made an alarm clock out of MagicMirror and several 3rd party modules. I appreciate the work that has gone into all of this.

      One thing I have noticed is that my alarm clock always seems to be off the system time. I’ve double-checked the system time, and it is correct, such that the alarm and module changes work at the correct time, but the displayed time is not right, many times off by a minute (ahead OR behind, not consistent). Why would this be? I’ve checked everything and I seem to have the configuration correct.

      Thanks.
      Ron Keen

      posted in Bug Hunt
      R
      rtkeen
    • RE: MMM-TouchAlarm - Your touchable Alarm Clock

      I solved my own problem, although I now am not synced with github. I made the bell icon such that it dismissed the alarm, and that’s big enough for me to see and touch once the alarm goes off.

      posted in Utilities
      R
      rtkeen
    • RE: MMM-TouchAlarm - Your touchable Alarm Clock

      I know this topic is a little old, but I just put together my first Alarm Clock using this module. Great work! The one suggestion I would have would be to be able to dismiss the alarm with an “OK” button the same size as the “Snooze” button. At my age, when I get up in the morning, it can be quite a challenge to get my finger on that little “X” in the corner to turn the alarm off. A bigger button would certainly be welcome.

      Thanks for this great module! You should get it posted on the MagicMirror site! I stumbled across it by searching Google.

      posted in Utilities
      R
      rtkeen