Display daily weather outside and inside room using a Raspberry Pi.
963
$ docker pull cpitzak/weather-web:1.0.0
$ docker run -e "WEATHER_WEB_MONGO_URL=mongodb://your_mongo_url/weatherdb" \
-e "WEATHER_WEB_TZ=your_time_zone_default_is_PST" \
-p 3000:3000 \
cpitzak/weather-web:1.0.0
Weather Service: https://hub.docker.com/r/cpitzak/weather-service/ DHT22 Sensor Service: https://hub.docker.com/r/cpitzak/weather-dht22-service/
More info here: https://github.com/cpitzak/weatherWeb
Content type
Image
Digest
Size
188.7 MB
Last updated
about 10 years ago
docker pull cpitzak/weather-web