Figured it out! I just made a python command to send the SMS, instead of using the action:
Totally forgot that you can get the Python version of an action by creating the action and then copying it into a text editor. You can then call that in a Python script by using the "eg.plugins" syntax ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 10 matches
- Fri Jan 27, 2012 7:37 pm
- Forum: Coding Corner
- Topic: Pass an eg.globals variable to a plugin?
- Replies: 4
- Views: 3016
- Fri Jan 27, 2012 7:08 pm
- Forum: Coding Corner
- Topic: Pass an eg.globals variable to a plugin?
- Replies: 4
- Views: 3016
Re: Pass an eg.globals variable to a plugin?
Oh hey, I have no problem with how the program is written. I'm sure there's a reason for how it is. The plugin is Google Voice by cfull1 . It's a little old, so I've been trying to make some improvements for my own use.
Specifically, I've been trying to incorporate it as part of my TV download ...
Specifically, I've been trying to incorporate it as part of my TV download ...
- Fri Jan 27, 2012 2:00 pm
- Forum: Coding Corner
- Topic: Pass an eg.globals variable to a plugin?
- Replies: 4
- Views: 3016
Pass an eg.globals variable to a plugin?
I'm trying to modify a plugin so that it will accept an eg.globals variable that is created by a python script when it's macro gets run. I worked the variable into the _init_.py file, but that only gets called when adding the plugin, so it only uses whatever value the variable is when the plugin ...
- Thu Jan 26, 2012 7:03 pm
- Forum: General Support
- Topic: Google Voice
- Replies: 47
- Views: 16721
Re: Google Voice
Figured out how to fix the issue.
It looks like the old "Grandcentral" login page for Google services has moved. To fix this, go into your EventGhost plugin directory and open the GoogleVoice folder.
Open the "settings.py" file in a text editor and change the line that starts with LOGIN to this ...
It looks like the old "Grandcentral" login page for Google services has moved. To fix this, go into your EventGhost plugin directory and open the GoogleVoice folder.
Open the "settings.py" file in a text editor and change the line that starts with LOGIN to this ...
- Thu Jan 26, 2012 6:49 pm
- Forum: General Support
- Topic: Google Voice
- Replies: 47
- Views: 16721
Re: Google Voice
Thanks for responding to this.
I have no problem logging in at the webpage.
I have no problem logging in at the webpage.
- Wed Jan 25, 2012 11:24 pm
- Forum: General Support
- Topic: Google Voice
- Replies: 47
- Views: 16721
Re: Google Voice
Hey, I know this is a little old, but I'm having the same problem:
18:21:13 Google Voice: Send SMS: 1112223333
18:21:14 You must login before using this page
18:21:14 Number is not valid
When I add the plugin and put in my email address and password and hit "Apply" and then "ok" this is what I get ...
18:21:13 Google Voice: Send SMS: 1112223333
18:21:14 You must login before using this page
18:21:14 Number is not valid
When I add the plugin and put in my email address and password and hit "Apply" and then "ok" this is what I get ...
- Sat Dec 10, 2011 4:38 pm
- Forum: General Support
- Topic: Sending SMS with EventGhost?
- Replies: 13
- Views: 6052
Re: Sending SMS with EventGhost?
For what I'm trying to do SMS is really the only solution.
- Sat Dec 10, 2011 1:48 pm
- Forum: General Support
- Topic: Sending SMS with EventGhost?
- Replies: 13
- Views: 6052
Re: Sending SMS with EventGhost?
Neither appears to do SMS notifications (It looks like the Mac version of Growl might, but the Windows version does not)
- Fri Dec 09, 2011 8:50 pm
- Forum: General Support
- Topic: Google Voice
- Replies: 47
- Views: 16721
Re: Google Voice
I'm trying to send an SMS using this, but I'm getting some errors:
(fake number obviously)
15:41:36 Google Voice: Send SMS: 777777777
15:41:37 You must login before using this page
15:41:37 Number is not valid
I entered my email and password properly, not sure what I'm missing here.
(fake number obviously)
15:41:36 Google Voice: Send SMS: 777777777
15:41:37 You must login before using this page
15:41:37 Number is not valid
I entered my email and password properly, not sure what I'm missing here.
- Fri Dec 09, 2011 8:43 pm
- Forum: General Support
- Topic: Sending SMS with EventGhost?
- Replies: 13
- Views: 6052
Sending SMS with EventGhost?
Is it possible to send an SMS with EventGhost? I have an automated HTPC set up with this guide and I would love to add a 'Send SMS' action at the end of my macros. Specifically, I would be sending to a Palm Pre (running WebOS) and a Droid X (running Android GB), just in case that matters.
It looks ...
It looks ...