• 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.

MMM-AlarmClock

Scheduled Pinned Locked Moved Utilities
alarm clock
29 Posts 9 Posters 15.5k Views 10 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 yawns Jan 9, 2019, 11:18 AM Jan 9, 2019, 11:17 AM

    {
        module: 'MMM-AlarmClock',
        position: 'top_right',
        config: {
            alarms: [
                {time: "08:30", days: [0,1,2,3,4,5,6], title: "1st Alarm", message: "This is your first alarm", sound: "alarm.mp3"},
                {time: "00:00", days: [0,1,2,3,4,5,6], title: "2nd Alarm", message: "This is your second alarm", sound: "alarm.mp3"},
                {time: "17:00", days: [0,1,2,3,4,5,6], title: "3rd Alarm", message: "This is your third alarm", sound: "alarm.mp3"}
            ]
        }
    }
    

    Currently these 3 alarms are active for all seven days of the week, where Sunday is 0 !

    N 1 Reply Last reply Jan 11, 2019, 1:58 AM Reply Quote 1
    • N Offline
      nobita @yawns
      last edited by Jan 11, 2019, 1:58 AM

      to anyone

      how to develop Alarmclock can adjust time and message in MMM-Remote-Control like as
      0_1547171875122_S__1589256.jpg

      replace set in config.js
      Thanks

      1 Reply Last reply Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer
        last edited by Apr 28, 2020, 8:23 PM

        Just released version 2.0.1

        • Fixed sound fading for alerts
        • Added Korean translations

        https://github.com/fewieden/MMM-AlarmClock

        [card:fewieden/MMM-AlarmClock]

        Please create a github issue if you need help, so I can keep track

        1 Reply Last reply Reply Quote 2
        • G Offline
          gaudouy
          last edited by May 4, 2020, 10:00 PM

          Hello strawberry 3.141,
          Thanks for the update 🙂
          Do you think you will add a functionality for add/delete/update alarm from the Magic Mirror(with touch screen) ?
          Thanks for advance
          Gaudouy

          S 1 Reply Last reply May 5, 2020, 4:06 PM Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @gaudouy
            last edited by May 5, 2020, 4:06 PM

            @gaudouy this would be a huge change. It would be easier to have a module like remote control sending a notification with an alert, as there the whole UI component exists already. then in this module, you would merge the alert with the config alerts. See comments above.

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 0
            • I Offline
              innovation
              last edited by Jan 17, 2021, 5:44 AM

              Hello! I have configured the module and it is working very well. However the alarm doesn’t stop. I want it to ring and display for only 5 seconds. How do I do that?

              And is there a way to hide the “Work: Wed, 12:41pm” on the left top?
              Would really appreciate the help.

              S 1 Reply Last reply Jan 17, 2021, 3:23 PM Reply Quote 0
              • S Offline
                strawberry 3.141 Project Sponsor Module Developer @innovation
                last edited by Jan 17, 2021, 3:23 PM

                @innovation with the following config it stops after 5 seconds.

                {
                  module: "MMM-AlarmClock",
                  position: "top_left",
                  config: {
                    alarms: [
                      {
                        time: "16:15",
                        days: [0,1,2,3,4,5,6],
                        title: "Test",
                        message: "some alarm message"
                      }
                    ],
                    timer: 5000
                  }
                },
                

                If you add the following to the custom.css file it will hide the module from the screen, but still, show the alert:

                .MMM-AlarmClock {
                  display: none;
                }
                

                Please create a github issue if you need help, so I can keep track

                1 Reply Last reply Reply Quote 0
                • I Offline
                  innovation
                  last edited by Jan 18, 2021, 3:30 AM

                  @strawberry-3-141 Thank you! Works perfectly

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    strawberry 3.141 Project Sponsor Module Developer
                    last edited by Oct 10, 2023, 12:26 PM

                    2.0.2

                    Fixed

                    • Timing of alert click handler registration

                    Link to module https://github.com/fewieden/MMM-AlarmClock

                    Please create a github issue if you need help, so I can keep track

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