Skip to content

mrvanes/MMM-PVoutput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMM-PVoutput

PVOutput module for MagicMirror

{
	module: 'MMM-PVoutput',
	position: 'lower_third',
	config: {
		sid: <Your pvoutput SystemID>,
		apiKey: "<Your pvoutput.org api Key>",
		width: 500,
		height: 300,
		lineWidth: 2,
		showConsumption: true,
		genLineColor: "#e0ffe0",
		genFillColor: "rgba(100, 200, 100, 0.2)",
		consLineColor: "#ffe0e0",
		consFillColor: "rgba(200, 100, 100, 0.2)",
		maxPower: 2500,
		updateInterval: 300000,
	}
}

About

PVOutput module for MagicMirror

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published