Files
pi-hosted/template/apps/pi-weather-station.json
2023-03-05 16:30:55 -05:00

29 lines
1.1 KiB
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "This is a weather station designed to be used with a Raspberry Pi on the official 7 800x480 touchscreen. The weather station will require you to have API keys from Mapbox and ClimaCell (v4). Optionally, you can use an API key from LocationIQ to preform reverse geocoding.",
"image_arm64": "seanriggs/pi-weather-station:arm64",
"image_amd64": "seanriggs/pi-weather-station",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/weather.png",
"name": "pi-weather-station",
"note": "MUST DO FIRST! - create volume call weatherdata",
"officialDoc": "https://github.com/SeanRiggs/pi-weather-station/blob/master/Docker%20Image/Docker-ReadMe.md",
"platform": "linux",
"ports": [
"8888:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "pi-weather-station",
"type": 1,
"volumes": [
{
"bind": "weatherdata",
"container": "/app"
}
],
"videoID": "N.20",
"webpage": "https://github.com/SeanRiggs/pi-weather-station"
}