Sign inSign up

cpitzak/weather-web

By cpitzak

•Updated about 10 years ago

Display daily weather outside and inside room using a Raspberry Pi.

Image
0

963

cpitzak/weather-web repository overview

⁠Install and Run

$ 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/⁠

⁠Github Repo

More info here: https://github.com/cpitzak/weatherWeb⁠

Tag summary

Content type

Image

Digest

Size

188.7 MB

Last updated

about 10 years ago

docker pull cpitzak/weather-web