Skip to content

Commit

Permalink
Update Installation Config Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored Feb 9, 2017
1 parent 6ba7f9c commit f3230ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Because this code is hosted and authenticated server-side on Google Apps Script,
1. Create a [new Google Apps Script project](https://www.google.com/script/start/) in Google Drive.
2. Copy and paste the code from the `src` folder into six files in the Apps Script project
3. Go into **Resources****Advanced Google services...**, and turn on the **Calendar API v3**. Also follow the *Developer Console* link on this same screen and enable access to the **Google Calendar API** for this project ([more information](https://developers.google.com/apps-script/guides/services/advanced)).
4. Go into **Publish****Deploy as web app...**. Choose the level of access that you want to have on the in/out web page, and click **Deploy**.
4. Go into the `config.html` file and modify your location name, latitude, longitude (all for the weather), names, phone numbers, and email addresses, as well as whether or not you'd like to show phone extensions.
5. Go into **Publish****Deploy as web app...**. Choose the level of access that you want to have on the in/out web page (Under **Who has access to the app:**), and click **Deploy**.

You're done! Share the link to your new In/Out board (the *Current web app URL*), or point a TV to look at that page.

Expand Down

4 comments on commit f3230ad

@babydux
Copy link

@babydux babydux commented on f3230ad Jul 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to try your code, where do you display the html file or see the output?

@leoherzog
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@babydux This code uses the Google Apps Script Web App system to dynamically create the HTML page. Follow the instructions in the setup section of the README to get started.

@babydux
Copy link

@babydux babydux commented on f3230ad Jul 11, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leoherzog
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you copy and paste the six files in the src folder (step 2 in the setup section of the README)?

Please sign in to comment.