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 - SBCC

Pages: 1 [2] 3 4 ... 11
16
Developers / Re: Developing a Weather Plugin, videos
« on: February 11, 2015, 05:48:44 pm »
Only the US. I suppose there could be more than 1.

For accuracy right now World weather had me at "Partly Cloudy, 19F" and it is overcast moderate snow and 27F. Also there is no detailed forecast.

Accuweather looks better but cost $$.

I'm working on a NOAA version now but could easily be modified to any API.

17
Developers / Re: Developing a Weather Plugin, videos
« on: February 11, 2015, 03:08:09 pm »
I'm not real happy with the accuracy of the data coming from WorldWideWeather.com or other world wide weather APIs. The USA has a free accurate service with NOAA.

18
Developers / Re: Raspberry Pi MD Flirc
« on: February 09, 2015, 12:29:43 am »
That was what I thought. I did order one. I'll give some feed back here. Looks like a nice addition to the RPi.

19
Developers / Re: Developing a Weather Plugin, videos
« on: February 08, 2015, 09:37:14 pm »
I looked into this a bit more. Looks pretty promising. Each user would have to get their own key, which seems pretty painless. Just give them an email address. I don't see any radar data and looks like only 5 days forecast.

Is the intent with the PHP script to do a call to that from device?

20
Developers / Raspberry Pi MD Flirc
« on: February 08, 2015, 05:26:00 pm »
I saw where there might have been an attempt to get this integrated. Is there an update on this? Has anyone attempted this on the RPi? Looks like a cheaper more compact device compared to the USB UIRT.

Here's a link
https://flirc.tv/product/flirc/

21
Developers / Re: Developing a Weather Plugin, videos
« on: February 08, 2015, 05:17:18 pm »
I took a quick look at this and the API and you can use Lat/Lon, Zipcode, etc. Also this is not free or it is free with complications.

22
Developers / Re: Raspberry Pi Media Director
« on: February 04, 2015, 02:41:35 pm »
I will check that. I know I have been stopping the video by rebooting so... I will stop doing that.

Thanks again!

23
Developers / Re: Raspberry Pi Media Director
« on: February 04, 2015, 03:55:11 am »
Here it is
Code: [Select]
omxplayer:
  Installed: 0.git20140814-4
  Candidate: 0.git20140814-4
  Version table:
 *** 0.git20140814-4 0
        500 file:/usr/pluto/deb-cache/raspbian-wheezy-armhf/ ./ Packages
        500 http://deb.linuxmce.org/raspbian/ wheezy/main armhf Packages
        100 /var/lib/dpkg/status
     0.3.6~git20141024~98982df 0
        500 http://archive.raspberrypi.org/debian/ wheezy/main armhf Packages

24
Developers / Re: Raspberry Pi Media Director
« on: February 04, 2015, 03:53:54 am »
This is what I get
Code: [Select]
root@moon234:/var/log/pluto# apt-cache policy omxplayer | pastebinit
Bad API request, invalid api_dev_key

25
Developers / Re: Raspberry Pi Media Director
« on: February 04, 2015, 03:44:42 am »
Here is the OMX log.
http://paste.ubuntu.com/10045518/

I will say the playback quality is quite good. Is this a new player for the RPi?

26
Developers / Re: Raspberry Pi Media Director
« on: February 04, 2015, 03:05:35 am »
Here is the DCERouter.
http://paste.ubuntu.com/10044978/

give me a minute for the OMX log

27
Developers / Re: Raspberry Pi Media Director
« on: February 04, 2015, 02:48:48 am »
Do you want the DCERouter.log?

28
Developers / Re: Developing a Weather Plugin, videos
« on: February 04, 2015, 02:30:22 am »
Hi

Is someone working on a device template for the USA here? I was thinking of starting something but if someone is working on it already it would make more sense to wait. Let me know and let me know if I can help.

Thanks

Jim

29
Developers / Re: Raspberry Pi Media Director
« on: February 04, 2015, 02:19:57 am »
Pesky little bugs!
Thanks again for your efforts.

One other note... not sure if I should start another thread for this but after the last update the RPi orbiter video remote is not controlling the video. I have not looked into it much. I was going to trouble shoot a little 1st.

I will say that I just installed on a RPi B+ and it went very smooth. These things are so cool. Great job! Thanks Jason!

Jim

30
Developers / Re: Raspberry Pi Media Director
« on: February 03, 2015, 08:32:21 pm »
Hi

I found a bug in "SetupAudioVideo.sh". When running SetupAudioVideo.sh I get;
Code: [Select]
root@moon226:/usr/pluto/bin# ./SetupAudioVideo.sh
./SetupAudioVideo.sh: line 49: Video_settings: command not found

ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
1 02/03/15 14:17:05 SetupAudioVideo (server) Starting
1 02/03/15 14:17:06 SetupAudioVideo (server) '
1 02/03/15 14:17:07 SetupAudioVideo (server) DBSetting: M Reboot:  Script Path: /usr/pluto/bin/

Line 49 says
Code: [Select]
Video_settings = GetDeviceData "$PK_Device" "$DEVICEDATA_Video_settings"
Should be
Code: [Select]
Video_settings=$(GetDeviceData "$PK_Device" "$DEVICEDATA_Video_settings")After this change it works fine.


Pages: 1 [2] 3 4 ... 11