MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bugsounet
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 13
    • Posts 249
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: TelegramBot runs multiple times

      @cfenner I have commit for purpose un dev branch, I will see main code maybe I will made some change this week.

      Naturally, I will push it soon ;)

      Thx for your purpose :)

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: TelegramBot runs multiple times

      I have already try to allow multi insence but TB sever refuse it
      So, I can’t do something for this

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Automatic Updates

      @cliff365 I have done a. Module for this ;)

      posted in General Discussion
      bugsounetB
      bugsounet
    • RE: `npm ci` instead of `npm install`

      @KristjanESPERANTO :

      Hi, many developer don’t know what is package.json file
      in your case, this command need package-lock.json (auto generated by npm install or by developer)
      Many, many modules are not maintened, i don’t think it’s very usable (maybe module need some new system tools before this command)

      posted in Feature Requests
      bugsounetB
      bugsounet
    • RE: "node-abi" problem with MM v2.18.0

      @karsten13 mouahmouah… I’m a Magician…
      Wow You have shared one link of my app!!

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Trying to update node.js fails

      @thad said in Trying to update node.js fails:

      E: Repository ‘http://archive.raspberrypi.org/debian buster InRelease’ changed its ‘Suite’ value from ‘testing’ to ‘oldstable’
      E: Repository ‘http://raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘stable’ to ‘oldstable’

      @sdetweil : to correct this:

      sudo apt-get --allow-releaseinfo-change update
      

      (I’m really so kind, this cannot last !!! :dizzy_face: )

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      @susl :

      • Recommended version of npm: v6.14.15
      • Recommended version of node: v14.x.x or v16.x.x

      to verify, try this in a terminal (or ssh):

      node -v
      npm -v
      
      posted in Development
      bugsounetB
      bugsounet
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      I have open this PR (Pull Request) for commit this change with MagicMirror-rebuild to @paviro to accept it (or not)

      posted in Development
      bugsounetB
      bugsounet
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      @lhops said in electron-rebuild and MagicMirror v2.18 (and more):

      npm ERR! JSON.parse “name”: "Magic-Mirror-Module-PIR-Sen’

      If you have modified the “package.json” file … and you do not respect the syntax.
      here is the result ;)
      (Info: it is not like this that we rename a module)

      to correct your issue try this:

      cd ~/MagicMirror/modules/MMM-PIR-Sensor
      rm -rf node_modules package-lock.json
      git reset --hard HEAD
      npm install magicmirror-rebuild --save
      npm remove electron-rebuild
      npm install
      

      (Sometime, i’m very kind… So kind for me)

      @bugsounet

      posted in Development
      bugsounetB
      bugsounet
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      @lhops said in electron-rebuild and MagicMirror v2.18 (and more):

      I get an error when " ~/node_modules $ ~/.bin/MagicMirror-rebuild"

      execute ./node_modules/.bin/MagicMirror-rebuild INSIDE the module directory ;)

      not inside other directory ;)
      Note :

      1. every module in MagicMirror is there:
      cd ~/MagicMirror/modules
      
      1. After change again the directory to your wanted module,
        for MMM-PIR-Sensor module (for example):
      cd MMM-PIR-Sensor
      
      1. after install magicmirror-rebuild
      npm i magicmirror-rebuild
      
      1. execute MagicMirror-rebuild program
      ./node_modules/.bin/MagicMirror-rebuild
      
      1. you will see MagicMirror Rebuild Complete

      2. it’s done ;)

      posted in Development
      bugsounetB
      bugsounet
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 24
    • 25
    • 17 / 25