A port of my hybrid go/react personal dashboard over to next.js/typescript
touch .env.local
# set values:
LAT=xx.xxxxxxxx
LON=-xx.xxxxxxxxx
DARKSKY_API_KEY=xxxxxxxxxxxxxxxxxxxxx
NEXT_PUBLIC_ZIP=xxxxx
NEXT_PUBLIC_SHOW_SECONDS=true
NEXT_PUBLIC_DARK_MODE=true
NEXT_PUBLIC_CHUNKY_FONTS=false
yarn
yarn run dev
open http://localhost:3000
For epaper displays consider changing the following env vars:
NEXT_PUBLIC_SHOW_SECONDS=false
NEXT_PUBLIC_DARK_MODE=false
NEXT_PUBLIC_CHUNKY_FONTS=true
- More modules
- Swap api provider from darksky to account for the upcoming shutdown
- Hue LAN support