Skip to content

Latest commit

 

History

History
executable file
·
51 lines (39 loc) · 1.21 KB

README.md

File metadata and controls

executable file
·
51 lines (39 loc) · 1.21 KB

MagicMirror² Module: Vindsiden

'MMM-Vindsiden' is a module for displaying weather data from vindsiden.no on a MagicMirror². It's using data from [vindsiden.no].

Full

Current version is 1.0.0 See changelog for version history.

Installation

Remote to your MM2-box with your terminal software and go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone the repository:

git clone https://github.com/erikmohn/MMM-vindsiden.git

Go to the modules folder:

cd MMM-vindsiden

Install the dependencies:

npm install

Add 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/