• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

config js help

Scheduled Pinned Locked Moved Unsolved Troubleshooting
2 Posts 2 Posters 509 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    dcarls91
    last edited by Jul 21, 2019, 8:44 PM

    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"
    			        } 
    
    S 1 Reply Last reply Jul 21, 2019, 10:03 PM Reply Quote 0
    • S Away
      sdetweil @dcarls91
      last edited by Jul 21, 2019, 10:03 PM

      @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”

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 1
      • 1 / 1
      1 / 1
      • First post
        1/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy