Search found 9 matches

by ChaosNo1
21 Sep 2013 21:24
Forum: Feature Requests
Topic: Use of variables on http request trigger
Replies: 4
Views: 11918

Re: Use of variables on http request trigger

Hi. I have two flows with a http request trigger listening on the same sub path /am/Spotify and a third flow doing some httpmanipulation by rewriting links using the same path. I want to make this more comfortable by adding the path as variable and use this instead of some kind of "hard coding".
by ChaosNo1
20 Sep 2013 21:04
Forum: Feature Requests
Topic: Use of variables on http request trigger
Replies: 4
Views: 11918

Re: Use of variables on http request trigger

Yes but i want to use variables in the request trigger but in the action :)
by ChaosNo1
19 Sep 2013 19:43
Forum: Flow Sharing Area
Topic: In Progress: Spotify Web Remote Player
Replies: 0
Views: 7959

In Progress: Spotify Web Remote Player

Hi @all, i just want to share my idea which is still in progress and not ready to release. I am working on a web interface for a remote control of Spotify on Android. But let's start a little bit earlier to understand what i would like to do. I have a Docking Station for my Galaxy Note. This is conn...
by ChaosNo1
19 Sep 2013 19:19
Forum: Feature Requests
Topic: Use of variables on http request trigger
Replies: 4
Views: 11918

Use of variables on http request trigger

Hi,

i tried to use a variable for the request path in the http request trigger but this seems not to work. Would it be possible in a future version?

Thanks
Sascha
by ChaosNo1
19 Sep 2013 07:03
Forum: User Help / Bug Reports
Topic: Input box disappears when msg appears in notification area
Replies: 1
Views: 6566

Input box disappears when msg appears in notification area

I have a input box that offers me a view options if my phone is put into a table dock. The box appears on the screen but after about 1 or two seconds it disappears. There is no timeout defined. I recognizes that my phone shows a message in the notifcation area that the phone is connected to the dock...
by ChaosNo1
15 Sep 2013 12:39
Forum: User Help / Bug Reports
Topic: Multiple triggers?
Replies: 3
Views: 10249

Re: Multiple triggers?

Hi,

off course i tried to find an answer in the forum, but maybe i have used a wrong search phrase ;)

Thanks a lot! I really love Automagic because it makes things so much easier ^^
by ChaosNo1
15 Sep 2013 09:21
Forum: User Help / Bug Reports
Topic: Multiple triggers?
Replies: 3
Views: 10249

Multiple triggers?

Hi,

a ask me if it is possible to add more than one trigger in one flow? If not, would be nice to have it and combine triggers (and / or / not)...
by ChaosNo1
14 Sep 2013 14:54
Forum: User Help / Bug Reports
Topic: How to compare a String Value from http request?
Replies: 1
Views: 6817

Re: How to compare a String Value from http request?

found the solution! I have to use single quotes instead of double quotes ;)
by ChaosNo1
14 Sep 2013 13:47
Forum: User Help / Bug Reports
Topic: How to compare a String Value from http request?
Replies: 1
Views: 6817

How to compare a String Value from http request?

Hi, i am new with Automatic. I try to control my music player via http requests. For this i added a trigger for it. If i want to play the next song, i call http://192.168.xx.xx/am/spotify?action=nxt When i put a message to the statusbar with the variable {param_action} the nxt is shown on it. In my ...