Search found 78 matches

by Scotty
25 Feb 2017 20:33
Forum: User Help / Bug Reports
Topic: Can "Set Alarm" be pointed to a specific app?
Replies: 5
Views: 14428

Can "Set Alarm" be pointed to a specific app?

I have a rooted Nexus 6, running 7.1.1. I use an app named Smart Alarm. However, when I use the Automagic action "Set Alarm", it automatically points to the default alarm (in the Clock app). Is there any way to redirect Set Alarm to make it use Smart Alarm? Failing that, is there a workaround (perha...
by Scotty
25 Feb 2017 20:29
Forum: User Help / Bug Reports
Topic: Current weather
Replies: 17
Views: 43027

Re: Current weather

Hi scotty, Thanks for the link. Can you also help me in my last query also. In short, If there are more than one xpath in evaluateXPathAsString in one xml, then it shows only the first xpath of the xml, but I want all the xpath to be shown. Can you help me in writing the script for this ? Sorry, I ...
by Scotty
24 Feb 2017 16:51
Forum: User Help / Bug Reports
Topic: Current weather
Replies: 17
Views: 43027

Re: Current weather

Akt wrote:Thanks scotty.
What else can be written in place of conditions?
See this page.
by Scotty
23 Feb 2017 16:20
Forum: User Help / Bug Reports
Topic: Toggling Mobile Data with Control UI not working
Replies: 3
Views: 11845

Re: Toggling Mobile Data with Control UI not working

If you're rooted, then you don't need a plugin to do this. Automagic has an action Set Mobile Datanetwork State that requires root, and (for me) works perfectly. I use it, in a flow, to toggle mobile data (and I have a widget giving me access to the flow, allowing me to toggle mobile data via a sing...
by Scotty
22 Feb 2017 19:58
Forum: User Help / Bug Reports
Topic: Current weather
Replies: 17
Views: 43027

Re: Current weather

Hi scotty, I tried to extract weather forecast but I was unable to do that . Can you give me the script to get weather forecast. You don't get the weather forecast using a script, you get it using the http request action , and then you use a script to extract the desired information (for example, m...
by Scotty
18 Feb 2017 21:01
Forum: User Help / Bug Reports
Topic: Latitude and Longitude
Replies: 3
Views: 9630

Re: Latitude and Longitude

Hi, Maybe this be discussed before but i am unable to find it. How to get current latitude and Longitude in text format. A search of the forum found this thread which contains the flow below (from Martin). Note that you need to have GPS activated on your phone before executing the flow. http://auto...
by Scotty
17 Feb 2017 20:46
Forum: User Help / Bug Reports
Topic: Current weather
Replies: 17
Views: 43027

Re: Current weather

flow_Bare_bones_weather_flow_20170217_122205.xml I attach a bare bones flow. It is triggered by Time, but you can change that. In the http request action, you need to replace two things: (i) apikeyhere (replace with your API key) and (ii) desiredlocationhere (replace with mumbai, as a test instance...
by Scotty
16 Feb 2017 21:15
Forum: User Help / Bug Reports
Topic: Can I use condition as a trigger?
Replies: 4
Views: 11693

Re: Can I use condition as a trigger?

I'm glad you found my post useful. The reason that I asked for more info about what you wanted to do (rather than explicit details about how your flow was constructed ) was because - as you have now found out for yourself - Automagic is very flexible, and you can accomplish what you want in various ...
by Scotty
16 Feb 2017 16:36
Forum: General
Topic: how to detect disconnection from NFC
Replies: 2
Views: 9153

Re: how to detect disconnection from NFC

well, I know there is a trigger to detect if you are connected to a NFC tag (with a certain ID number) and I use this trigger to activate some action. But I didn't see a trigger that tell me that I am no more connected with the NFC tag (with a certain ID number) so that I can deactivate the previou...
by Scotty
16 Feb 2017 16:21
Forum: User Help / Bug Reports
Topic: Can I use condition as a trigger?
Replies: 4
Views: 11693

Re: Can I use condition as a trigger?

Hi, I'm a new user of Automagic and not a programmer, so my question may sound silly. I'd like to make a flow using "screen off" and "time between" as a trigger, but these are options for conditions. The solution I found is to loop the trigger in a periodic timer using seconds. But is it possible t...