Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.64 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.64 KB

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: '11025',
      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/v2/stations)
humidity Layout to show humidity with ('vertical', 'horizontal' or 'none')
updateIntervalMs How often the module should update itself (every 15min by default)