Re: [O] org-weather for openweathermap.org

2014-06-27 Thread Andreas Leha
Hi Rüdiger, Rüdiger Sonderfeld writes: > Hi, > > On Saturday 14 June 2014 15:11:21 Chris Raschl wrote: >> recently I wanted to add a weather forecast to my org-agenda. I found >> org-google-weather, but this package is obsolete since 2012, because the >> API is not available any more. So I wrot

Re: [O] org-weather for openweathermap.org

2014-06-17 Thread Thorsten Jolitz
Ian Barton writes: >> Thanks, had to use this to make it work: >> >> #+CATEGORY: Citiy >> %%(diary-sunrise-sunset) >> >> >> City: 6:32.. Sunrise (CEST), sunset 11:16pm (CEST) >> >> But somehow lat/long are right, but time is 2h off ... I'm GMT+2 >> (CEST) here. >> Where is the time adj

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Doyley, Marvin
Thanks, I will change the api cheers, M --

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Nick Dokos
mdoy...@ur.rochester.edu (Doyley, Marvin) writes: > I love this app, but there is only one snag. Changing the temperature units > from Celsius to Fahrenheit doesn't work. I get the same results regards > of the units in specified in the org-weather-unit variable [I don't have an org-weather-unit

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Ian Barton
On 16/06/14 11:45, Thorsten Jolitz wrote: Ian Barton writes: On 15/06/14 12:54, Thorsten Jolitz wrote: Not sure though if this data (except the moon phase) is as universally and easily available as the data you display Sunset and rise would be interesting too of course. You can ge

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Doyley, Marvin
I love this app, but there is only one snag. Changing the temperature units from Celsius to Fahrenheit doesn't work. I get the same results regards of the units in specified in the org-weather-unit variable cheers, M -- Marvin Doyley Associate Professor 343 Hopeman Engineering Building Universit

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Alan Schmitt
On 2014-06-16 10:04, Rüdiger Sonderfeld writes: > Hi, > > On Saturday 14 June 2014 15:11:21 Chris Raschl wrote: >> recently I wanted to add a weather forecast to my org-agenda. I found >> org-google-weather, but this package is obsolete since 2012, because the >> API is not available any more. S

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Thorsten Jolitz
Ian Barton writes: > On 15/06/14 12:54, Thorsten Jolitz wrote: > > > >> >> Not sure though if this data (except the moon phase) is as universally >> and easily available as the data you display Sunset and rise would >> be interesting too of course. >> > > You can get sunrise and sunset by do

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Ian Barton
On 15/06/14 12:54, Thorsten Jolitz wrote: Not sure though if this data (except the moon phase) is as universally and easily available as the data you display Sunset and rise would be interesting too of course. You can get sunrise and sunset by doing something like in an Agenda file:

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Thorsten Jolitz
Chris Raschl writes: Hi, I made a little table comparing Beaufort and m/s with data from Deutscher Wetterdienst, text is in German therefore, but the numbers are not fortunately, so the table might be usefull for others too (after deleting the text columns). * Windwarnskala Quelle: [[http://

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Rüdiger Sonderfeld
Hi, On Saturday 14 June 2014 15:11:21 Chris Raschl wrote: > recently I wanted to add a weather forecast to my org-agenda. I found > org-google-weather, but this package is obsolete since 2012, because the > API is not available any more. So I wrote my own version which is backed > by the openweat

Re: [O] org-weather for openweathermap.org

2014-06-15 Thread Thorsten Jolitz
Chris Raschl writes: Hi Chris, > first of all, thanks for your suggestions, I really appreciate it. thanks to you for this nice library > I improved result processing a little bit and added a formatting string > (org-weather-format). You can now also add different temperature fields, > as well

Re: [O] org-weather for openweathermap.org

2014-06-15 Thread Chris Raschl
Hi Thorsten, first of all, thanks for your suggestions, I really appreciate it. tjol...@gmail.com writes: > Chris Raschl writes: > >> Hi everybody, >> >> recently I wanted to add a weather forecast to my org-agenda. I found >> org-google-weather, but this package is obsolete since 2012, because

Re: [O] org-weather for openweathermap.org

2014-06-14 Thread Thorsten Jolitz
Chris Raschl writes: > Hi everybody, > > recently I wanted to add a weather forecast to my org-agenda. I found > org-google-weather, but this package is obsolete since 2012, because the > API is not available any more. So I wrote my own version which is backed > by the openweathermap.org API. > >

Re: [O] org-weather for openweathermap.org

2014-06-14 Thread Fletcher Charest
Hi, Nothing particular to say except that it is nice, and working well! Thank you for this! FC On Sat, Jun 14, 2014 at 3:11 PM, Chris Raschl wrote: > > Hi everybody, > > recently I wanted to add a weather forecast to my org-agenda. I found > org-google-weather, but this package is obsolete s

[O] org-weather for openweathermap.org

2014-06-14 Thread Chris Raschl
Hi everybody, recently I wanted to add a weather forecast to my org-agenda. I found org-google-weather, but this package is obsolete since 2012, because the API is not available any more. So I wrote my own version which is backed by the openweathermap.org API. I implemented the minimal usecase w