A simple react-native app to cycle background images (works great on Chromecast with Google TV)
- Clock
- Live weather by location
- New background every 2 minutes
- Avoids using the same background twice for RSS feeds
For now, the env.js
file is required to build.
There are two image fetch methods: app-server
which is bundled in this repo, or a custom RSS
feed
- Choose a feed method
- Duplicate
env.sample.js
asenv.js
- Either deploy and use the
app-server
or use an RSS feed consisting of images
app/env.js
export default {
ANIMATION_LONG: 3000,
ANIMATION_SHORT: 1000,
APP_SERVER_URL: '',
FETCH_METHOD: '',
IMAGE_TIMER: 120,
OPENWEATHERMAP_KEY: '',
RSS_URL: '',
TITLE: 'Ambient TV',
};
app-server/.env
B2_BUCKET=
B2_KEY_ID=
B2_KEY_APPLICATION=
B2_ACCESS_LINK=https://f002.backblazeb2.com