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

    Posts

    Recent Best Controversial
    • RE: Fun for halloween

      @alextveit Well, I’m controlling it through Home Assistant, and HA is then integrated to Google.
      So in Home Assistant I have a switch that launches a script on the raspberry pi that plays back the video.
      I’m using omxplayer -o alsa XXX.mp4 as the command to play it back through an external USB soundcard.

      posted in Show your Mirror
      F
      fribse
    • RE: Fun for halloween

      @ray I bought it from atmosfx, they have a bunch of these videos.

      posted in Show your Mirror
      F
      fribse
    • Fun for halloween

      So we have our Magic Mirror set up in the bathroom.
      At halloween it is going to show an extra surprise.

      We control everything here with Home Assistant, so 15s after the light is turned on in the bathroom, the light will go out, some will start flickering, and the buttons for controlling the light will not work.

      This is how it’s going to look like:
      magicmirror.jpg

      posted in Show your Mirror
      F
      fribse
    • Can I execute shell script from MQTT?

      Hi All

      I have the MQTTBridge module set up, and it works very very well.
      I can restart MM, reboot, turn the HDMI on and off and everything.
      What I would like was to add a way to run a shell script.
      I looked into the Remote Control module, and it has some customcommands, but I think that is just for already defined commands.
      So what else can I do?
      The ideal would be to just set a MQTT topic, and it starts a shell script I’ve made.

      posted in General Discussion
      F
      fribse
    • RE: Newsfeeder is going way to fast when showing news

      @jalibu Weeheee, sounds great! Good work on such an tough problem.

      posted in Troubleshooting
      F
      fribse
    • RE: New 2-way mirror supplier - low prices and lead times

      @ivanov_d Hey Ivanov
      That sounds very interesting, how much do you think shipping to Denmark would be, and what is the minimum price, I mean 299 €/m2, if I only get a 50cmx50cm it’s only 1/4 of that, so is there a minimum price for smaller mirrors?
      And where do they ship from inside/outside of EU?

      posted in Hardware
      F
      fribse
    • RE: MagicMirror isn't publishing 'user_presence' on start up?

      @sdetweil Ahh, yes, and there I do see the

      sendNotification("ALL_MODULES_STARTED");
      

      Going out, hmm, it seems that it’s main sending it out, I wonder if that is supposed to be payload Value, and notiId is supposed to be something like main? Hmm, I hope sergge1 or @bugsounet knows that.

      posted in Troubleshooting
      F
      fribse
    • RE: MagicMirror isn't publishing 'user_presence' on start up?

      @sdetweil Hey Sam, sorry you lost me, “filter field”?

      @bugsounet If you are still around, do you have any idea about the notification format in notiDictionary.js?

      posted in Troubleshooting
      F
      fribse
    • RE: MagicMirror isn't publishing 'user_presence' on start up?

      @sdetweil Ok, gotcha. I’m trying to figure out the notification, currently the MMM-MQTTbridge doesn’t pick it up.
      I’ve set up MMM-ViewNotifications, but I’m drowning in noti’s.
      I made this config

          {
            module: "MMM-ViewNotifications",
            position: "top_left",
            header: "Notifications",
            config: {
              excludeModules: ["clock","newsfeed","currentweather","calendar","MMM-News-QR"]
            }
          },
      
      

      What did I do wrong since it still displays noti’s from these?

      posted in Troubleshooting
      F
      fribse
    • RE: MagicMirror isn't publishing 'user_presence' on start up?

      @sdetweil Ahaaaa, way cooler :-)

      So I guess I should add this to the notiDictionary.js
      I’m unsure of the payloadValue?

      {
        notiId: "ALL_MODULES_STARTED",
        notiPayload: [
          {
            payloadValue: '1',
            notiMqttCmd: ["SCREENON"]
          }
        ]
      }
      
      posted in Troubleshooting
      F
      fribse
    • 1 / 1