Close
0%
0%

Weather and Calendar Display

Similar projects worth following
The goal is a way to display information like the agenda of the day, current weather conditions and the like in a way more interesting than fiddeling around with one's smartphone. I want to display the information in a central point of the house, ideally a smart mirror or a framed e-ink-display.

I will use an owncloud installation to store the calendar entrys. Furthermore I am planning on using wetter.com as a supplier for weather data.

For the moment, I am focussing on gathering all the information I want to display automatically and to put it into a nice and readable form. I am not working on the output device at this stage. This is mostly because I do not want so spend any money into some kind of hardware device at a point at which I still cannot tell if the project is still interesting to me after a few days...furthermore I can just use my Raspbmc instance running as my bedroom media center to display the information as I wake up...

To get the data into a nice graphical form I am planning to use Inkscape at the command line.

  • Weather APIs

    treibair03/05/2015 at 08:22 0 comments

    The first try was the German site wetter.com. They offer a free API for small projects and the system seems to be very secure in regards to misuse of one's credentials by someone else, since a secret key and the search string are needed to create an MD5 hash which is then used as the actual query URL.

    Unfortunaltely, the offered features are very limited. Only ery basic information about the current conditions is available. Not quite what I am used to from my Android phone.

    So I am currently looking into what wunderground.com has to offer. And that's a lot! Again, for small projects their information is free (as in free beer). Small means less than 500 requests per day and less than 10 per minute. Both shall be very, VERY acceptable for me. Once the system is in place I will probably update once an hour. Maybe less.

    What bugs me is that the query URL only consists of unencrypted commands and an unencrypted user specific key. So basically anyone who gets hold of this key is able to poll information on my account. Which could in turn get me into trouble since it would be seen as a valid request. The wetter.com authentification scheme is a little bit more difficult to use but would give me some more peace of mind.

    Anyway. Since I am only planning to install the system in my own home and won't use it on someone else's network I am probably okay with it and prefer wunderground.com because of the more sophisticated features (hourly forecast, sattelite images, the lot!).

  • CalDAV Part 1

    treibair03/02/2015 at 22:48 0 comments

    Lots of fiddeling around with this promising looking CalDAV CLI Client on my BananaPi. Just right now it is still not working properly, I am just re-building some of the required python libraries (sudo easy_install --upgrade pytz tzlocal icalendar caldav)

View all 2 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates