A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
config js help
-
Can someone take a look at this and tell me what I’m missing. I cannot find it for the life of me.
code_text
position: "top_left", }, { module: 'calendar', header: 'Drew's Calendar', position: 'top_left', config: { maximumEntries: '5', fade: false, calendars: [ { symbol: 'calendar-o ', url: "https://calendar.google.com/", } ] } }, { module: 'calendar', header: 'Mackenzie's Calendar', position: 'top_left', config: { maximumEntries: '5', fade: false, calendars: [ { symbol: 'calendar-o ', url: "http", } ] } }, { module: "helloworld", position: "top_bar", config: { text: "Welcome" } -
@dcarls91 if u r going to use single quotes, you can’t include them in the string.
‘Drew’s Calendar’
Use double quotes
“Drew’s Calendar”
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login