A Magic Mirror module which show what's currently playing now on the dutch radio station Slam!
- Go to the MagicMirror modules folder
cd ~/MagicMirror/modules
- Clone this repository
git clone https://github.com/ngnijland/MMM-slamfm-playing-now.git
- Add the this module to the modules array in the MagicMirror
config/config.js
file, like this:
modules: [
{
module: "MMM-slamfm-playing-now",
position: "bottom_left"
}
]
Configure this module in your MagicMirror config file which is located at config/config.js
in the MagicMirror repository. An example config for this module:
modules: [
{
module: "MMM-social-counter",
position: "middle_center",
config: {
// Options
}
}
]
The following configurations are available:
Config | Type | Default value | Description |
---|---|---|---|
updatesEvery |
number |
10 |
The amount of seconds between each update |