Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
/ TableStatusWeb Public archive

Status screen for your home, including weather, shared calendar, photos slideshow and simple notes

License

Notifications You must be signed in to change notification settings

beshur/TableStatusWeb

Repository files navigation

TableStatus

This is a project I build to reuse my old iPad to serve as a table-top status screen for our family, including shared calendar, photos slideshow and some notes.

Using

See .env.example for the env vars required at the build-time.

You need to obtain:

  • openweather API key
  • set openweather-compatible location (City,2-letter country code)
  • Google APIs key and client ID (credentials)
  • Enable Calendar and Photos Library in Google APIs console
  • Obtain the Google Calendar ID you want to display (without using API you can go to your calendar settings as a user and scroll to Integrate calendar and there you will find Calendar ID ending probably in @group.calendar.google.com)
  • Set slideshow rotation interval in ms

I use Netlify to deploy:

Deploy to Netlify

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and preact-render-spy 
npm run test

For detailed explanation on how things work, checkout the CLI Readme.

About

Status screen for your home, including weather, shared calendar, photos slideshow and simple notes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published