• 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.

my mirror freezes!

Scheduled Pinned Locked Moved Unsolved Troubleshooting
98 Posts 5 Posters 29.6k Views 4 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.
  • S Offline
    sdetweil @Manu85
    last edited by Apr 5, 2020, 2:59 PM

    @Manu85 yes, follow the modules readme

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • M Offline
      Manu85
      last edited by Apr 5, 2020, 3:01 PM

      ok i try …

      1 Reply Last reply Reply Quote 0
      • M Offline
        Manu85
        last edited by Apr 5, 2020, 3:10 PM

        I installed it at the top of the config.js file and I have an error when starting the MM “please create a config file”
        language: “fr”,
        timeFormat: 24,
        units: “metric”,

        modules: [
        	{
                module: 'MMM-Logging',
                config: {
                    // Module functions out of the box with nothing set here.
                    // See below for configurable options.
                }
            }
        ]
        

        }

        S 1 Reply Last reply Apr 5, 2020, 3:19 PM Reply Quote 0
        • S Offline
          sdetweil @Manu85
          last edited by Apr 5, 2020, 3:19 PM

          @Manu85

          	{
                  module: 'MMM-Logging',
                  config: {
                      // Module functions out of the box with nothing set here.
                      // See below for configurable options.
                  },    // < ---- missing comma  (like behind all modules)
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • M Offline
            Manu85
            last edited by Apr 5, 2020, 3:25 PM

            I installed it at the top of the config.js file and I have an error when starting the MM “please create a config file”
            language: “fr”,
            timeFormat: 24,
            units: “metric”,

            modules: [
            	{
                    module: 'MMM-Logging',
                    config: {
                        // Module functions out of the box with nothing set here.
                        // See below for configurable options.
                    }
                }
            ]
            

            }

            1 Reply Last reply Reply Quote 0
            • M Offline
              Manu85
              last edited by Apr 5, 2020, 3:29 PM

              excuse me I sent the message twice because the site had crashed …, I test what you sent me

              1 Reply Last reply Reply Quote 0
              • M Offline
                Manu85
                last edited by Apr 5, 2020, 3:34 PM

                I still have the same message.
                language: “fr”,
                timeFormat: 24,
                units: “metric”,

                modules: [
                	{
                    module: 'MMM-Logging',
                    config: {
                        // Module functions out of the box with nothing set here.
                        // See below for configurable options.
                    },    // < ---- missing comma  (like behind all modules)
                
                S 1 Reply Last reply Apr 5, 2020, 3:45 PM Reply Quote 0
                • S Offline
                  sdetweil @Manu85
                  last edited by Apr 5, 2020, 3:45 PM

                  @Manu85 sorry, copy error on my part

                  	{
                          module: 'MMM-Logging',
                          config: {
                              // Module functions out of the box with nothing set here.
                              // See below for configurable options.
                          }
                      } ,    // < --- add comma here  means continued 
                  

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Manu85
                    last edited by Apr 5, 2020, 3:51 PM

                    impeccable, you’re the best, the mirror has restarted, and now what’s next please

                    S 1 Reply Last reply Apr 5, 2020, 3:54 PM Reply Quote 0
                    • S Offline
                      sdetweil @Manu85
                      last edited by Apr 5, 2020, 3:54 PM

                      @Manu85 wait til it hangs… look at the MMM-Logging module instructions, where does it put the log file,
                      find it and practice how to view it

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 9
                      • 10
                      • 3 / 10
                      3 / 10
                      • First post
                        26/98
                        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