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

    bibi

    @bibi

    7
    Reputation
    2.8k
    Profile views
    119
    Posts
    0
    Followers
    4
    Following
    Joined
    Last Online

    bibi Unfollow Follow

    Best posts made by bibi

    • RE: Mobile app (bachelor thesis)

      @strawberry-3-141 Done :) all the best!

      posted in Development
      B
      bibi
    • RE: Cowboysdude's Mirror

      @cowboysdude said in Cowboysdude's Mirror:

      @bibi said in Cowboysdude's Mirror:

      sudo chvt 9 && sudo chvt 7

      Open up the monitor_on.sh and delete everything add:

      sudo chvt 9 && sudo chvt 7

      Save it and that should work for you :)

      yep that’s exactly what i wanted to later today :))
      nevertheless, I found on the forum another way to avoid using sudo… i assume it’s better practice but i am not able to confirm this.
      fyi:
      the link : https://forum.magicmirror.builders/topic/208/pir-sensor-put-your-mirror-to-sleep-if-not-used/64

      posted in Show your Mirror
      B
      bibi
    • RE: Independent display controller based on PIR sensor.

      @shashank hi! unfortunately you will not find the cmd line in the github to enable the service at boot time. As far as i have checked, the systemd should already run at boot but for strange reasons it was not the case for me. Therefore, i had to issue the command : sudo systemctl enable pir_sensor.service
      good luck!

      posted in Utilities
      B
      bibi
    • Earth globe

      hi! would anybody be interrsted to devlop/help to have a globe showing on the mirror??? something like : 0_1478995270976_Capture d’écran 2016-11-13 à 01.00.54.png

      posted in Requests
      B
      bibi
    • RE: Cowboysdude's Mirror

      @cowboysdude oh so cool for sharing! let’s try this! wow that’s a thing i should have thought about before lol but currently i can’t put it too much far away as my cables are only few cm long…

      posted in Show your Mirror
      B
      bibi
    • RE: WIP Magic Mirror

      @cowboysdude we can maybe build our own too? :))

      posted in Show your Mirror
      B
      bibi

    Latest posts made by bibi

    • RE: MMM-AI

      update to Sean,
      Hi @Sean , Hi @ejay-ibm y sorry for the possible stupid question but it’s not clear to me what i should put in config file esp. in both trigger lines.
      I am using both Mk2 AND hotword together… so a bit confusion here…

      trigger: "HOTWORD_RESUME", // HOTWORD_LISTENING if you use MMM-HOTWORD  or HOTWORD_RESUME if you use MMM-AssistantMk2
      
      trigger: "ASSISTANT_UNDERSTOOD", // HOTWORD_SLEEPING if you use MMM-HOTWORD  or HOTWORD_PAUSE if you use MMM-AssistantMk2
      

      Also the i am not able to make the jarvis-talk2.gif “talk”
      thx for your clarification

      posted in Fun & Games
      B
      bibi
    • RE: MMM-AssistantMk2

      Hello all, was just wondering if and how difficult it would be possible to add a kinda face animation in Mk2? I have seen Hello-Lucy and i found the idea cool but the face is kind of creepy :grinning_face_with_smiling_eyes:

      posted in System
      B
      bibi
    • RE: Advise for a voice assistant

      Hi @ejay-ibm, was a bit busy last days… couldn’t work on MM. I finally install both MMM-Hotword and Mk2. Works fine but need some fine tuning. Maybe you or anybody can guide/help me on the following:

      Mk2 side, i still need to understand how it works and how i can “interact” with the other modules… If you have a simple example to show how to “link” Mk2 with any other modules, it would be very helpful!
      As usual thx to all for always supporting the community!

      posted in General Discussion
      B
      bibi
    • RE: Advise for a voice assistant

      finally what i did and what did work is :)

      sudo apt-get remove nodered -y
      sudo apt-get remove nodejs nodejs-legacy -y
      sudo apt-get remove npm -y
      sudo curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
      sudo apt-get install -y nodejs
      node -v
      npm -v
      
      posted in General Discussion
      B
      bibi
    • RE: Advise for a voice assistant

      @Mykle1, thx for your post. It appears that when i want to check npm version, the system issues :

      pi@raspberrypi:~ $ npm -v
      -bash: npm: command not found
      

      Therefore something went wrong during the system upgrade to stretch.
      If i am not wrong npm comes along with nodejs which i have current version

      pi@raspberrypi:~ $ nodejs -v
      v8.11.1
      

      I think i would just install it again but i don’t know if I should do it from /home/pi or from inside /home/pi/MagicMirror ?

      posted in General Discussion
      B
      bibi
    • RE: Advise for a voice assistant

      @ejay-ibm, i wanted to follow your good practice and update MM to latest (ok) and OS to stretch (ok) but now it pm2 won’t start MM automatically as it did in the past… would kindly help me to solve this issue before i can install mk2?
      thx alot for any help as well

      posted in General Discussion
      B
      bibi
    • RE: Advise for a voice assistant

      @ejay-ibm, @THeStigh i have installed MMM-Hotword. I hope correctly? as i got only warning via npm like

      npm WARN MMM-Hotword@1.1.0 No repository field.
      pi@raspberrypi:~/MagicMirror/modules/MMM-Hotword $ npm install --save snowboy
      npm WARN deprecated cryptiles@2.0.5: This version is no longer maintained. Please upgrade to the latest version.
      npm WARN deprecated boom@2.10.1: This version is no longer maintained. Please upgrade to the latest version.
      npm WARN deprecated hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
      npm WARN MMM-Hotword@1.1.0 No repository field.
      

      I am not sure how i can test it tho?
      Or there is nothing to expect with only MMM-hotword installed?
      (sorry if my question is stupid :) )

      posted in General Discussion
      B
      bibi
    • Advise for a voice assistant

      Hello all!
      Have been looking around for a suitable voice command for my MM since a while but couldn’t get to pick up one that does/accept some pre-req. as:

      a bit of privacy as wake up hotword &
      interaction with MM &
      one that works well, is reliable and not a pain to install :)

      I have gone trough kalliope, open jarvis, thinking about Mk2assistant bur not tried yet…

      any sharing/experience would be much appreciated!

      by the way what do you guys use?

      posted in General Discussion
      B
      bibi
    • RE: Mobile app (bachelor thesis)

      @strawberry-3-141 i would like to have it “again” :) as well- You should have my mail somewhere…if not i’ll send u again. Is there any info somewhere about what the app can do? thx

      posted in Development
      B
      bibi
    • RE: MMM-Hotword or voicecontrol - far-field mic

      @bolish
      I was also checking for a mic in case and found some guys used a mic branded “Andoer”.
      Didnt try it yet

      posted in Hardware
      B
      bibi