TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • S

      Command edits not pushing to site/skill

      • • StoneColdCole
      2
      0
      Votes
      2
      Posts
      262
      Views

      RussR

      @StoneColdCole, there's no outage on the webside side. I just tested it.

      Are you running Linux or Raspberry Pi?

      I wonder if you have two commands.json files - one in your user's /home/(username)/.TRIGGERcmdData folder, and another in the /root/.TRIGGERcmdData folder. Can you check that for starters?

      You might have installed the background agent that's using the /root/.TRIGGERcmdData folder.

    • Andrea SalveminiA

      Multiple IFTT accounts linked to 1 triggercmd account

      • • Andrea Salvemini
      2
      0
      Votes
      2
      Posts
      245
      Views

      RussR

      @Andrea-Salvemini, you're right - you can't link two IFTTT accounts to the same TRIGGERcmd account. If you link a second account, the first account becomes un-linked.

      You don't need IFTTT though.

      I assume you're trying to use the original TRIGGERcmd Alexa skill which does not work with Alexa routines.

      The Smart Home TRIGGERcmd Alexa skill does work with routines. It simulates an Alexa Smart Home on/off switch for each of your commands, so it works with routines. You can flip the virtual switch by saying, "Alexa, turn on calculator" but you can also say whatever you want if you use a routine that flips the Smart Home switch.

    • Wesley CorreaW

      share triggers

      • • Wesley Correa
      3
      0
      Votes
      3
      Posts
      593
      Views

      Wesley CorreaW

      Thanks for the feedback, they really are excuses I'm sorry ok. your answer is already very clear.

    • Ricardo PereiraR

      Command to change screen.

      • • Ricardo Pereira
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      XanderX

      The page that Russ linked has all the commands and syntax for it. Scroll down.

    • ?

      Launch a desktop shortcut. Specifically Netflix app on windows 10

      • • A Former User
      4
      0
      Votes
      4
      Posts
      16.9k
      Views

      Jim NoulisJ

      Hi,

      I know i am too late for the party but a workaround for someone that might be struggling with this, is to create a .vbs file.

      Open notepad and paste:

      Set WshShell = CreateObject("WScript.Shell")
      WshShell.SendKeys("^{Esc}")
      WScript.Sleep(1000)
      WshShell.SendKeys("netflix")
      WScript.Sleep(100)
      WshShell.SendKeys "{ENTER}"

      Feel free to replace any app downloaded from Microsoft store (and of course you can find it by just searching).

      Then save as -> script_name.vbs
      Save as type: All Files

      And you are done. Watch your computer take over!!!! Terminator style

    • K

      SmartThings Button not a Switch?

      • • KenJ
      5
      0
      Votes
      5
      Posts
      995
      Views

      K

      @Russ that's what I thought, it's working turning off/on so I will not change it. Thanks

    • I

      Stoopid User Did not read all the info about Subscriptions

      • • Iril
      2
      0
      Votes
      2
      Posts
      243
      Views

      RussR

      @Iril, yes, I'll send you a refund soon tonight.

      EDIT: You should have it now.

    • T

      Paid for subscription with different email

      • • twitchBK
      2
      0
      Votes
      2
      Posts
      273
      Views

      RussR

      @twitchBK, I see that the email address associated with your TRIGGERcmd forum account is subscribed, but maybe you have another TRIGGERcmd account?

      Let me know if you want me to cancel that subscription and refund your payment so you can try again.

      If you log into your TRIGGERcmd account, and click the Subscribe button at the bottom of the page, you can subscribe using a Paypal account with any email address - it doesn't need to match.

    • T

      Did Google Assistant kill TriggerCMD workings?

      • • Tim S
      2
      0
      Votes
      2
      Posts
      673
      Views

      T

      Wow... I checked my Google Home app for the first time in years to check my routines. They all were formatted saying "tell" triggerCMD instead of "ask" triggerCMD. Strange how "tell" worked for the past few years all the way up till the other day. Changed them all to "ask" and they are working again. Sorry to bother you...

    • StrahanS

      How do I subscribe?

      • • Strahan
      2
      0
      Votes
      2
      Posts
      682
      Views

      RussR

      @Strahan, you'll find a Paypal subscribe button at the bottom of the Instructions page.

    • Phillip BrownP

      Run an app on bluetooth connect

      • • Phillip Brown
      2
      0
      Votes
      2
      Posts
      406
      Views

      RussR

      @Phillip-Brown, this isn't quite what you asked for, but I did find that Nirsoft has BluetoothView that can run a command or play an audio file when it detects a new bluetooth device.

      6b099844-9772-4e21-9bd5-15e2faddbb8e-image.png

    • Popeye57P

      Not seeing instruction page

      • • Popeye57
      2
      0
      Votes
      2
      Posts
      279
      Views

      RussR

      @Popeye57, the Instructions page is in your account on the triggercmd.com website. Here's a direct link.

      49fa8071-0efd-4583-a1fe-9c4468d021fc-image.png

    • kellanistK

      New agent version?

      • • kellanist
      2
      0
      Votes
      2
      Posts
      598
      Views

      RussR

      @kellanist, I generally update this page when I update the agent:

      https://www.triggercmd.com/forum/topic/14/new-windows-agent-version

      I usually update the Windows version first, then the Linux and Raspberry Pi version, then the Mac version. The agent doesn't prompt you when there's a new version. Also, I very rarely update it. If there's a feature you'd like me to add, I'm all ears.

    • Carter BrewerC

      where do I type code and what goes in the command section of GUI cmd editor

      • • Carter Brewer
      2
      0
      Votes
      2
      Posts
      573
      Views

      RussR

      @Carter-Brewer, good question. TRIGGERcmd runs a command on your computer. That command can run a script or program you've written with code. These are some common types of code, and an example command to run them:

      Batch script - built into Windows: c:\scripts\mybatchfile.bat
      Powershell script - built into Windows: powershell -file c:\scripts\emailmydocs.ps1
      Visual Basic script - built into Windows: cscript c:\scripts\myscript.vbs
      AutoIT - requires a download: c:\scripts\mycompiledscript.exe
      Python script - requires a download: python c:\scripts\test.py

      Try this:
      Create a c:\scripts folder, open Notepad, and copy/paste the two lines below into it, then save it in your c:\scripts folder as OpenGoogle.bat.

      timeout 10 start www.google.com

      Then create a TRIGGERcmd command like this:

      0df11239-d55d-4518-975f-84d20735f9b5-image.png

      It's a simple example batch script that will open Google 10 seconds after you run it.

    • Cesar ManenteC

      Aplication not running

      • • Cesar Manente
      4
      0
      Votes
      4
      Posts
      518
      Views

      RussR

      @Cesar-Manente, awesome. You're welcome.

    • F

      Suddelny agent wont connect

      • • fennectech
      6
      0
      Votes
      6
      Posts
      1.1k
      Views

      RussR

      Thanks @fennectech. Good info.

    • ?

      Run command as a standard user instead of root?

      • • A Former User
      9
      0
      Votes
      9
      Posts
      918
      Views

      RussR

      @Lewis-S, awesome. Nice job figuring that out.

    • Chaim TscholkowskyC

      Program runs from GUI, but not from Alexa

      • • Chaim Tscholkowsky
      4
      0
      Votes
      4
      Posts
      872
      Views

      RussR

      @Chaim-Tscholkowsky, awesome.

    • G

      Subscription problem

      • • Giaretta
      5
      0
      Votes
      5
      Posts
      650
      Views

      RussR

      @Haresh-Shah, please check again. I found your paypal subscription and I fixed your account - you're subscribed now.

      You subscribed before I moved TRIGGERcmd to new servers last night. This is one reason I upgraded. Sometimes the Paypal communication failed because of a DNS problem.

    • RussR

      Short outage at 7:55PM EST today for server upgrade

      • • Russ
      1
      0
      Votes
      1
      Posts
      180
      Views

      No one has replied