Skip to content

Thie is a node module for Magic Mirror, that show a tide graph from Kartverket in Norway

Notifications You must be signed in to change notification settings

kagjerde/MMM-FloGraph

Repository files navigation

MMM-FloGraph

This is a module for Magic Mirror² that will collect data from Kartverket in Norway and display a tide table.

The module can be configured to show several days and a spesific location.

The module uses XML data format from Kartverket in Norway. Please see Kartverket for details.

Installation

Clone this repository in your modules folder, and install dependencies:

cd ~/MagicMirror/modules # adapt directory if you are using a different one
git clone https://github.com/kagjerde/MMM-FloGraph.git
cd MMM-FloGraph
npm install # this can take a while

Please note that this module require two libraries that may not be installed in your configuration. If this is the case then pleas downolad the following:


You can install these libraries in the 'node_modules' directory at the root of Magic Mirror.

Screenshot

Layout 1

When used in combination with the "sister" module MMM-Flo, the display will show both the table and graph: Layout 1

Configuration

Add the module to your modules array in your config.js.

	{
			module: "MMM-FloGraph",
			position: "top_right", //top_bar, top_left, top_center, top_right, upper_third, middle_center, lower_third, bottom_left, bottom_center, bottom_right, bottom_bar, fullscreen_above, and fullscreen_below
			config: {
				refreshInterval: 5 * 60 * 1000, // every 5 minutes
				daysSpan:1,
				lat:60.260000,
				lon:5.320000,
				datatype:"all", //all, obs, pre, tab
			}
        }, 

Credits

The module is based on the MMM-HTTPRequestDisplay By Eunan Camilleri, and MMM-dynchart module by Chris van Marle

License

The MIT License (MIT)

Copyright © 2019 KAG

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

About

Thie is a node module for Magic Mirror, that show a tide graph from Kartverket in Norway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published