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.

    How to implement specific module?

    Scheduled Pinned Locked Moved Troubleshooting
    12 Posts 6 Posters 8.2k Views 6 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.
    • J Offline
      Jeff @yawns
      last edited by

      @yawns
      I pulled a request, let’s see what will come.

      Thanks for your hint and the other modul.
      I’ll give it a try

      1 Reply Last reply Reply Quote 0
      • J Offline
        Jeff
        last edited by

        Is it possible to get the moduls html running with the iframe modul?
        https://github.com/desertblade/iFrame

        1 Reply Last reply Reply Quote 0
        • J Offline
          Jeff @bhepler
          last edited by

          @bhepler said in How to implement specific module?:

          @Jeff Installing new modules is a pretty easy process. In general, it goes like this:

          • Navigate to the modules directory at ~/MagicMirror/modules
          • Download the module code using git: git clone [url]
          • Run any commands that the module requires. This will vary by module
          • Update the config.js file to configure the new module. There should be an example in the module readme. sudo nano ~/MagicMirror/config/config.js
          • Restart your mirror so the new configuration will be implemented. npm restart

          Do I also have to run npm update everytime auf git clone?
          Or does that belong to point 3?

          strawberry 3.141S 1 Reply Last reply Reply Quote 0
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer @Jeff
            last edited by

            @Jeff the instructions of @bhepler are based on magicmirror2 modules, the module you came up with is based on mm1 and is incompatible with mm2 so mayber there were also different instructions for them.

            you can but you don’t have to run npm update if the readme doesn’t explicitly points it out, this command will only check for newer versions of the dependencies and update those.

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

            1 Reply Last reply Reply Quote 1
            • chamaeleon82C Offline
              chamaeleon82
              last edited by

              @Jeff - You can easily integrate this module with iFrame Module. You only need to update the iFrame page via javascript. Not perfect but running up until I’ve found a better way.

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