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.

    Help file confing. js

    Scheduled Pinned Locked Moved Troubleshooting
    12 Posts 3 Posters 3.2k Views 3 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.
    • G Offline
      Gianluca
      last edited by

      Hello to all. I would like a help if possible on how to find a solution to my problem. After carrying out the steps for the installation of the Magic Mirror, at the start of the MM tells me that I have to configure the file confing.js
      How can I do ? where can I find the solution?

      justjim1220J 1 Reply Last reply Reply Quote 0
      • justjim1220J Offline
        justjim1220 Module Developer @Gianluca
        last edited by

        @gianluca

        when you downloaded MagicMirror, you should have a folder named config
        in that folder, you should have a config.js.sample or a config.sample.js
        rename that file to config.js
        it should work then

        "Life's Too Short To Dance With Ugly People"
        Jim Hallock - 1995

        1 Reply Last reply Reply Quote 0
        • G Offline
          Gianluca
          last edited by

          thank you so much!!! it works. But if I want to do it in Italian, I have to modify the Forms or find modules in Italian

          justjim1220J 1 Reply Last reply Reply Quote 0
          • justjim1220J Offline
            justjim1220 Module Developer @Gianluca
            last edited by

            @gianluca

            No problem, always glad to help.

            most modules and including MagicMirror should have an Italian translation

            At the top of the config file, just above modules: [
            You should find this…

            
            	language: "en",
            	timeFormat: 24,
            	units: "imperial",
            
            	modules: [
            

            this is where you put in the code for your language. I think yours should be ‘it’

            "Life's Too Short To Dance With Ugly People"
            Jim Hallock - 1995

            1 Reply Last reply Reply Quote 0
            • G Offline
              Gianluca
              last edited by

              Changed the confing, but only the calendar description changes me. So the rest should I change it? I would love to insert the weather module is difficult? are there any tutorials explaining how to insert the forms?

              justjim1220J 2 Replies Last reply Reply Quote 0
              • justjim1220J Offline
                justjim1220 Module Developer @Gianluca
                last edited by

                @gianluca

                Every module SHOULD have a sample config entry for them in the Readme file or on the main page of the modules

                "Life's Too Short To Dance With Ugly People"
                Jim Hallock - 1995

                1 Reply Last reply Reply Quote 0
                • justjim1220J Offline
                  justjim1220 Module Developer @Gianluca
                  last edited by

                  @gianluca

                  I just switched mine to Italian and the only module that changed was MMM-NOAA3 which is a really good weather module.

                  "Life's Too Short To Dance With Ugly People"
                  Jim Hallock - 1995

                  1 Reply Last reply Reply Quote 1
                  • G Offline
                    Gianluca
                    last edited by

                    I have difficulty entering the weather. I modified the form and configured the boundary. js but nothing does not appear to me. is there a tutorial that explains how to modify and insert the modules?

                    Mykle1M 1 Reply Last reply Reply Quote 0
                    • Mykle1M Offline
                      Mykle1 Project Sponsor Module Developer @Gianluca
                      last edited by

                      @gianluca said in Help file confing. js:

                      is there a tutorial that explains how to modify and insert the modules?

                      https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 2
                      • G Offline
                        Gianluca
                        last edited by

                        Hello, I’m vcerc with the weather. I execute the description of wuthnerground
                        I can not understand the reason that nion works for me.

                        	{
                            module: "MMM-WunderGround",
                            position: "top_right",
                            config: {
                                apikey: "++++++++++++++", // private; don't share!
                                pws: "locid:NLXX8014;loctype:1", //culemborg
                                hourly: "1",
                                fctext: "1",
                                fcdaycount: "5",
                                fcdaystart: "0",
                                hourlyinterval: "3",
                                hourlycount: "2",
                                alerttime: 10000,
                                alerttruncatestring: "english:",
                        	roundTmpDecs: 1,
                        	UseCardinals: 0,
                        	layout: "horizontal",
                        	sysstat: 0
                            }
                        },
                        

                        this is the module I put in confing.js while in the modules folder I inserted the MMM-wutherGround module. Should I be wrong?
                        in the APIKEY I put my KEY
                        in psw what dev or put? I do not have the password

                        Mykle1M 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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