Skip to content

Instantly share code, notes, and snippets.

@huhn511
Created September 22, 2019 23:56
Show Gist options
  • Save huhn511/384e303cf24db99490fc5ff5522dcce2 to your computer and use it in GitHub Desktop.
Save huhn511/384e303cf24db99490fc5ff5522dcce2 to your computer and use it in GitHub Desktop.
MagicMirror module mamfeed example configuration (config/config.js)
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