Search found 21 matches
- 12 Aug 2020 17:11
- Forum: User Help / Bug Reports
- Topic: The End of Automagic
- Replies: 54
- Views: 4599398
Re: The End of Automagic
Thank you, Martin, for this incredible app and for all the work you put into it. Automagic manages my work schedule, tracks my time, turns down my volume at the theatre and brings up my shopping app when I'm at the store. Automagic reads me the news as I walk to work. It has been an ineluctable part...
- 27 May 2020 16:43
- Forum: Feature Requests
- Topic: Trigger User Not Present
- Replies: 1
- Views: 27235
Trigger User Not Present
I see that currently, one can use to User Present trigger to detect that the screen is active and the user has proceeded past the lock screen. That is great - actually, it would be wonderful if this could be a Condition as well as a trigger, but a trigger is good. Is there a way to trigger on the op...
- 24 May 2019 22:18
- Forum: Feature Requests
- Topic: Add the condition SPEED
- Replies: 1
- Views: 10398
Re: Add the condition SPEED
The Init Variable Location action sets a location_speed variable. I think this may be what you are looking for. https://automagic4android.com//action_i ... on_en.html
- 23 Apr 2019 21:57
- Forum: User Help / Bug Reports
- Topic: Trying to get the day of the week (numeric)
- Replies: 7
- Views: 23185
Re: Trying to get the day of the week (numeric)
Thanks again. Using 'u' worked.
- 05 Oct 2018 18:18
- Forum: Feature Requests
- Topic: Just discovered UNDO feature... T H A N K Y O U Martin!
- Replies: 2
- Views: 10803
Re: Just discovered UNDO feature... T H A N K Y O U Martin!
Wow - I didn't even notice it until I saw this thread!
Yeah, like canadadry said: T H A N K Y O U M A R T I N !
Yeah, like canadadry said: T H A N K Y O U M A R T I N !
- 11 Feb 2018 14:55
- Forum: User Help / Bug Reports
- Topic: Trying to get the day of the week (numeric)
- Replies: 7
- Views: 23185
Re: Trying to get the day of the week (numeric)
I never realize there is pattern character 'c' there. ... I used to face the same problem, but I simply solved it using division and modulus. dow = (getDate(2018,2,10)/ 86400000 + 5) % 7; Thanks Desmanto. I knew I could do it arithmatically; I just thought I was using 'c' incorrectly. Good to know ...
- 11 Feb 2018 05:10
- Forum: User Help / Bug Reports
- Topic: Trying to get the day of the week (numeric)
- Replies: 7
- Views: 23185
Re: Trying to get the day of the week (numeric)
Unfortunately, this returns "Friday", not 5.pmgnt wrote:dow = "{getDate(1999,12,31), dateformat, EEEE}"
- 10 Feb 2018 20:53
- Forum: User Help / Bug Reports
- Topic: Trying to get the day of the week (numeric)
- Replies: 7
- Views: 23185
Trying to get the day of the week (numeric)
Hello, The help page for date formatting indicates that it is possible to get the "stand-alone day of week (Text/Number)" by using the 'c' symbol. However, no matter what I try, all I can get is the short textual day of the week: dow = "{getDate(1999,12,31), dateformat, c}"; gives me "Fri". What do ...
- 20 Oct 2017 17:57
- Forum: Feature Requests
- Topic: Ensure value of {flow_name} is correct
- Replies: 8
- Views: 29110
Re: Ensure value of {flow_name} is correct
Desmanto, now that you see how I am doing the logging, I hope you can better understand the issue I brought up. In the logging scripts, I have to jump through hoops to get the name of the current flow; using {logVar} and sorting and reversing {logVar_###}. And even that can be broken if a script doe...
- 20 Oct 2017 17:30
- Forum: Feature Requests
- Topic: Calendar Event and multiple active events
- Replies: 0
- Views: 8384
Calendar Event and multiple active events
Calendar Event returns a lot of detailed information about an event that is currently active. However, it returns information about only one event. Would it be possible to include a supplied variable that contains the title of all the matching events? What I am thinking is to call Calendar Event on...