Search found 11 matches

by fractals
17 Oct 2019 13:00
Forum: User Help / Bug Reports
Topic: How to set a variable to a predefined date/time tomorrow?
Replies: 1
Views: 6039

Re: How to set a variable to a predefined date/time tomorrow?

OK, I've found a way. To answer my own question --

Code: Select all

var = addDays(triggertime, 1);
var1 = getDate(var, 7, 0, 0);
var1 = Tomorrow at 7:00 AM :)

Thanks.
by fractals
17 Oct 2019 11:44
Forum: User Help / Bug Reports
Topic: How to set a variable to a predefined date/time tomorrow?
Replies: 1
Views: 6039

How to set a variable to a predefined date/time tomorrow?

Hello, I'd like to set a variable "test" to 7AM on the following day. The "following day" part is relative to today's date (+1) but the time (7:00 AM) should be fixed. The output should be in UNIX time (i.e. the default Automagic way). Example: If now is 17 Oct 13:40, "test" should be set to 18 Oct ...
by fractals
10 Jan 2017 15:49
Forum: User Help / Bug Reports
Topic: HTML parsing
Replies: 1
Views: 7034

HTML parsing

I'm trying to find a way to read a webpage and display selected information from it using string variables. My attempts to parse the result of a HTTP GET Request using: evaluateXPathAsString failed. Later, I've come across a post on this forum where Martin said that this function only works with XML...
by fractals
06 Jan 2017 15:07
Forum: User Help / Bug Reports
Topic: Reduced support for a few weeks
Replies: 10
Views: 28952

Re: Reduced support for a few weeks

Great, congratulations! :)
by fractals
08 Nov 2013 15:30
Forum: Feature Requests
Topic: Compile flows to separate APKs
Replies: 31
Views: 101596

Compile flows to separate APKs

Would it be possible to have a functionality whereby individual flows (or sets of flows in a group that call each other and constitute a system) could be compiled to an app/APK file that would be able to work independently of Automagic as a standalone app? Tasker has this capability with Tasker App ...
by fractals
28 Oct 2013 11:40
Forum: User Help / Bug Reports
Topic: Help with the trigger 'Time Adjusted'
Replies: 1
Views: 6880

Help with the trigger 'Time Adjusted'

Hi, I'd like to create a flow that would be triggered by change in system time. Obviously, Android automatically changes system time to reflect a change to the Daylight Saving Time or when again entering the Summer Time etc. This also happens when changing time zones. I also know that Automagic offe...
by fractals
22 Mar 2013 13:50
Forum: User Help / Bug Reports
Topic: Launch a shortcut
Replies: 11
Views: 37606

Re: Launch a shortcut

Brilliant! Can't wait (I have a few flow ideas that will use that). :geek:
by fractals
19 Mar 2013 10:31
Forum: User Help / Bug Reports
Topic: Trigger reliability?
Replies: 7
Views: 24738

Re: Trigger reliability?

Thanks for your responses! Martin, I am still on Android 2.3.6 and have the correct WiFi sleep policy selected in Android's advanced settings, so everything should work fine. That said, I'm glad you did identify the bug with WiFi disconnect because my problem was actually relevant to WiFi disconnect...
by fractals
14 Mar 2013 11:00
Forum: User Help / Bug Reports
Topic: Trigger reliability?
Replies: 7
Views: 24738

Trigger reliability?

It looks like the trigger "WiFi Disconnected" is erratic. I assume the trigger is an instant event reported by Android on WiFi disconnect, which in theory (and in my case, in practice) may cause Automagic to actually miss the event and not initiate the flow based on that trigger. Would it be possibl...
by fractals
14 Mar 2013 08:41
Forum: Feature Requests
Topic: Google Drive integration
Replies: 0
Views: 7202

Google Drive integration

Hi,

It would be great to have the following actions available:

Google Drive Delete Files
Google Drive Download Files
Google Drive Upload File
Google Drive Upload Files

Similar to what is already available for Dropbox. Are they planned?

Thanks!