Skip to content

Commit

Permalink
fixed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TTigges committed Feb 11, 2018
1 parent 0eae4c5 commit 59727e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MMM-Oiltank
This an extension for the [MagicMirror](https://github.com/MichMich/MagicMirror). It is a product of [this thread](https://forum.magicmirror.builders/topic/6486/show-integer-logs-from-python-script-as-diagram-in-mm/). It is intended to be used with a JSON that is updated daily to report on the tank volume.
## Installation
Navigate into your MagicMirror's `modules` folder and execute `git clone https://github.com/TTigges/MMM-FullsizeCover`.
Navigate into your MagicMirror's `modules` folder and execute `git clone https://github.com/TTigges/MMM-Oiltank`.
## Dependencies
This module reads a JSON with the tank volume.
````javascript
Expand All @@ -14,6 +14,7 @@ Add the module to the modules array in the `config/config.js` file:
modules: [
{
module: 'MMM-Oiltank',
position: 'bottom',
config: {
file: "http://192.168.0.123/yourfile.json" // only works with http: at the moment, doesn't work with localhost
}
Expand Down

0 comments on commit 59727e6

Please sign in to comment.