'MMM-Vindsiden' is a module for displaying weather data from vindsiden.no on a MagicMirror². It's using data from [vindsiden.no].
Current version is 1.0.0 See changelog for version history.
Remote to your MM2-box with your terminal software and go to your MagicMirror's Module folder:
cd ~/MagicMirror/modulesClone the repository:
git clone https://github.com/erikmohn/MMM-vindsiden.gitGo to the modules folder:
cd MMM-vindsidenInstall the dependencies:
npm installAdd the module to the modules array in the config/config.js file by adding the following section. You can change this configuration later when you see this works:
{
module: 'MMM-vindsiden',
header: 'Vindsiden.no',
position: 'top_left',
config: {
maxItems: 10,
locations: [
{
locationId: "1" //Larkollen
}
]
}
},
...
For a full list of avaiable weatherstations, see: http://vindsiden.no/api/stations
Vindsiden.no API is roughly documented here: http://vindsiden.userecho.com/topics/9-finnes-det-et-api-mot-vindsidenno/
