-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Miguel Ángel Fernández edited this page Nov 17, 2016
·
11 revisions
- A Raspberry Pi, any version
- SD Card >= 8Gb
- Speakers
- Wifi USB Adapter (optional)
Install ruby
$> sudo apt-get install ruby
and bundler
$> gem install bundler
For setting alarms based on Spotify playlists you must install the mopidy-spotify extension (spotify premium required).
Get the authorization to access your Google Calendar through the API. Follow the instructions and finally get a file named client_secret.json
that the application needs in order to query Google.
It is very important that the system's timezone matched the calendar timezone. To change the system timezone use
$> timedatectl list-timezones
$> timedatectl set-timezone 'your timezone'