Search found 78 matches

by Scotty
14 Feb 2017 19:16
Forum: User Help / Bug Reports
Topic: Current weather
Replies: 17
Views: 43022

Re: Current weather

@Akt

1. Your flow contains your API key, in text format - I'd delete that ASAP.

2. Your http request is aimed at "weather.xml", which delivers a DEFAULT report from Pennsylvania USA. To get weather from India, you simply need to change the text from "weather.xml" to (for example) "mumbai.xml"
by Scotty
13 Feb 2017 23:38
Forum: User Help / Bug Reports
Topic: Current weather
Replies: 17
Views: 43022

Re: Current weather

1. Get a (free) API key from weather underground, here . You'll have to sign up, but that's free, too. 2. In automagic, do an http request (GET) using the URL below (replacing the info that I have put in CAPS): http://api.wunderground.com/api/YOUR_API_KEY_HERE/conditions/q/DESIRED_WEATHER_INFO.xml T...
by Scotty
13 Feb 2017 22:40
Forum: User Help / Bug Reports
Topic: stolen phone flow- locator
Replies: 1
Views: 6467

Re: stolen phone flow- locator

I haven't opened your flow, but if you're getting an error that you want to bypass, you can do so using an " exception ". Basically, open the flow in edit mode. Look at the action or condition that is generating the error (in this case, maybe something like "Init Variable Location"). Let's call that...
by Scotty
08 Feb 2017 15:38
Forum: User Help / Bug Reports
Topic: Help with input dialogue
Replies: 11
Views: 29269

Re: Help with input dialogue

@weezo. Having looked at your flow, I have 3 comments: 1. It looks like every separate "thread" in your flow ends with "Stop flow". I did the same for the first couple of weeks using Automagic, until I discovered that it was unnecessary - a flow will automatically stop when it has reached the end of...
by Scotty
03 Feb 2017 17:41
Forum: EAP - Early Access Program
Topic: EAP version 1.33.0-dev
Replies: 48
Views: 265791

Re: EAP version 1.33.0-dev

Hi Martin I installed & tested the new build. The flow that previously gave a "chunked" error now works - thanks. The first time I ran one of my other flows (one that hasn't previously given a problem), it ended with an error ("too_many_write_operations"). However, I have re-run it several times, an...
by Scotty
01 Feb 2017 21:45
Forum: EAP - Early Access Program
Topic: EAP version 1.33.0-dev
Replies: 48
Views: 265791

Re: EAP version 1.33.0-dev

Thanks Martin. I didn't mention this in my original post, but I have three different Automagic flows that backup to Dropbox. All three were working in the EAP build that was going to expire a few days ago. After I installed the current build (which will expire at the end of February), only one of th...
by Scotty
31 Jan 2017 11:32
Forum: User Help / Bug Reports
Topic: Help with input dialogue
Replies: 11
Views: 29269

Re: Help with input dialogue

Follow the input dialog with a condition: expression In the expression, enter value=="yes" Save it. Then, if the input was yes, the expression is true. If the input was no, the expression is false. So that is your fork point. Depending on how your flow is constructed, I'd suggest that you look at th...
by Scotty
30 Jan 2017 21:33
Forum: EAP - Early Access Program
Topic: EAP version 1.33.0-dev
Replies: 48
Views: 265791

Re: EAP version 1.33.0-dev

Hi Martin: I know that the latest EAP has only minor changes compared to the last one, but since updating to it, I've been getting a dropbox error with a backup flow that had been working reliably: Error: illegal chunked upload state I Googled, and wondered if it was some kind of file size limit on ...
by Scotty
19 Jan 2017 15:47
Forum: User Help / Bug Reports
Topic: Bluetooth on and off -> one or two Flows
Replies: 2
Views: 8345

Re: Bluetooth on and off -> one or two Flows

I'd use two flows, one on & one off. But if you really want to have just one flow, I suppose you could use the Sleep action. For example, if you wanted BT on at 8AM, and off at 5PM, you could have a single flow that turns it on at 8, then sleeps for 9 hours (UNcheck the "keep device awake") and then...
by Scotty
12 Jan 2017 17:32
Forum: User Help / Bug Reports
Topic: Granting permission to AutoMagic
Replies: 6
Views: 16862

Re: Granting permission to AutoMagic

What it occasional intervention : I make sure it's set up properly (point it to the correct factory image, and tell it that I want to use "no-wipe" mode). I tell it to go ahead. It does everything automatically. Now I have a fully-operative non-rooted phone. So now I intervene again, telling NRT to...