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
    2 Posts 1 Posters 124 Views 1 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

        1 Reply Last reply Reply Quote 0
        • J jjd has marked this topic as solved on
        • 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