Read the statement by Michael Teeuw here.
MMM-AlarmClock
-
Thank you. Sorry for the noob errors, I am trying…lol. To sound even more stupid, I also figured out you need to remove the “-Master” from the folder name as well. At least I figured that out on my own…LOL.
“MMM-AlarmClock”…not “MMM-AlarmClock-Master” :)
-
@gable74 thats because you downloaded it manually
-
-
@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 -
@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 -
@strawberry-3.141 OK,IT work Thanks for your hint
-
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?
-
@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. -
@strawberry-3.141 I understand, that’s actually really useful thank you! Can I pass parameters with a socketnotification?
-
@axellejamous yes additional data gets passed in the payload, see documentation https://github.com/MichMich/MagicMirror/blob/master/modules/README.md#thissendnotificationnotification-payload