From e1a7ba646de46c12918700c2e3f181f5da1a2e27 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 27 Aug 2018 00:43:22 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fa06211..f05206c 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,18 @@ Attention, this repository has just been created. Please do not use it yet as th #Place image of the calendar here ## Main features -Display the date and a full monthly calendar -Syncronise events from any online calendar (like google, yahoo etc.) -Get live weather data (including temperature, humidity, etc.) using openweathermap api +* Display the date and a full monthly calendar +* Syncronise events from any online calendar (like google, yahoo etc.) +* Get live weather data (including temperature, humidity, etc.) using openweathermap api ## Hardware required * 7.5" E-Paper Display (Black, White, Red) with driver hat from waveshare (https://www.waveshare.com/product/7.5inch-e-paper-hat-b.htm) - * Raspberry Pi Zero W (without headers) - * 90° angled 2x20 Pin GPIO headers - * MicroSD card (min. 4GB) * MicroUSB cable -⋅⋅* 3d-printer (you can also appoint any 3d-printing service) -⋅⋅* Soldering iron +* 3d-printer (you can also appoint any 3d-printing service) +* Soldering iron ## Setup @@ -29,4 +26,4 @@ Execute the following command in the Terminal to install all required packages: sudo curl -sSL https://raw.githubusercontent.com/aceisace/Raspberry-Pi-Google-Calendar-with-E-Paper-display/master/Packages-installer | bash ### Customising the main script -Once the packages are installed, you can copy the 'Calendar' folder from this directory to the 'Home' folder of the 'Pi' user. +Once the packages are installed, you can copy the 'Calendar' folder from this directory to the 'Home' folder of the 'Pi' user on the raspberry pi. From there, navigate to the file 'calendarv2.4' and edit the file according to your own needs.