MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. ItayXD
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    ItayXD

    @ItayXD

    0
    Reputation
    829
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ItayXD Unfollow Follow

    Latest posts made by ItayXD

    • RE: MMM-Admin-Interface

      @rubenlaureys
      I’m not sure what you mean, there should be a tab list with the modules names on the left like in this photo:
      0_1512252932469_75807090-9cae-4d90-a125-f69a2eb1ffd0-image.png
      is this not the case?

      posted in System
      I
      ItayXD
    • RE: MMM-Admin-Interface

      Hi try putting your laptop’s up it the whitelist, it should probably by 192.168.X.X

      posted in System
      I
      ItayXD
    • RE: MMM-Admin-Interface

      @wrumble
      can you post your config.js? you can send a link to pastebin. can you also run git status in the module directory and post the output?
      it might also be useful if you post the output in the terminal when you start the MM (npm start).

      posted in System
      I
      ItayXD
    • RE: MMM-Admin-Interface

      @shashank thank you. there is a great module called MMM-Remote-Control that does just that. I believe there is a module request forum, if you have any other requests

      posted in System
      I
      ItayXD
    • RE: MMM-Admin-Interface

      Fixed, please try running git pull && npm install --only=production in the module directory

      posted in System
      I
      ItayXD
    • RE: MMM-Admin-Interface

      @lolobyte it seems my package.json is invalid will fix that

      posted in System
      I
      ItayXD
    • RE: MMM-Admin-Interface

      Hi sorry I forgot to add install dependencies part to the readme.
      @wrumble please run cd ~/Desktop/MagicMirror/modules/MMM-Admin-Interface && git pull && npm install --only=production
      It should work

      posted in System
      I
      ItayXD
    • RE: MMM-Admin-Interface

      @lolobyte Thanks for your note on the port I’ll fix it.
      Do you have any idea why body-parser isn’t installed automatically? I thought it should be…

      posted in System
      I
      ItayXD
    • RE: MMM-Admin-Interface

      it seems body-parser is not installed.
      Do you have node_modules dir inside MagicMirror/modules/MMM-Admin-Interface/?
      Do you have body-parser dir inside MagicMirror/modules/MMM-Admin-Interface/node_modules/?
      -----------EDIT-----------
      please run cd ~/Desktop/MagicMirror/modules/MMM-Admin-Interface && git pull && npm install --only=production

      posted in System
      I
      ItayXD
    • MMM-Admin-Interface

      Hey everyone
      I created a new module, to be able to edit the MM configuration from the browser


      Would appreciate any input, hope you’ll enjoy it!

      posted in System
      I
      ItayXD