Created
September 22, 2019 23:56
-
-
Save huhn511/384e303cf24db99490fc5ff5522dcce2 to your computer and use it in GitHub Desktop.
MagicMirror module mamfeed example configuration (config/config.js)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modules: [ | |
{ | |
module: "mamfeed", | |
position: "bottom_bar", // This can be any of the regions. | |
config: { | |
// The config property is optional. | |
// If no config is set, an example calendar is shown. | |
// See 'Configuration options' for more information. | |
feeds: [ | |
{ | |
title: "#STODT", | |
mam_root: "VCUINPFTXXFVHBLKVJXBRWJWJUCOSTFSXTZTANATEQKSPJMSPNCJXNW9UNTOPGQPKJHNLBCTRNKKE9FYB", | |
}, | |
{ | |
title: "einfachIOTA", | |
mam_root: "YZZYODXUHIJPBQRRHEIED9KNFBQBOIQBPWAXAGN9T9UCMIS9ESSWMHXVUOHDBFFJDGUZARPQJBOLYOSFD", | |
}, | |
] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment