Read the statement by Michael Teeuw here.
Family Info Board
-
@Wedee Thanks!
I can not find where the access token and client ID should go in the config.js file.
Any tips or pointers on where to put this information?modules: [ { module: 'MMM-Wunderlist', position: 'top_right', // This can be any of the regions. Best results in left or right regions. header: 'Wunderlist', // This is optional config: { // See 'Configuration options' for more information. } } ]
-
It is added just below the
config: {
Like this…
{ module: 'MMM-Wunderlist', position: 'top_right', // This can be any of the regions. Best results in left or right regions. header: 'XXX', // This is optional config: { accessToken: 'xxxxxxx', clientID: 'xxxxxxx', lists: ["XXXX"], fade: false, interval: "120" } },
-
@Wedee Thanks! Works perfect now!
-
So… how did Christmas go? I hope everyone was amazed!
-
Sorry just got back from a work trip to Europe. Yes the Family loves the board. Already have made several improvements, and have several more ideas we want to try. I had bought an additional Raspberry Pi to play with and successfully set up Alexa, so I think that is the next major add to the info board.
After telling a few at work about the idea two more guys have set up a similar board at their place, and their families love it as well.
-
@Wedee said in Family Info Board:
Sorry just got back from a work trip to Europe. Yes the Family loves the board. Already have made several improvements, and have several more ideas we want to try. I had bought an additional Raspberry Pi to play with and successfully set up Alexa, so I think that is the next major add to the info board.
After telling a few at work about the idea two more guys have set up a similar board at their place, and their families love it as well.
It would be great if you could share your css.
Your calendar looks great but i am absolutely css noob. -
@fox agreed.
would be cool if he would share that w/the rest of us. LOL -
@fox agreed.
Weedee could you please share ?
-
As I have already done for many, just shoot me a PM with your email address and I will send the custom.css and background.
-
@Wedee can you post your custom.css file?