Skip to content

MMM-SwissSmartUrbanHeatMap allows you to view climatic data from stations of the measuring network [Smart Urban Heat Map Bern](https://smart-urban-heat-map.ch/)

License

Notifications You must be signed in to change notification settings

git-pesche/MMM-SwissSmartUrbanHeatMap

Repository files navigation

MMM-SwissSmartUrbanHeatMap

MMM-SwissSmartUrbanHeatMap allows you to view climatic data from stations of the measuring network Smart Urban Heat Map Bern (temperature & humidity) on your MagicMirror².

Display

Data is provided by Smart Urban Heat Map Project Bern, Switzerland

Installation

cd ~/MagicMirror/modules

Clone the repository:

git clone https://github.com/git-pesche/MMM-SwissSmartUrbanHeatMap

Configure the module in your config.js:

modules: [
  {
    module: 'MMM-SwissSmartUrbanHeatMap',
    position: 'top_right',
    header: 'Elfenau Bern',
    config: {
      city: '1E40CBFEFFE70FFE',
      humidity: 'vertical',
    }
  },
]

Configuration Options

Option Description
city Location of the measuring station to display the temperature & humidity. (possible values see: https://smart-urban-heat-map.ch/api/1.0/stations)
humidity Layout to show humidity with ('vertical', 'horizontal' or 'none')
updateIntervalMs How often the module should update itself (every 15min by default)

About

MMM-SwissSmartUrbanHeatMap allows you to view climatic data from stations of the measuring network [Smart Urban Heat Map Bern](https://smart-urban-heat-map.ch/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published