Skip to content

sunkast/MMM-Favicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MMM-Favicon

Make any icon the favicon for MagicMirror

Installation

In your terminal, go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/sunkast/MMM-Favicon.git

Configure the module in your config.js file.

Using the module

To use this module, add it to the modules array in the config/config.js file:

  {
    module: "MMM-Favicon",
    position: "top_left",
    config: { 
      icon: "icon.png"
    }
  }

Configuration options

The following properties can be configured:

Option Default Description
icon "icon.png" The name of the icon file you have placed in the module folder.

About

Make any icon the favicon for MagicMirror

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published