From 6a31ef5a8ca7a31971420bdcff2583898ab22596 Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 28 Dec 2018 00:43:01 +0100 Subject: [PATCH] Updated instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the text in the section ‚adding details to the programm‘ which contained some outdated information --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 830aec6..37b7038 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This is how the installer will run: ## Adding details to the programm -Once the packages are installed, navigate to the home directory, open 'E-Paper-Master' and open the file 'stable.py' inside the Calendar folder. +Once the packages are installed, navigate to the home directory, open 'E-Paper-Master' and open the file 'settings.py' inside the Calendar folder. 3 Main Details are needed to get running: 1. A valid ical URL. Use the export funtion in google calendar to create a ical url link and paste it in the url section @@ -69,12 +69,11 @@ Once you have setup everything, the E-Paper Calendar will refresh the screen in ## Updating If you were using a previous version and want to update, do the following: -* Save your personal details from the main script, located in `/home/pi/E-Paper-Master/Calendar/stable.py` in a different location. -For example you can create a text file which contains your openweathermap-api-key and iCal-url in `/home/pi/personal.txt` - +* Save your personal details from the main script, located in `/home/pi/E-Paper-Master/Calendar/settings.py` in a different location. +For example you can copy the settings.py file which contains your configuration information and settings to the home directory. * Remove the E-Paper-Master folder from the home directory with `sudo rm -r /home/pi/E-Paper-Master/` -* Re-run the (updated) installer and insert your details again in stable.py. Reboot to apply changes. +* Re-run the (updated) installer and after the install has finshed, copy the contents of the settings.py file to the new settings.py file, located in /home/pi/E-Paper-Master/Calendar/. ## Don't forget to check out the Wiki. It contains all the information to customising, understanding and setting up the script.