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

    Posts

    Recent Best Controversial
    • RE: Logitech Media Server (Squeezebox) - Multiroom Wlan Speaker System

      I finally did it and KI helped me

      for me it works. Maybe someone else still uses it .

      Now the LMS is called Lyrion Music Server… just for the records

      https://github.com/barnosch/MMM-Lyrion

      posted in Requests
      B
      barnosch
    • RE: MMM-NOAA

      did you make a
      “npm install”
      within the MMM-NOAA folder to install all the dependencies?
      API key doublechecked?

      posted in Troubleshooting
      B
      barnosch
    • RE: MMM-Jnews

      Do you plan to add more sources manually?

      Currently there are only the top-headlines implemented. Which is good enough.
      But, i would like to add some more (from the newsapi page) like wired or TechCrunch.

      edit:
      ok after testing i really would like to add the sources in an array maually if possible, since there are the very unuseful BILD news in the top-headlines.

      And some cosmetics stuff: the date stuff “1hour ago” and so on i static and not translated.
      No problem for me, just for the notes ;)

      Thanks for the module.

      posted in Education
      B
      barnosch
    • RE: MMM-NOAA - Another Weather Module

      uncomment the “air stuff” for the moment

       /*    if (this.config.useAir != false || aquis != undefined) {
                  var aqius = this.air.aqius;
                  var aqi = document.createElement("div");
                  aqi.classList.add("xsmall", "bright");
                  if (aqius < 51) {
                      aqi.innerHTML = this.translate("Air Quality Index: ") + "" + aqius + "";
                  } else if (aqius > 50 && aqius < 101) {
                      aqi.innerHTML = this.translate("Air Quality Index: ") + "" + aqius + "";
                  } else if (aqius > 100 && aqius < 151) {
                      aqi.innerHTML = this.translate("Air Quality Index: ") + "" + aqius + "";
                  } else if (aqius > 150 && aqius < 201) {
                      aqi.innerHTML = this.translate("Air Quality Index: ") + "" + aqius + "";
                  } else {
                      aqi.innerHTML = this.translate("Air Quality Index: ") + "" + aqius + "";
                  }
                  wrapper.appendChild(aqi);
              } */
      

      @cowboysdude needs to check it, since the “aquis” variabel is undefined it quits. Had the same error and i needed some time to find the cause

      edit: while i am reading i guess it is just a typo in the first line. should be “aqius” instead of “aquis” ;)

      edit2: yes. thats it. just change
      the line

      if (this.config.useAir != false || aquis != undefined) {
      

      to

      if (this.config.useAir != false || aqius != undefined) {
      

      and you are good to go again.

      Sadly i have no idea how to push the fix to the git repository

      posted in System
      B
      barnosch
    • RE: Kamera Modul

      for my friend Mr. Mykle i will answer in english :)

      I use a common IP cam (always on) which points to the door and let the stream show on the mirror via the
      MMM-RTSPStream module

      Works awsome.

      posted in Requests
      B
      barnosch
    • RE: MMM-NOAA - Another Weather Module

      cool. thats easy.
      Thanks for the explanation. Fix added ;)

      posted in System
      B
      barnosch
    • RE: Installing on Android (tablet) possible?

      Alright, gave it a little try last evening.
      Termux runs great, pulling of the repository is no problem, but when it comes to install the dependencied with
      npm install, it throws some errors.
      electron-chromedriver is not found and i guess thats a showstopper.

      I can launch the server with “node serveronly” but all i get is a blank page.
      Tried with FF and Chrome.
      I stripped the config.js to only show the clock, but no chance.

      Have to investigate deeper.

      posted in Hardware
      B
      barnosch
    • RE: My first mirror with 3d printed parts

      19€ for the mirror?
      That is really cheap

      looks fine.

      posted in Show your Mirror
      B
      barnosch
    • RE: Live Location

      BigBrother is watching you. No thanks!

      posted in Requests
      B
      barnosch
    • RE: MMM-NOAA - Another Weather Module

      alert and update module disabled -> problem solved ;)

      posted in System
      B
      barnosch
    • RE: MMM-NOAA

      nice. that was easy ;)
      your welcome.

      posted in Troubleshooting
      B
      barnosch
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome

      Great. Looking forward for the module…
      Meanwhile i order some of the Xiaomi stuff in China ;)

      posted in Utilities
      B
      barnosch
    • Logitech Media Server (Squeezebox) - Multiroom Wlan Speaker System

      Re: logitech media server (Squeezebox)

      hi all,
      i want to highlight this again.

      I am not able to create a module because i suck in programming, therefore i request it ;)
      I only can do a little HTML, and basic PHP.
      With JavaScript from MM i really can’t do anything with that.

      I am building currently a Multiroom Wlan Speaker System with Raspberrys and Hifiberry soundcards
      (like the very expensive Sonos or Raumfeld systems)

      The audio streams can play in each room another song or can be syncronized to all play the same.
      Very impressive system.
      The main server which handles all the stuff is the good old Logitech Squeeze Server which is now open source and runs
      ( in this case) on one of the Raspis.

      I would like to have a little module which shows
      which song is currentyl playing on which speaker/room.

      Since there are already some node modules available (please see examples in the old thread), i guess it should not so complicated anymore to build a small MMM- package of it.

      I just want to see on the Mirror whats currently playing and nothing more (control not yet necessary)

      Anyone can help me with that?

      posted in Requests
      B
      barnosch
    • RE: MMM-NOAA - Another Weather Module

      my fork looks like this.
      Almost anything is hardcoded or directly changed in the code since i am to lazy and just made it for my needs ;)
      0_1505121280871_MMM-NOAA.png

      posted in System
      B
      barnosch
    • RE: MMM-PIR-Sensor interferes with MMM-RTSPStream

      maybe use another PIR activation, not as a mirror module.

      I use this scripts from @cowboysdude
      https://github.com/cowboysdude/Pir-Sensor

      posted in Troubleshooting
      B
      barnosch
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome

      @cowboysdude : As i read, the Gateway is mandatory.
      But as always Xiaomi is really cheap. GW is about 25$ i guess.

      I ordered some temp sensors. Can’t wait to test the stuff.

      posted in Utilities
      B
      barnosch
    • RE: Logitech Media Server (Squeezebox) - Multiroom Wlan Speaker System

      push.
      Anyone can help and build somethin around this CLI of the Logitech Media Server?
      Playername, Artist and Title would be nice. Artwork not needed

      posted in Requests
      B
      barnosch
    • RE: MMM-NOAA - Another Weather Module

      thanks guys. Very nice to have some guys like you here. Like this it’s fun.

      posted in System
      B
      barnosch
    • RE: Positions of modules

      why set to 1100?
      Guess it’s a FullHD screen and should set to 1280. Otherwise it’s for sure not sharp or blurry because the aspect ratio is not correct.
      I would give it a try and then set the overscan, if needed, correctly.

      posted in Troubleshooting
      B
      barnosch
    • RE: MMM-NetworkScanner

      Is it somehow possible to sort the list of devices not by alphabet?
      I would like to have it sorted, like it is set in the config.
      (Only macaddresses are working in my case, with a IP in only get offline clients)

      posted in Utilities
      B
      barnosch
    • 1 / 1