Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nikeb

Pages: [1]
1
Other Plugins / Re: Weather Underground - WUnder Plugin
« on: April 04, 2019, 02:44:14 PM »
My 2 cents

I guess for the final user would be nice even Just get a personal key and use 50 calls per day if there is an easy way to register/obtain the key, like a sort of openlink or webservice.

I would pay 2.5 dollars every month if you ask (and maybe more than 20 other people would) but would be worth to try

2
Other Plugins / Re: Weather Underground - WUnder Plugin
« on: March 10, 2019, 08:51:13 AM »
Hi James

it's been some days that i can't reach my wunder commands cause i have this kind of error:

Code: [Select]
RAW STREAM:

{
  "response": {
  "version":"0.1",
  "termsofService":"http://www.wunderground.com/weather/api/d/terms.html",
  "features": {
  }
,
"error": {
"type": "invalidkey"
,"description": "this key is not valid due to exceeding rate plan"
}
}
}

I guess it's because, i saw on that specific wunder page, the api plan are changed.
Is there any workaround/fix on that?

Thank you in advantage

3
Other Plugins / Re: Questions about GgCal plugin
« on: June 03, 2016, 11:15:45 AM »
Great thanks!

Do i need to give again the google permissions too?
Seemes like it's not working because of that.

I try to disable plugin, wipe the cache and enable it again but i didn't ask me any permissions again

4
Other Plugins / Re: Questions about GgCal plugin
« on: June 03, 2016, 05:50:34 AM »
i'm sorry to bring up the question again, I just didn't want to open another ggCal topic.

I'm having some issue on events that are on multiple days (example: Vacations)
I'm using the ggCal.SetTimers but the thing is that i don't have the date/end time parameter (maybe it was in the v2 one).
So i can trigger only the beginning of that.

In the description i read those parameters:
http://voxcommando.com/mediawiki/index.php?title=Plugin_GgCal

"Events will carry payloads that provide information about the calendar entry: {1} entry title, {2} calendar feed name, {3} description, {4} date/start time, {5} date/end time, {6} location."

But the wiki (who i gess it's more updated) bring that:

http://voxcommando.com/mediawiki/index.php?title=Plugin_GgCal_Guide#Using_the_events_that_are_generated

Wich tells that the payload number 5 is not the date/end time but just the start time (and the 4 is the start date)
Is that anyway to bring the end of the event?

If i'm wrong just tell me and i will open a new topic

Thanks

5
VoxCommando Basics and Core Features / Re: VC.Restart (Quick or Full)
« on: January 07, 2016, 10:10:46 AM »
Sorry, i explained it in the wrong way:

The json connection from VC to Kodi always works perfectly.

Sometimes VC (or Kodi) loses the connection from Kodi to VC,
i'm talking about the subscribe of the notifications from Kodi on the (default) 9090 port.

I tried again the VC.RestartQuick and works now (but i swear it didn't).

How about the VC.RestartFull ?

6
VoxCommando Basics and Core Features / VC.Restart (Quick or Full)
« on: January 07, 2016, 08:22:06 AM »
Hi guys i have a question

Sometimes i lose my json connection between VC pc and KODI pc
I don't know how it happen (not very often) but all i know is that all VC need is a restart.

I'm just tryin to using the VC.Restart (quick or full) but with both of them i have the same error: not available

Is it because i'm using the demo and not the full complete version?
I swear i'm not trying to bypass the 40 command limit.

I'm using 2.0 version.

Thank you.

7
hi xtermin8or

I m asking you about this old topic because i can't see the old pics.
Great work on that interface, i saw it on YT.

I would love to figured out how you can parse on an RSS your voxlog.txt or if there is a way on rainmeter of keeping the voxlog on a notes box or something.

If i'm OT any mod can please tell me.

Thanks in advantage.

8
Infrared Codes (Learning and Sending) / Re: WHICH USB-UIRT IS THE BEST
« on: April 08, 2015, 10:39:27 AM »
As far as I know, the only device that will work with VoxCommando comes from this site:

http://www.usbuirt.com/

and you must order it from the United States and arrange to have it shipped to Europe.

Actually i find it on amazon,
marked as "Jon Rhees - USB - UIRT" ,
wich is the owner of that website.

I live in italy and i find it on amazon.it
..and works like a charm.

9
Integration Ideas / Re: Any Philips Hue users here?
« on: July 07, 2014, 09:41:14 AM »
Thanks nime5ter,
I'll upgrade it asap

10
Integration Ideas / Re: Any Philips Hue users here?
« on: July 07, 2014, 08:39:03 AM »
Hi guys, i buyed my Philips Hue 1 month ago and i m lookin forward for a custom hue plugin.

I found it on the wiki, but didn't find it on the program :P

By the way, i'm using PY plugin to make it work.
Using this code

Code: [Select]
import urllib2
opener = urllib2.build_opener(urllib2.HTTPHandler)
request = urllib2.Request('http://[MY_IP]/api/[MY_API]/lights/3/state', data='{"bri": 254, "on": false,"hue": 25000, "sat": 254,"ct": 500, "bri": 254}')
request.add_header('Content-Type', 'your/contenttype')
request.get_method = lambda: 'PUT'
url = opener.open(request)

And save every command in a .py file i can call them and command them.
I hope it helps.



Pages: [1]