I thought I had cancelled my sub before but I just got charged again this morning. Any help with this would be great.
Posts made by Noah Nauman
-
Tried cancelling my Subscription for the 3rd time in 3 years and still getting charged
-
RE: Remote Mega Download
@Russ well i am having a hard time thinking of a way to even set up a way to send the parameter from home assistant
-
RE: Remote Mega Download
@Russ I have a question for you. this script is still working great but I was wondering if there was a way to get this to work with Home Assistant where I can paste the link into a card to start the downloads. Do you think it is possible? I have had a hard time trying to figure this out
-
Remote Mega Download
So I am trying to get some remote downloads working with megacmd so I can just paste a mega link (like this https://mega.nz/folder/bGAmWLBI#iRuLe8LRlvSrUyzCw7iiGA/file/DHRGjTzD) into the parameters field and have it start downloading the files from that link.
this batch file below runs find when I run it as an admin. But I cant even get it to run when I am using triggercmd let alone change that link for a parameter field to input different links. How Can i get this to work the way I want to?
set PATH=C:\Users\Noah\AppData\Local\MEGAcmd
mega-get https://mega.nz/folder/bGAmWLBI#iRuLe8LRlvSrUyzCw7iiGA/file/DHRGjTzD B:\Downloads\filesSo I got this batch file to work when I run it as admin. But i have no idea how I can get this working with triggercmd. I just dont want to have to remote in just to start a mega download.
@echo off
echo Paste Mega Link Below
set /p input=
if %input% == 1 goto ech
:ech
set PATH=C:\Users\User\AppData\Local\MEGAcmd
mega-get %input% B:\Downloads\files -
RE: Having an issue closing services made with nssm
I have figured it out, Kinda. I got them working with a simple bat file but it doesnt seem to work locally on the system but when I use the triggercmd site from a different network the triggers work. Duno why
-
Having an issue closing services made with nssm
I have some triggers working already that will stop and start some services created by windows/the programs themselves (Lidarr, Sonarr, Radarr) but any service I have made with nssm will not stop or start using sc stop or sc start. They are all local system services. Any ideas or recommendations on getting this to work properly?
-
RE: how do I open a shortcut file?
@Igor-Penha How exactly did you get it to work. Trying to do something with a shortcut too and I am having issues.
-
RE: Trying to use Http Request with Automagic for android to do some task but I can get it to work.
@Russ got it to work (spaces need %20 in names for anyone looking this up in the future).
Thanks a million. So cool to use commands on my fossil
-
RE: Trigger CMD Down?
No it is working for me but I am not using Zapier, I am currently running some task through Tasker on android
-
Trying to use Http Request with Automagic for android to do some task but I can get it to work.
I have some HTTP request working with fine with Tasker on my to do some things for me. I want to use some of these request with Automagic for Android so I can have some shortcuts on my wear os watch. I have the task in tasker setup with following which works perfectly:
Method:
Post
URL:
https://triggercmd.com/api/Tasker
Query Parameters:
trigger:Turn On Computer
computer:HomePi
token:(My token)How do I move this HTTP request to Automagic?
-
RE: New Android app called TRIGGERcmd Widgets
@Russ Really nice addition. Any chance it could be updated to customize the widgets a bit more? Like have a power button icon or arrow? or even just adding your own pictures?