Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Create a Weather Station on you're Raspberry Pi with the Sense-Hat. Raspberry Pi Sense-Hat

This Python based weather station runs inside a Docker container, sounds cool right :-)

To build the Docker image yourself

wget https://raw.githubusercontent.com/remonlam/rpi-docker-weather/master/Dockerfile docker build -t rpi-docker-weather .

To run the "pre-build" script just execute this line, if you run the Dockerfile make sure you change the image name

docker run -d --privileged=true remonlam/rpi-docker-weather

To run you're own script and mount /docker-data from the host to the container and execute "python /data/script.py"

docker run -d --privileged=true -v /docker-data:/data remonlam/rpi-docker-weather python /data/script-name.py

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages