• 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.6k 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.
  • S Offline
    strawberry 3.141 Project Sponsor Module Developer
    last edited by Apr 21, 2017, 11:34 AM

    v1.1.0 Changelog

    • Volume fade in (see config options fade, fadeTimer and fadeStep). (thanks to @mjtice)
    • French translations (thanks to Plosxh)
    • Indonesian translations (thanks to @slametps)

    [card:fewieden/MMM-AlarmClock]

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

    N 1 Reply Last reply Dec 1, 2017, 9:15 AM Reply Quote 1
    • N Offline
      nobita @strawberry 3.141
      last edited by Dec 1, 2017, 9:15 AM

      @strawberry-3.141 , Because I adjust so big font display (in css of alert module) but the border around display alarm font not expand (It’s fix), I would like to know how to expand border?
      Thanks for all help

      S 1 Reply Last reply Dec 1, 2017, 7:17 PM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @nobita
        last edited by Dec 1, 2017, 7:17 PM

        @nobita the .ns-alert class makes use of a fixed with of 40% so you have to change the value of this class in the custom.css

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

        N 1 Reply Last reply Dec 3, 2017, 9:31 AM Reply Quote 0
        • N Offline
          nobita @strawberry 3.141
          last edited by Dec 3, 2017, 9:31 AM

          @strawberry-3.141 OK,IT work Thanks for your hint

          1 Reply Last reply Reply Quote 0
          • A Offline
            axellejamous
            last edited by Jan 3, 2018, 5:18 PM

            Thank you so much for this module, it’s amazing and really easy to use!

            I was wondering however, if I would want to let’s say set the alarm through some buttons attached to my pi, would it be best to try and inject lines into the config file (which seems sloppy to me) or can I set it through the js file directly? Or do I just make a second setnextalarm function?

            S 1 Reply Last reply Jan 4, 2018, 8:39 PM Reply Quote 0
            • S Offline
              strawberry 3.141 Project Sponsor Module Developer @axellejamous
              last edited by Jan 4, 2018, 8:39 PM

              @axellejamous you cannot do that via the config. I suggest you to create a module which is handling your buttons and sending a SET_ALARM notification. Then you need to enhance the alarm module by listening to that notification and set the alarm accordingly.

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

              A 1 Reply Last reply Jan 5, 2018, 12:10 AM Reply Quote 1
              • A Offline
                axellejamous @strawberry 3.141
                last edited by Jan 5, 2018, 12:10 AM

                @strawberry-3.141 I understand, that’s actually really useful thank you! Can I pass parameters with a socketnotification?

                S 1 Reply Last reply Jan 6, 2018, 3:25 PM Reply Quote 0
                • S Offline
                  strawberry 3.141 Project Sponsor Module Developer @axellejamous
                  last edited by Jan 6, 2018, 3:25 PM

                  @axellejamous yes additional data gets passed in the payload, see documentation https://github.com/MichMich/MagicMirror/blob/master/modules/README.md#thissendnotificationnotification-payload

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

                  1 Reply Last reply Reply Quote 1
                  • S Offline
                    strawberry 3.141 Project Sponsor Module Developer
                    last edited by Dec 27, 2018, 8:53 AM

                    I refactored the module and switched to nunjuck templates.

                    I’m looking for people who are willing to test it:

                    • combinations of config options
                    • new config option popup

                    how to test:

                    • if not already done, clone the repository to your modules cd ~/MagicMirror/modules/ && git clone https://github.com/fewieden/MMM-AlarmClock.git
                    • go to the module cd ~/MagicMirror/modules/MMM-AlarmClock
                    • run git checkout develop
                    • test various config options

                    [card:fewieden/MMM-AlarmClock]

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

                    1 Reply Last reply Reply Quote 1
                    • N Offline
                      nobita @strawberry 3.141
                      last edited by Jan 9, 2019, 8:31 AM

                      @fewieden

                      If I would like to add repeat time again like as
                      1st alarm alert at 8:00 am
                      2nd alarm alert at 12:00 pm
                      3rd alarm alart at 5:00 pm

                      How can i config
                      Thanks

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