Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CMALG authored Feb 13, 2020
1 parent 4ab7a86 commit 69d7750
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ modules: [
module: 'MMM-GrafanaChart',
position: 'top_right', // This can be any of the regions.
config: {
host: "grafana_host", //Mandatory. See url when displaying within grafana
port: 3000, // Mandatory.
dashboardname: "weatherforecast", // Mandatory.
orgId: 1, // Mandatory.
panelId: 2, // Mandatory.
width: "100%", // Optional. Default: 100%
height: "100%", // Optional. Default: 100%
refreshInterval: 900 //Optional. Default: 900 = 1/4 hour
}
version: "6" // Mandartory if you are using Grafana verison 6.x or greater
id: "as8fa8na", // Mandartory if you are using Grafana verison 6.x or greater found after /d/ in the url
host: "grafana_host", //Mandatory. See url when displaying within grafana
port: 3000, // Mandatory.
dashboardname: "weatherforecast", // Mandatory.
orgId: 1, // Mandatory.
panelId: 2, // Mandatory.
width: "100%", // Optional. Default: 100%
height: "100%", // Optional. Default: 100%
refreshInterval: 900 //Optional. Default: 900 = 1/4 hour
}
},
]
````
Expand Down

0 comments on commit 69d7750

Please sign in to comment.