MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. barnosch
    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 149
    • Groups 0

    barnosch

    @barnosch

    43
    Reputation
    3.6k
    Profile views
    149
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Germany

    barnosch Unfollow Follow

    Best posts made by barnosch

    • 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

    Latest posts made by barnosch

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

      I had a little time and have redone the thing.

      Since i did not want to kill the old module, i created a new git repository
      (i am not good with this kind of stuff)

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

      no additional npm needed anymore and
      cover support from MusicBrainz and Deezer.

      works very good for my webradio streams i currently use.
      Please feel free to test it.

      Looks like this with two synced players
      Lyrion2_cover.jpg

      posted in Requests
      B
      barnosch
    • RE: MMM-StreamerStatus

      thanks.
      It works nicely.
      I just watch one guy on Kick who randomly comes online…

      now i do not miss it anymore ;)

      posted in Entertainment
      B
      barnosch
    • RE: MMM-Emby

      @LindsayCole

      I finally tried it yesterday, and as you imagined… it works perfectly.
      Thank you!

      posted in Utilities
      B
      barnosch
    • RE: MMM-Emby

      Does it work for Jellyfin (Emby fork) aswell ?

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

      @eldrik
      Happy you also use it and, that it works for you.

      Error fixed, thanks for that

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

      @lxne cool bananas.

      I really like it, that someone else still use it.
      And that it works for you aswell.

      I only use PiCorePlayers, but i have no idea why you would use ur MM as Player aswell.
      Do you have touch?

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

      @Athlon
      Very cool. I like that ! Then it already was worth it.
      Yeah, feel free to edit the language part.

      Maybe i’ll try to add a language feature.

      posted in Requests
      B
      barnosch
    • 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-GrafanaChart doesn't display my Grafana Dashboard

      @alphanet

      I also did not get that to work, so i use
      “MMM-iFrameReload”
      That works without issues

      Looks like this

      	{
      		disabled: false, 
      		module: 'MMM-iFrameReload',
      		position: 'top_left',
      		//header: 'Graph',
      		config: {
      			url: "http://YourIP:3000/d/99SonoTEST/overview?orgId=1&kiosk",
      			width: "365px", // Optional. Default: 400px
      			height: "320px", // Optional. Default: 800px
      			refreshInterval: 300,  //300= 5min . Default: 3600 = 1 hour
      				}
      		},
      
      posted in Troubleshooting
      B
      barnosch
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      the two streams work great again now, after pulling the older version.
      Great. Thank you very much.
      Also your new VLC based module sounds great.
      But i guess, you maybe should create a whole new module for it?

      posted in Utilities
      B
      barnosch