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

    Posts

    Recent Best Controversial
    • RE: [MMM-Buttons] Connect multiple buttons to send configurable notifications

      Hello Power Users,

      i also have a problem with MMM-Buttons, that Buttonpress is only sometimes recognized if i press twice or triple.

      Intension:
      I want to change MMM-Pages with to buttons, to move left/right through my pages.
      MMM-Remote-Control is set up and works.
      Moving through pages work bei MMM-Remote-Control Links and sendnotification.

      My setup:
      Raspberry 1 B+
      2 Buttons (circuit closed when pressed)
      connected between 1: GND an BCM26; 2: GND and BMC20
      I tested the buttons with a python script an they are recognized

      I searched this forum and still have some questions.

      1. Do Buttons on GND work or do i have to put them on +3,3V with a resistor instead?
      2. how do i use activeLow in MMM-Buttons Configuration? … activeLow: true ?

      Looking forward getting some tips.

      Regards AxLed

      posted in System
      A
      AxLed
    • RE: MMM-voice

      @strawberry-3.141 said in MMM-voice:

      @AxLed https://cmusphinx.github.io/wiki/faq/#q-which-languages-are-supported

      @strawberrxyy 3.141

      I tried to change the language to german / german voice recognition with some informations from here:
      https://mycroft.ai/documentation/language-support/german/
      but my skills a not good enough to get it working.

      3 more questions:
      Is there a command for commandline to test Pocketsphinx and its components, so maybe i can find out where i went in the wrong direction.

      Do i need for changing the language model only have to download certain files and bring them in the right structure or do i have to compile something afterwards?

      Where could i change the path to other language models in MMM-voice, i only found links to the .lm an .dic file but not to the .../model/en-us/ structure.

      AxLED

      posted in Utilities
      A
      AxLed
    • RE: Hello-Lucy

      @Damian
      I have some (maybe helpful) informations about the use of microphones on RPI.
      I tested this on RPI3.

      I checked the difference beetween the following microphones (i had at home anyway):

      1. USB Mic from Wii (Logitech)
      2. USB Mic from Playstation 2 (orignal Singstar with that USB adapter inbetween)
      3. USB Soundcard (USB-Audio C-Media) with 2x 3.5mm jack for microphone and speaker

      Then i tried recording and playing that record to find out about the quality.
      I used commands like this:
      Record:

      arecord /home/pi/Desktop/test_wii_mic.wav -D sysdefault:CARD=1
      

      Play:

      omxplayer -p -o hdmi /home/pi/Desktop/test_wii_mic.wav
      

      No. 1 and 2 were terrible (it was even for a human hard to understand what words i recorded), No. 3 was very good. So my thought were to use No. 3 for different MMM-voice projects.

      I hope this helps.

      AxLED

      posted in Fun & Games
      A
      AxLed
    • RE: MMM-voice

      Hi Strawberry,
      do you know, if i can change the language of MMM-voice with Pocketsphinx / Sphinxbase to german?

      I found a webseite where i can create .dic and .lm files and they work somehow (i also changed the new words in different .js files of folder MMM-voice).

      I am looking forward hearing from you.

      Regards

      AxLED

      posted in Utilities
      A
      AxLed
    • RE: Hello-Lucy

      Hi Miykle1,
      do you know, if i can change the language of MMM-voice with Pocketsphinx / Sphinxbase to german?

      I found a webseite where i can create .dic and .lm files and they work somehow (i also changed the new words in different .js files of folder MMM-voice).

      I am looking forward hearing from you.

      Regards

      AxLED

      posted in Fun & Games
      A
      AxLed
    • RE: MMM-PIR-Sensor: Everything works fine, just one thing not...

      Hi Medo,
      i think i read something that after a reboot you have to wave your hand (for example) in front of sensor once, so the sensor is active.

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • Question to MMM-Swipe (Simon089) and MMM-Pages and MMM-page-indicator

      Hi,

      i installed following modules

      • MMM-Swipe (Simon089)
      • MMM-Pages
      • MMM-page-indicator

      and wired my 2x HC-SR04 Sensors a suggested and have following questions.

      Movement will be recognized, but not reliable, i already change some settings (leftDistance, rightDistance, maxDistance) and used the calibrate mode but i am not satisfied.

      Is there a suggested distance between (not distance from sensor to hand) right and left HC-SR04 i should use, to make them work better?

      I tried this modul on my “Lab” RPI1, is it possible this pi has to less power/ressource to calculate accurate?

      I also have a RPI3 for my final mirror, but testing will either been done in a ubuntu VM or on the RPI1 if i have to use the GPIOs.

      I am looking forward hearing from you.

      Regards

      Axled

      posted in Troubleshooting
      A
      AxLed
    • RE: Further development of the MMM-Swipe module

      @richland007
      i had the same error on a rpi1 B, here is a solution that worked for me:
      Change into MagicMirror/modules/MMM-Swipe

      npm install math-statistics –save
      

      After that i got an new error like
      Error: Module version mismatch. Expected 48, got 50)
      Solution for this:
      Change into MagicMirror/modules/MMM-Swipe
      Rebuild module for the correct elecron version

      npm rebuild --runtime=electron --target=$(../../node_modules/electron/cli.js --version) --disturl=https://atom.io/download/atom-shell --build-from-source
      

      Regards
      Axled

      posted in Requests
      A
      AxLed
    • RE: Timetable with (almost) static data

      @pinsdorf
      Thanks for the link an the name of your module, thats that what i was looking for. I will test it. I like your implementation with “starting time only” and “actual weekday only”, so this saves a lot of space in width to fit better to the other modules.

      And you are right, if i change datas in an .csv or in a list in the config-file is pretty most the same.

      Regards

      Axled

      posted in Requests
      A
      AxLed
    • RE: Timetable with (almost) static data

      @doubleT said in Timetable with (almost) static data:

      @AxLed Did you get the php page shown via iframe module?

      Yes i did, see my screenshot:
      0_1517083100346_timetable.JPG
      Timetable and datas below is a .php Website, which runs local on RPI and is integrated in MM via MMM-iFrame

      Axled

      posted in Requests
      A
      AxLed
    • 1
    • 2
    • 20
    • 21
    • 22
    • 23
    • 24
    • 23 / 24