Skip to content

MagicMirror module that displays stats from your Unifi Network Application

License

Notifications You must be signed in to change notification settings

nuttersrest/MMM-UnifiNetwork

Repository files navigation

MMM-UnifiNetwork

MagicMirror module that displays various statistics from your Unifi Network Application. It uses the Unifi API and has been tested on 5.x,6.x and 7.x versions of the Unifi Network Applications. It should work on earlier versions but has not been tested.

Install

cd <Magic Mirror Directory>/modules
git clone https://github.com/nuttersrest/MMM-UnifiNetwork.git
cd MMM-UnifiNetwork
npm install

Configuration

{
	disabled: false,
	module: "MMM-UnifiNetwork",
	position: "top_right",
	header: 'Unifi Network Application',
		config: 
		{
			controllerURL: "unifi.example.com",	
			user: "MagicMirror",  							
			password: "password",						
			port: "443",											
			updateInterval: 1,								
			siteNo: "0"													
		}
}

About

MagicMirror module that displays stats from your Unifi Network Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published