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

Adding Modules

Scheduled Pinned Locked Moved Troubleshooting
29 Posts 3 Posters 13.1k 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.
  • S Offline
    strawberry 3.141 Project Sponsor Module Developer @johnnyboy
    last edited by Feb 19, 2017, 2:29 PM

    @johnnyboy most of the modules are listed here https://github.com/MichMich/MagicMirror/wiki#3rd-party-modules

    Also most of the developers have install instructions in their readme file

    This module is what you are looking for https://github.com/RedNax67/MMM-WunderGround

    1. Open the terminal
    2. Go to the modules directory cd ~/MagicMirror/modules
    3. Clone the module git clone https://github.com/RedNax67/MMM-WunderGround.git

    (The following steps are not documented)
    4. Go to the module directory cd MMM-Wunderground
    5.As the developer did not provide a package.json file you have to manually install the dependencies, which are in this case request and moment, npm install request moment. If there is a package.json file you can just do npm install --productive which will install all dependencies defined by the developer or do npm install which will also download dependencies which are only needed for developing.

    (Back to the documented part)
    6. Add the module to the config

    {
        module: 'MMM-WunderGround',
        position: 'top_right',
        config: {
            apikey: 'xxxxxxxxxxxxx', // fill in your api_key that you applied for on wunderground
            pws: 'pws:IGELDERL219', //add your location for the weather service
            hourly: '1',
            fctext: '1',
            fcdaycount: "5",
            fcdaystart: "0",
            hourlyinterval: "3",
            hourlycount: "2",
            alerttime: 10000,
            alerttruncatestring: "english:",
        roundTmpDecs: 1,
        UseCardinals: 0,
        layout: "horizontal",
        sysstat: 0
        }
    }
    

    Don’t add the semicolon as it is in the readme this will cause issues. Then restart your mirror

    Please create a github issue if you need help, so I can keep track

    J 2 Replies Last reply Feb 19, 2017, 2:46 PM Reply Quote 3
    • J Offline
      johnnyboy @strawberry 3.141
      last edited by johnnyboy May 9, 2017, 8:48 PM Feb 19, 2017, 2:46 PM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @johnnyboy
        last edited by Feb 19, 2017, 3:11 PM

        @johnnyboy said in Adding Modules:

        First off, a massive shout out to Mykle1 for helping me to do in minutes, what took me many hours trying… Thanks a lot for that, much appreciated

        You’re welcome buddy. It wasn’t very long ago that I was in the very same place that you are in now. Some very fine people helped me get under way, and continue to help me. I repay them by helping others, where and when I can. I can see you’re in very good hands with Strawberry 3.141 assisting you. He was, and still is, instrumental in helping me perfect my MM. I’ll help you with the easy stuff. He’ll handle the genius side of things. :smile:

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 2
        • J Offline
          johnnyboy @strawberry 3.141
          last edited by johnnyboy May 9, 2017, 8:48 PM Feb 19, 2017, 6:21 PM

          This post is deleted!
          J 1 Reply Last reply Feb 19, 2017, 6:32 PM Reply Quote 0
          • J Offline
            johnnyboy @johnnyboy
            last edited by johnnyboy May 9, 2017, 8:47 PM Feb 19, 2017, 6:32 PM

            This post is deleted!
            S 1 Reply Last reply Feb 19, 2017, 6:43 PM Reply Quote 0
            • S Offline
              strawberry 3.141 Project Sponsor Module Developer @johnnyboy
              last edited by Feb 19, 2017, 6:43 PM

              @johnnyboy only the part that i posted

              Please create a github issue if you need help, so I can keep track

              J 1 Reply Last reply Feb 19, 2017, 7:25 PM Reply Quote 0
              • J Offline
                johnnyboy @strawberry 3.141
                last edited by johnnyboy May 9, 2017, 8:46 PM Feb 19, 2017, 7:25 PM

                This post is deleted!
                S 1 Reply Last reply Feb 19, 2017, 7:31 PM Reply Quote 0
                • S Offline
                  strawberry 3.141 Project Sponsor Module Developer @johnnyboy
                  last edited by Feb 19, 2017, 7:31 PM

                  @johnnyboy if you have done npm install request moment than you can ignore the warnings about the missing file you’re good to continue, if you have done npm install --productive nothing happened because he cant read data out of an file that doesnt exist.

                  Please create a github issue if you need help, so I can keep track

                  J 1 Reply Last reply Feb 19, 2017, 7:45 PM Reply Quote 0
                  • J Offline
                    johnnyboy @strawberry 3.141
                    last edited by johnnyboy May 9, 2017, 8:46 PM Feb 19, 2017, 7:45 PM

                    This post is deleted!
                    S 1 Reply Last reply Feb 19, 2017, 7:48 PM Reply Quote 0
                    • S Offline
                      strawberry 3.141 Project Sponsor Module Developer @johnnyboy
                      last edited by Feb 19, 2017, 7:48 PM

                      @johnnyboy in the config there is a modules: [] section put it right before the closing ]don’t forget to add a comma in front if there is none after the } from the last module in the section

                      Please create a github issue if you need help, so I can keep track

                      J 1 Reply Last reply Feb 19, 2017, 8:03 PM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 3 / 3
                      3 / 3
                      • First post
                        6/29
                        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