This is a module for the MagicMirror. This module shows the fish of the day.
- Navigate into your MagicMirror's
modules
folder and executegit clone https://github.com/nigel-daniels/MMM-Fish
. A new folderMMM-Fish
will appear.
The entry in config.js
has only one option.
You can change between English (default) and German names.
Here is an example of an entry in config.js
{
module: 'MMM-Fish',
header: 'Fish of the Day',
position: 'top_left',
config: {
language: 'german'
}
},
I was asked if we could have a fish of the day ^_^
- Michael Teeuw for the MagicMirror2 framework that made this module possible.