Magic Mirror module that displays weather from SMHI hourly. Weather icons changes upon sunrise and sunset. Relys on SMHI Api and Sunrise Sunset Api
This module uses Yarn.
yarn install
Key | Value | Required | Default | Description |
---|---|---|---|---|
lon | numeric | Y | - | Longitude |
lat | numeric | Y | - | Latitude |
hours | numeric | N | 12 | Hours to show. |
updateInterval | numeric milliseconds | N | 3600000 (60min) | Number of milliseconds between updates |
debug | boolean | N | false | Debug output. |
{
module: "MMM-Weather-SMHI-Hourly",
position: "top_right",
header: "Väder", // Optional
config: {
lon: "xx.xxxxxx",
lat: "yy.yyyyyy",
hours: 12
}
}
This module isn't perfect. If you find a bug or has a feature request don't hesitate to create an issue OR even better, create a pull request! :D