Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.11 KB

Smart Clock

upcycle - smart display

Smart Clock is a web application that displays time, weather, videos, and potentially other features in the future, on any device with a browser, such as a tablet.

Kindle 1 2011 (Upgraded to slimp ROM) running Smart Clock using Fully.

⚠️ Swipe left or right (using mouse or touch) to changee screen.

ℹ️ Optionally you can load external playlist by using the playlist parameter:

https://sonictruth.github.io/smart-clock/?playlist=https://raw.githubusercontent.com/iptv-org/iptv/master/channels/pl.m3u

Use Fully Kiosk Browser or Add to Home screen for a full screen experience.

Start

REACT_APP_OPEN_WEATHER_URL=https://api.openweathermap.org/data/2.5/onecall REACT_APP_OPEN_WEATHER_KEY=xxxxxxxx npm run start

Deploy

REACT_APP_OPEN_WEATHER_URL=https://api.openweathermap.org/data/2.5/onecall REACT_APP_OPEN_WEATHER_KEY=xxxxxxxx npm run deploy