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.

    Magic mirror booting for first time

    Scheduled Pinned Locked Moved Troubleshooting
    4 Posts 3 Posters 2.5k 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.
    • K Offline
      Karagas
      last edited by paviro

      Hello everyone,

      Yesterday I began installing all that was necessary for my magic mirror with this tutorial. After some bugs, I finally managed to make this start but then… this happened (please ignore the wrong resolution, I still have to find a way to stabilize that since it sometimes changes when booting)

      So my question is: can it possibly come from the way I installed this? Or is it really my config.js file?

      Since you probably can’t tell without my config file, here it is:

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
      	port: 8080,
      
      	language: 'fr',
      	timeFormat: 24,
      	units: 'metric',
      
      	modules: [
      		{
      			module: 'alert',
      		},
      		{
      			module: 'clock',
      			position: 'top_left'
      		},
      		{
      			module: 'calendar',
      			header: 'Calendrier',
      			position: 'top_left',
      			config: {
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
      					}
      				]
      			}
      		},
      		{
      			module: 'compliments',
      			position: 'lower_third'
      				config: {
      					compliments:{
      						morning:[
      							'blablabla!',
      							'blablabla!',
      							'blabalbal!'
      						]
      						afternoon:[
      							'blablabal',
      							'blabalbal!!'
      						]
      						evening:[
      							'blabalbal!!',
      							'blablabla?'
      						]
      					}
      				}
      		},
      		{
      			module: 'currentweather',
      			position: 'top_right',
      			config: {
      				location: 'Paris',
      				locationID: '2988507',  //ID from http://www.openweathermap.org
      				appid: '31a8ba8d6d5dc4953cc52ba06a675ecf'
      			}
      		},
      		{
      			module: 'weatherforecast',
      			position: 'top_right',
      			header: 'Weather Forecast',
      			config: {
      	            location: 'Paris',
      				locationID: '2988507',  //ID from http://www.openweathermap.org
      	            appid: '31a8ba8d6d5dc4953cc52ba06a675ecf'
      			}
      		},
      		{
      			module: 'newsfeed',
      			position: 'bottom_bar',
      			config: {
      				feeds: [
      					{
      						title: "Libération",
      						url: "rssliberationfr/rss/latest/",					},
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      

      Note from admin: Please use Markdown on code snippets for easier reading!

      1 Reply Last reply Reply Quote 0
      • B Offline
        bobbob601
        last edited by paviro

        This post is deleted!
        K 1 Reply Last reply Reply Quote 0
        • MichMichM Offline
          MichMich
          last edited by

          Please note that the guide you followed is ⚠︎EXTREMELY OUTDATED⚠︎. Please check this guide:
          https://forum.magicmirror.builders/topic/236/complete-setup-tutorial

          1 Reply Last reply Reply Quote 1
          • K Offline
            Karagas @bobbob601
            last edited by

            So, should I re-install everything with the new guide?

            If the missing coma doesn’t make it work I will anyway, thank you both!!

            1 Reply Last reply Reply Quote 0

            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
            • 1 / 1
            • First post
              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