MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Anthony
    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 1
    • Topics 28
    • Posts 143
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: TV MIRROR

      @sdetweil Hello. Thank you for your reply. So if it has a resonable price you think it is worth bying? Will it do the job?

      posted in Hardware
      A
      Anthony
    • TV MIRROR

      Hello everyone. I found a local glass supplier (Greece) where I saw on his site that he sells TV MIRROR glass. So I visited the store to check it myself. He didn’t have in stock and he said he will receive new ones in September. Anyway he told me that this is not a regular glass and it need some kind of electricity to work and that if I buy it I would have to go my MM frame to him to install the glass. Have you heard something similar? Why it need electricity? What kind of glass is it? Thank you in advance.

      posted in Hardware
      A
      Anthony
    • MMM-Astro

      Hello everyone. I recently installed MMM-Astro and it is working great except one thing. It doesn’t show the basic horoscope. When I set extend: true it shows only the extended information with mood, lucky numbers etc. No main sign information:
      1550107379311-1.png
      And when I set extend: false it shows only the mood, lucky number etc section:
      1550107379311-2.png
      Has anyone faced the same issue? Any suugestions are welcome.

      posted in Troubleshooting
      A
      Anthony
    • RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered

      @Goldjunge_Chriz Hello again. I added my order to the lists. Please confirm that everything is ok and inform me about the total cost. Thank you.

      posted in Hardware
      A
      Anthony
    • RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered

      @Goldjunge_Chriz

      1 @ivow 0.63 0.37 0.233 0.4 Netherlands polished edges
      2 @zlobni 0.92 0.72 0.662 0.662 Slovenia polished edges
      3 @osnapus 0.45 0.35 0.158 0.4 Poland polished edges
      4 @davmirror 0.9 0.7 0.63 0.63 Spain polished edges
      5 @Anthony 0.627 0.374 0.234 0.4 Greece polished edges
      posted in Hardware
      A
      Anthony
    • RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered

      @Goldjunge_Chriz Hello. Can you please inform me what is “real area (m²)” and “area to pay for (min. 0,4 m²)”? Also I would like to know how much is the cost of shipping to Greece. Thank you in advance.

      posted in Hardware
      A
      Anthony
    • RE: Glass supplier Greece

      @sdetweil Thank you so much my friend for this. I will place my order as soon as the frame is ready and I have the final dimentions. Thank you again.

      posted in General Discussion
      A
      Anthony
    • RE: Glass supplier Greece

      @BKeyport Thank you for your reply. From what I have read here some stores I have checked with good reviews don’t ship to Greece. I will look more then. Thank you anyway.

      posted in General Discussion
      A
      Anthony
    • Glass supplier Greece

      Hello everyone. I was wondering if there is anybody in all forum located in Greece so he/she can recomend a good supplier for 2 way mirror glass. Thank you in advance.

      posted in General Discussion
      A
      Anthony
    • RE: Respeaker 4 mic array

      @sdetweil Thank you for your reply. I’ll post again on their forum.

      posted in Hardware
      A
      Anthony
    • Python script

      Hello everyone. I need a python script for a led strip to work with GoogleAssisnt’s status. Like
      blue_pulse : Listen
      white_pulse: Standby
      lightblue_pulse : Continue
      red_pulse : Error
      green_pulse : Reply
      orange_pulse: Think
      pink_pulse: Hook
      Sorry for asking this but since I am not familiar with coding is too difficult for me to write the script. I know that it needs verification of which gpio pins used etc but I need the main script. Of course if somenone can guide me to write I will happily do it. Thank you in advance.

      posted in Requests
      A
      Anthony
    • Respeaker 4 mic array

      Hello. I know that maybe this is not the right place for this post but since I am not getting an answer from their forum I thought posting here as well in case somebody faces the same issue. I recently bought a Respeaker 4mic array usb for rasberry pi3B. I want to use it for my magic mirror’s voice assistant. My problem is that when I speak close to mic (1 meter) everything is fine. But when I speak to it from more than 1 meter distance it detects the wake up word but after that it does not understands any of my commands. Because I can see my commands on my screen I see that it confuses the words eg I say “Play Rebel FM” and it hears “Play heaven FM”. Also I did some arecord/aplay tests and my recorded voice sounds like it has echoing. Is there any settings I should apply to reduce that problem? Please keep in mind that I am not a developer so keep your reply as simple as you can. Thank you in advance.

      posted in Hardware
      A
      Anthony
    • RE: Change Colour in calender

      @djinges You can follow these instuctions for almost any changes in custom css. It helped me a lot.

      posted in Troubleshooting
      A
      Anthony
    • RE: MMM-Lunartic

      @sdetweil Thank you for your rapid reply. This a very good tool for me where I am not familiar with coding. I will do it. Thank you again.

      posted in Education
      A
      Anthony
    • RE: MMM-Lunartic

      @Mykle1 Hello there. I know that this is a very old topic but I want ask you something about a part of code you have inside this modules js and you have comment that we can copy paste this part of code into any module we want to control with voice. I mean this part of code:

        notificationReceived: function(notification, payload) {
              if (notification === 'HIDE_MOON') {
                  this.hide(1000);
                  //    this.updateDom(300);
              } else if (notification === 'SHOW_MOON') {
                  this.show(1000);
                  //   this.updateDom(300);
              }
      
          },
      

      My question is that I must paste the code into the any module’s .js folder or somewhere else? If I paste it into the module’s .js folder won’t it be deleted after next update? Thank you in advance.

      posted in Education
      A
      Anthony
    • RE: Show/Hide modules with vocal commands

      @sdetweil I see. I will definetly check it and try it. Thank you for your time.

      posted in Troubleshooting
      A
      Anthony
    • RE: Show/Hide modules with vocal commands

      @Anthony said in Show/Hide modules with vocal commands:

      @sdetweil Hello again. Sorry for bothering you again. At this link is the MMM-WiFiPawwsword.js file. Can you please spot and show me where is show/hide function? Again sorry for bother but as you can understand I am totally newbie to this so it is difficult for me spot it. Thank you.

      posted in Troubleshooting
      A
      Anthony
    • RE: Show/Hide modules with vocal commands

      @sdetweil Thank you for your reply. I’ll check when I go home and give it a try. Unforunately I am not familiar with coding but I will try to make the recipe through some samples. Thank you again my friend.

      posted in Troubleshooting
      A
      Anthony
    • Show/Hide modules with vocal commands

      Hello everyone. I would like to know what part of code I should add into a modules code so I can show/hide it by voice. I use MMM-GoogleAssistant from bugsounet. For example I use MMM-WiFiPawwsword which has a function for vocal commands but to use with MMM-Modal. I wanted to be hidden on start and show only when I ask GA. I know I have to make a recipe for GA but what part of code should I change to the module to accept commands from GA and with what to replace it. Thank you in advance.

      posted in Troubleshooting
      A
      Anthony
    • RE: MMM-WiFiPassword module doesn't show up

      Hello to all MM maniacs. I know this is an old topic but since I cannot find an answer to my problem I thought asking here as well. I recently installed MMM-WiFiPassword and while it reads My network and password it does not connect the phone to the network. I have tried to invert the colors and add some paddings but nothing. I have also tried 3 different scanners but still nothing. Only the last scanner after scanning the QR code and asked me to connect to network, it said something about android 10 lelease and above have some limitations for this. Does anyone else facing the same problem with this module? Thank you in advance.

      posted in Troubleshooting
      A
      Anthony
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 3 / 8