Hello, I am entering the info text in my config.js file (after installing etc) when I put the config text in the JS my MM nolonger runs. I know its an issue with that block of text because as soon as I delete it it runs with no issue. Here is the code
module: 'MMM-Flickr',
position: 'upper_third',
config: {
id: '#########@N##',
animationSpeed: 2500,
updateInterval: 10000,
size: 'm' // Default is m, can be o=original, t=thumbnail, s= 75x75, b=1024
// 'z' medium 640, 640 on longest side. 'c' medium 800, 800 on longest side
}
},
I enter it exactly as you see above any assistance would be awesome I also tried id: '#########', and that didnt seem to work either.
Hello, I am entering the info text in my config.js file (after installing etc) when I put the config text in the JS my MM nolonger runs. I know its an issue with that block of text because as soon as I delete it it runs with no issue. Here is the code
I enter it exactly as you see above any assistance would be awesome I also tried id: '#########', and that didnt seem to work either.