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 popup not appearing when alarm goes off

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 252 Views 2 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.
    • J Offline
      jjd
      last edited by

      Hi, I’m having a problem with MMM-AlarmClock where the popup (to dismiss the alarm) isn’t appearing when the alarm goes off.

      This was working fine for me, and then I upgraded to the latest Raspbian, MagicMirror, and MMM-AlarmClock and the popup stopped appearing. I posted on the module’s github, but got no responses: https://github.com/fewieden/MMM-AlarmClock/issues/48

      My (test) configuration is:

          modules: [
      	{
      	    module: 'MMM-AlarmClock',
      	    position: 'middle_center',
      	    config: {
      		alarms: [
      		    { 
      			time: "11:19", 
      			days: [0,1,2,3,4,5,6], 
      			sound: 'alarm.mp3', 
      			title: "title", 
      			message: "message", 
      		    },
      		],
      		touch: true, 
      		popup: true,
      	    }
      	},
          ]
      

      I’m using a Raspberry Pi Model B Rev 1.2 with Pi 7-inch Touchscreen running Raspbian 12 (bookworm). My node version is 20.15.0, my MagicMirror version is v2.28.0 and the MMM-AlarmClock version is 2.0.2.

      Any help/advice would be appreciated.

      J 1 Reply Last reply Reply Quote 0
      • J Offline
        jjd @jjd
        last edited by

        I eventually figured this out: I hadn’t had alert listed in the modules list.

        More details here: https://github.com/fewieden/MMM-AlarmClock/issues/48

        B 1 Reply Last reply Reply Quote 0
        • J jjd has marked this topic as solved on
        • B Offline
          BiaGen @jjd
          last edited by

          Hey, I ran into a similar issue before — the popup didn’t appear even though the alarm triggered. In my case, it turned out to be a config issue with the notification settings in the module. Try checking if the showPopup option is enabled and that you don’t have another module overlapping it on the screen.

          Also, while testing your setup, you can use something like onlinealarm.co
          to verify your alarm times are correct before syncing it with MagicMirror — makes debugging way easier.

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