Imed
May 25, 2019, 9:35pm
1
How to trigger macro "at system wake" only one time in the morning and never trigger again until tommorow morning when i wake my mac again ?
Instead of trying to only get it to trigger once a day, I think a possibly easier way to accomplish your desired result is to set it up so that the macro only performs the actions you want once in the morning. Here's one way of going about that:
Run Macro Once in Morning.kmmacros (3.3 KB)
See:
Hi everbody,
I'm a new Keyboard Maestro user and an AppleScript novice. Here's the automation I want to create:
When I wake up my computer for the first time each day, I want the application Day One to launch and go full-screen. The huge challenge is finding the right criteria to make "first wake of the day" a trigger.
If that specific trigger isn't possible, then maybe it's a trigger of "waking computer between 6 and 8 AM." Or maybe Keyboard Maestro can open Day One in the middle of the n…
See the actual macro here .
or
Hello,
I've created a macro that runs when a particular app (Zoom) activates ... and now it runs every time that app activates. Ideally, I'd like the macro to run the first time the app activates on a given day. Would also work if the app only ran if the computer was on a different network -- but would have to include both wired and wireless -- than it had been previously.
I've tried to add a loop where the date compares to the last date the macro was running so it only runs once a day, but I …