Skip to content

esmoyer/MMM-pihole-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMM-pihole-stats

Pi-Hole stats for MagicMirror2

Dependencies

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Configure your ~/MagicMirror/config/config.js:

    {
        module: 'MMM-pihole-stats',
        position: 'top_left', // Or any valid MagicMirror position.
        config: {
            // See 'Configuration options' for more information.
        }
    }
    

Configuration Options

Option Default Description
apiURL http://pi.hole/admin/api.php Absolute URL to the Pi-Hole admin API
showSources true Show request sources
showSourceHostnameOnly true Only show hostname if applicable without showing IP address
updateInterval 600000 Time in ms to wait until updating
retryDelay 2500 Time in ms to wait before retry

About

Pi-Hole stats for MagicMirror2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%