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

    Posts

    Recent Best Controversial
    • Lucy Error

      Re: hello lucy
      First time installed Lucy, but I get an error indication on the screen.
      Tested the Micro - recorded wave file - works fine (PS3 Eye cam-mic gave me the best audio result)
      Adapted settings in the config
      Soundfile.PNG
      Knipsel.PNG

      in the console window or the LOG i see no errors.
      When Mirror starts I see 3 messages from Lucy:

      • Command Please
      • Say Hello Lucy
      • Error

      During npn installation I noticed this, an audit fix did not solved it
      npmerrorKnipsel.PNG

      details: (5x times same message)
      npmerrrodetailKnipsel.PNG

      posted in Troubleshooting
      J
      Johans
    • RE: MMM-Buttons

      @fozi - Thanks will check if a resistor does the trick - if not I order a gesture sensor

      posted in Troubleshooting
      J
      Johans
    • RE: MMM-Buttons

      @johans - they are connected to ground or must the common be connected to the 3.3V pin?

      posted in Troubleshooting
      J
      Johans
    • MMM-Buttons

      Hi, I wanted more pages on my mirror and control them physically with a button.
      installed MMM-Pages / MMM-Page Selector / MMM-Buttons and MMM-Remote Control.
      (First I tried to use MPR-121 but that gives too many errors during installation so I gave up)
      3 buttons connected to Pin 23-34-25 (BCM numbering - RPI-4/4GB)
      Now when I press a button nothing happens. Can’t see what could be wrong.
      this my config:

      {
          module: 'MMM-Buttons',
          config: {
              buttons: [
                  {
                      pin: 23,
                      name: "page changes",
                      longPress: {
                          notification: "PAGE_DECREMENT",
                          payload: {action: ""}
                      },
                      shortPress: {
                          notification: "PAGE_INCREMENT",
                          payload: {action: ""}
                      },
                  },
                  {
                      pin: 24,
                      name: "monitor_control",
                      longPress: {
                          notification: "REMOTE_ACTION",
                          payload: {action: "MONITOROFF"}
                      },
                      shortPress: {
                          notification: "REMOTE_ACTION",
                          payload: {action: "MONITORON"}
                      },
                  },
                  {
                      pin: 25,
                      name: "power",
                      longPress: {
                          title: "Power off",
                          message: "Keep pressed for 3 seconds to shut down",
                          imageFA: "power-off",
                          notification: "REMOTE_ACTION",
                          payload: {action: "SHUTDOWN"}
                      },
      		 shortPress: {
                          title: "test page up",
                          notification: "PAGE_INCREMENT",   // as test
                          payload: {action: "1"}            // as test
                      },
                  },
              ]
          }
      },
      
      posted in Troubleshooting
      J
      Johans
    • RE: MMM-Garbage : add different icon per wast type

      Thanks for the tip, this one is perfect for me.

      posted in Requests
      J
      Johans
    • MMM-Garbage : add different icon per wast type

      Hi, like this garbage module, but How to change Icons? Now I can only change color of the waste bin Icon, but I would like to have a different icon for each type of waste.

      Green Waste
      Garbage
      Glass
      Paper
      Plastic
      Would that be possible ?

      posted in Requests
      J
      Johans
    • RE: MMM-WifiPassword shows incomplete QR code

      @sdetweil - you are right, changed position and now it shows the QR code correctly.

      posted in Utilities
      J
      Johans
    • MMM-WifiPassword shows incomplete QR code

      The Wifi QR-Code is not shown correctly.
      Just installed module - no modifications on css …

      My Config:

            disabled: false,   
      	    	module: 'MMM-WiFiPassword',
      	    	position: "top_left",
      		      config: {
      			network: "xxxxxxx", 
      			password: "xxxxxxxxxxxx",
      			layoutVertical: false,
      			hiddenId: true,
      			showPassword: false,
      			showAuthType: false,
      			showNetwork: false,
      			header: "blablabla",
      		      }
      

      See picture:

      20211108_214059.jpg

      posted in Utilities
      J
      Johans
    • RE: MMM-iFrame-Ping

      @agp42 Ok, thanks for the tip, I’ll checkup the README file.

      posted in Utilities
      J
      Johans
    • RE: MMM-iFrame-Ping

      @agp42 Would it be possible to have 2 instances in the config file, working independently?

      posted in Utilities
      J
      Johans
    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 3 / 10