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

Pages: 1 2 3 [4] 5 6 ... 24
46
Users / Clock screen Saver
« on: June 07, 2015, 04:33:04 pm »
Hi guys

the new clock screen saver  is not working  on 12.04 

is any way to restore the old orbiter clock  ?



47
Developers / Re: Developing a Weather Plugin, videos
« on: June 07, 2015, 01:55:00 pm »
the temperature  is represented  in kelvin's  is a default  for  open weather.

check  the parameter  for units

For temperature in Fahrenheit use imperial
For temperature in Celsius use metric
For temperature in Kelvin no need to use units parameter in API call

48
Users / Re: [SOLVED] Orbiter Clock for 800x600
« on: June 07, 2015, 12:00:59 am »
after the last apt-get update   upgrade
 clock stop to show

49
Developers / Re: Developing a Weather Plugin, videos
« on: March 23, 2015, 11:43:07 am »
Jim


this is your  version  merged  with my  changes  ,  include  radar  for  noaa  and  World weather online .

the WWO  is using the  2 more icons "night moderate cloudy  night partly cloudy"



https://www.dropbox.com/s/3qmrdmo84cfv9gg/weather.tar?dl=0

50
Developers / Re: Developing a Weather Plugin, videos
« on: March 22, 2015, 03:35:26 pm »
jim.

i merged your  last update  with my  and work very well.

my version  include noaa  radar  and wwo.

i will post on   dropbox the last version

Carlos.

51
Developers / Re: Developing a Weather Plugin, videos
« on: March 21, 2015, 01:00:44 pm »
Guys ,

i propose do add to  more weather icons  to cover   night conditions 

night moderate cloudy
night partly cloudy


i using this set of icons !
https://www.dropbox.com/s/y92s4gyhs6o2kkq/Weather%20icons.zip?dl=0

52
Developers / Re: Developing a Weather Plugin, videos
« on: March 11, 2015, 11:17:43 am »

53
Developers / Re: Developing a Weather Plugin, videos
« on: March 04, 2015, 02:37:57 pm »
Hi ,

i finished the code  and resolve some issues 100% use off cpu .

Feedback is appreciated.

https://www.dropbox.com/s/3qmrdmo84cfv9gg/weather.tar?dl=0

54
Developers / Re: Developing a Weather Plugin, videos
« on: February 26, 2015, 11:57:27 am »
Jim,

my changes   is:  change NOAA and WWO (word Weather Online) to read  configuration parameter on  web admin.

for NOAA  Configuration is   API:NOAA:language:units:lat:lon 
                            example API:NOAA:english:0:28.53833355:-81.37923649
for WWO  Configuration is   API:WWO:language:apikey:units:city 
                             example API:WWO:pt:0b6d39679dabe54e9749209aa2e54:C:belo_horizonte

my code https://www.dropbox.com/s/3qmrdmo84cfv9gg/weather.tar?dl=0

55
Developers / Re: Developing a Weather Plugin, videos
« on: February 24, 2015, 07:28:56 pm »
Hi Jim

i made some change  on code, now  is working  with NOAA  and  Word Weather online.
I'll leave running for a few days at home to see if everything is ok!


Carlos

56
Developers / Re: Developing a Weather Plugin, videos
« on: February 17, 2015, 12:39:33 pm »
Hi jim,
you can share the code with me, i can help integrate other api.

Carlos Fernandes

57
Developers / Re: Developing a Weather Plugin, videos
« on: February 14, 2015, 12:46:06 pm »
Hi J.

I think we could have a script for each data source, and one page in webadmin to configure which we would like, and include your own key api when needed, and also the time interval.

 I believe that the information in the table pluto_main.installation covers all data necessary for the pursuit of climate data.

in my case I can not use the zip. not all sites are located just by zip

 I'm running in cron with every 8 hours

58
Developers / Re: Developing a Weather Plugin, videos
« on: February 09, 2015, 11:54:03 am »

the api does not have the radar option, however the site has the following animation that I think I can capture it


http://www.worldweatheronline.com/weather-map/6/USA.aspx

59
Developers / Re: Developing a Weather Plugin, videos
« on: February 05, 2015, 06:09:02 pm »
i need   to know  the city  and state  to find  weather info

i use this query
 "select LC.City,State,Country_code,CC.City as C2,Region FROM Installation LC left join Country C on (LC.FK_Country=C.PK_Country) left join City CC on (LC.FK_city=CC.PK_CITY) left join Region R on (LC.State=R.Code and LC.FK_Country=R.FK_Country"


60
Developers / Re: Developing a Weather Plugin, videos
« on: February 05, 2015, 03:26:48 pm »
for now I am seeking information regarding the location in the installation table.
and seeking weather information at:
www.worldweatheronline.com


Pages: 1 2 3 [4] 5 6 ... 24