TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • Frank MalczewskiF

      Customer Support? TRIGGERcmdAgent keeps stopping

      General Discussion
      • • • Frank Malczewski
      30
      0
      Votes
      30
      Posts
      4.0k
      Views

      RussR

      @Frank-Malczewski, thanks for letting me know. Sorry that's necessary but I'm glad it's working for you. I've seen those extra tray icons before - the icon doesn't get removed when you kill the agent without using the Quit function.

    • ?

      Dissociating my TriggerCmd Forum account from Google

      General Discussion
      • • • A Former User
      2
      0
      Votes
      2
      Posts
      169
      Views

      RussR

      @David-0 under Edit Profile I see Change Password. I think if you unlink your Gmail account you'll still be able to login with your username and that password. You should try logging in with that before unlinking just to make sure first.

    • ?

      Alexa not working with the Trigger Skill

      General Discussion
      • • • A Former User
      6
      0
      Votes
      6
      Posts
      553
      Views

      RussR

      @David-0, good. I think that makes sense in your case.

    • Vinícius CaxiasV

      I am unable to install Trigger CMD on Windows 11.

      General Discussion
      • • • Vinícius Caxias
      5
      0
      Votes
      5
      Posts
      529
      Views

      Vinícius CaxiasV

      @Russ I managed to make it work, I found the application that launches Trigger CMD by searching in the file manager. Thank you for your support.

    • Matt PackwoodM

      Hangs on Boot

      General Discussion
      • • • Matt Packwood
      1
      0
      Votes
      1
      Posts
      250
      Views

      No one has replied

    • S

      Shorter URL or redirect

      General Discussion
      • • • Smart Communities
      12
      0
      Votes
      12
      Posts
      1.3k
      Views

      S

      @Russ It's a swiss army knife on it's own. Paired with TriggerCMD it's a Bazooka.

    • MauroM

      Macro to open triggercmd gui

      General Discussion
      • • • Mauro
      1
      1
      Votes
      1
      Posts
      396
      Views

      No one has replied

    • A

      Subscription Issue, money refund

      General Discussion
      • • • alebarzal
      3
      0
      Votes
      3
      Posts
      275
      Views

      A

      @Russ Thanks! Already resuscribed, wont happen again!

    • MauroM

      TRIGGER routine from another app linked to Alexa

      General Discussion
      • • • Mauro
      2
      0
      Votes
      2
      Posts
      518
      Views

      RussR

      @Mauro, yes, you can start an Alexa routine whenever you trigger a command.

      It requires the TRIGGERcmd Smart Home alexa skill to be enabled, then you can

      These are the instructions:
      https://www.triggercmd.com/forum/topic/1844/run-an-alexa-routine-when-a-command-runs

      This video also shows how it works:
      https://youtu.be/nrqj-OwDpGE?si=xuuR4yfWZZho9Dqw&t=199

    • MauroM

      How open triggercmd gui with command

      General Discussion
      • • • Mauro
      7
      0
      Votes
      7
      Posts
      868
      Views

      MauroM

      ; Defina a cor do pixel que você deseja localizar (no formato RGB hexadecimal)
      CorPixelDesejado := 0xd5492a ; Por exemplo, vermelho

      ; Use a função PixelSearch para localizar o pixel
      PixelSearch, EncontradoX, EncontradoY, 0, 0, A_ScreenWidth, A_ScreenHeight, %CorPixelDesejado%

      ; Verifique se o pixel foi encontrado
      If ErrorLevel = 0
      {
      ; Movimente o mouse para as coordenadas encontradas (X, Y)
      MouseMove, %EncontradoX%, %EncontradoY%

      ; Clique no pixel Click

      }

      ; Sair do script após a execução do macro
      ExitApp

    • HeeHangH

      I'm trying to run a console application I created using make.com's TriggerCmd.

      General Discussion
      • • • HeeHang
      2
      0
      Votes
      2
      Posts
      750
      Views

      Steve LeeS

      @HeeHang I know nothing about Make.com but TRIGGER cmd runs windows cmd commands and Windows has the parts to make it possible. Basically you probably want to add something like the following to a cmd/bat file and run that from TRIGGERcmd

      start "" app.exe /s timeout /t 5 taskkill /im app.exe /f start runs app.exe in a new process timeout waits a few seconds before returning taskkill /im kills task by name - assuming it is only one

      If you have a script rather than an exe the run: cmd /c "my.cmd"

      Hope that helps

    • Steve LeeS

      Alexa keeps hearing "perameter" as"perimeter"

      General Discussion
      • • • Steve Lee
      7
      0
      Votes
      7
      Posts
      695
      Views

      Steve LeeS

      @Russ yay! I'll give it a go

    • A

      Commands marked as executed, but nothing happens

      General Discussion
      • linux launching apps foreground service help needed • • aandrews
      5
      0
      Votes
      5
      Posts
      770
      Views

      A

      @Russ It makes sense, thank you again. I will try this as soon as possible but I'm hopeful it'll finally work as I intended

    • Steve LeeS

      extending the smart home skill

      General Discussion
      • • • Steve Lee
      3
      0
      Votes
      3
      Posts
      459
      Views

      Steve LeeS

      @Russ Oh, I must have misunderstood, they seemed to in the articles I linked. Oh well, shame and very limiting to skill creators. may words get pick on my Alexa for other purposes - eg play - so it's hard.

    • Pedro Dias 0P

      "FN + Page Up"

      General Discussion
      • • • Pedro Dias 0
      2
      0
      Votes
      2
      Posts
      209
      Views

      Steve LeeS

      @Pedro-Dias-0 said in "FN + Page Up":

      é possível criar um comando no arquivo .bat para executar essa função do teclado? "FN + Page Up"

      Some programs like AutoHotkey can be called to simulate key presses.

      However FN keys are usually invisible to Windows and used by the manufacturer to do hardware specific things. Maybe check if AutoHotkey can simulate the FN key.

    • Pedro Dias 0P

      windowns ! uso dois monitores e quero um comando para desligar somente 1 monitor

      General Discussion
      • • • Pedro Dias 0
      3
      0
      Votes
      3
      Posts
      588
      Views

      Pedro Dias 0P

      @Russ Certo, vou tentar

    • william siqueiraW

      Compatibility with Debian 12

      General Discussion
      • • • william siqueira
      4
      0
      Votes
      4
      Posts
      371
      Views

      RussR

      @william-siqueira, thank you for the screenshots. That helps.

      Notice the data folder for the background agent is in root's home folder, not your williams user.

      /root/.TRIGGERcmdData

      I also see No token exists. Login to request one. So you can probably fix it if you run:

      sudo su - triggercmdagent --console (paste in your token)

      Or you could copy your /home/william/.TRIGGERcmdData folder to /root/.TRIGGERcmdData so it won't create a second computer in your account because you already have a computerid.cfg file in /home/william/.TRIGGERcmdData and the background agent that will run as root will use that computer id.

    • Steve LeeS

      A little feedback

      General Discussion
      • • • Steve Lee
      13
      0
      Votes
      13
      Posts
      1.0k
      Views

      RussR

      @Steve-Lee, thank you for doing that!

    • MauroM

      Problem with baniment in amazon

      General Discussion
      • • • Mauro
      7
      0
      Votes
      7
      Posts
      603
      Views

      RussR

      @Mauro I'm glad you figured it out.

    • Steve LeeS

      Sometime get duplicate devices

      General Discussion
      • • • Steve Lee
      4
      0
      Votes
      4
      Posts
      429
      Views

      Steve LeeS

      @Russ

      aha - my bad!

      I had voice set to "mac pitch" for both.

      I could have sworn voice was ignored for Smart Home and trigger became the device name.