My daily-life dashboard
Atom is my personal dashboard running on a Raspberry Pi. The codebase is based on the smashing modular dashboard with custom widgets build on top of it.
- synchonized timetable for my school
- current time and date
- network latency
- current ethereum price
- current bitcoin price
- nearby bus and metro schedules
- current weather in paris, requires an openweathermap api key
- air pollution index and map
- xkcd daily comic
- epiquote.fr
- world clock
- currated news from bbc
# Adapt the `docker-compose` to fit your needs
$ docker-compose build
$ docker-compose up -d
# Install bundler
$ gem install bundler
# Install smashing
$ gem install smashing
# Install the bundle of atom specific gems
$ bundle
# Start atom
$ smashing start