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

    icemanmw

    @icemanmw

    6
    Reputation
    25
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    icemanmw Unfollow Follow

    Best posts made by icemanmw

    • 2screen in wall no mirror project

      Work is not finished , but let me know what you are thinking about my information panel

      The Buttons on the left side are Busch Jaeger Zigbee trigger to control the pages and actions on the screens

      DED62085-2F19-492C-A416-E333815456D4.jpeg

      BCE6F838-2944-4B4D-AC91-8ABAFDAB6ED0.jpeg

      posted in Show your Mirror
      I
      icemanmw
    • RE: 2screen in wall no mirror project

      @Babene1
      Hi , I try to explain a bit more.
      Everything is in the wall . I used one Raspberry 4 and an housing with a quit fan on top .
      On top of the wooden wall is the PIR mounted. Works fine if someone is going from our kitchen to the living room. Both monitors come back in 5 seconds . If I am about 3 meters away the wake up process starts. Perfect for me and my family.
      The controlling of the screens is a quite „push the Button“ Action . I started to control everything with Alexa , but early in the morning or quite late in the evening I don’t like to talk to much … but in general it also works .
      Back to the buttons . I use a conbee Zigbee stick in a second Raspi placed in our basement of the house. On this second Raspi the software ioBroker is installed . So if I push the Zigbee button it will send an trigger to the ioBroker via conbee. The ioBroker translates with an program script the Zigbee trigger into an MQTT trigger . This MQTT is uses with the MQTT Bridge in the MagicMirror to push notifications to the MagicMirror … yes quite difficult, but it works fine and the delay is not to big ( Max 0.5 sec.)
      I also started to test with real wired buttons. The plan was to bore holes in the wood an place a few buttons , but I decided to do in regards of a cleaner view of the wood wall.

      Here some more pictures
      C8CF75F6-0094-4C33-A615-B8EB26AFA5DB.jpeg

      1607105700550-a9d693d0-b964-49fb-8461-e92119d321e8.jpeg

      posted in Show your Mirror
      I
      icemanmw

    Latest posts made by icemanmw

    • RE: Newsfeeder is going way to fast when showing news

      @sek_is_back
      how can i update to the development branch ? sorry for this question, but i am not the coding
      expert :-(

      posted in Troubleshooting
      I
      icemanmw
    • RE: [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server

      @nkb88
      same on my side … no idea how to fix it

      posted in Productivity
      I
      icemanmw
    • RE: MMM-PIR-Sensor

      @maxxmagic said in MMM-PIR-Sensor:

      The install is complete new with the newest raspian and the newest version of MM and so on.

      Have you also switched on the GPIO’s in the RASPBIAN operating system?

      posted in Troubleshooting
      I
      icemanmw
    • RE: [DEBUG] Default Weather Module with OpenWeatherMap One Call API

      i had the same problem and changed type: “wDataCurrent”, to type: “current”, because in the folder /home/pi/MagicMirror/modules/default/weather i found the files

      current.njk
      hourly.njk
      forecast.njk

      now is runs

      posted in Development
      I
      icemanmw
    • RE: 2screen in wall no mirror project

      @Babene1
      Hi , I try to explain a bit more.
      Everything is in the wall . I used one Raspberry 4 and an housing with a quit fan on top .
      On top of the wooden wall is the PIR mounted. Works fine if someone is going from our kitchen to the living room. Both monitors come back in 5 seconds . If I am about 3 meters away the wake up process starts. Perfect for me and my family.
      The controlling of the screens is a quite „push the Button“ Action . I started to control everything with Alexa , but early in the morning or quite late in the evening I don’t like to talk to much … but in general it also works .
      Back to the buttons . I use a conbee Zigbee stick in a second Raspi placed in our basement of the house. On this second Raspi the software ioBroker is installed . So if I push the Zigbee button it will send an trigger to the ioBroker via conbee. The ioBroker translates with an program script the Zigbee trigger into an MQTT trigger . This MQTT is uses with the MQTT Bridge in the MagicMirror to push notifications to the MagicMirror … yes quite difficult, but it works fine and the delay is not to big ( Max 0.5 sec.)
      I also started to test with real wired buttons. The plan was to bore holes in the wood an place a few buttons , but I decided to do in regards of a cleaner view of the wood wall.

      Here some more pictures
      C8CF75F6-0094-4C33-A615-B8EB26AFA5DB.jpeg

      1607105700550-a9d693d0-b964-49fb-8461-e92119d321e8.jpeg

      posted in Show your Mirror
      I
      icemanmw
    • 2screen in wall no mirror project

      Work is not finished , but let me know what you are thinking about my information panel

      The Buttons on the left side are Busch Jaeger Zigbee trigger to control the pages and actions on the screens

      DED62085-2F19-492C-A416-E333815456D4.jpeg

      BCE6F838-2944-4B4D-AC91-8ABAFDAB6ED0.jpeg

      posted in Show your Mirror
      I
      icemanmw
    • RE: MMM-OpenmapWeather - Weather Icon not showing up

      Hi, i guess you have to change some code in the *.js file of mmm-openmapweather.
      there is a row with //,“50n”: “wi-night-alt-cloudy-windy”

      due to the point that there is no image for the “fog at night” i used the regular fog image.
      now it works for me , yes it is not 100% correct, but better than nothing.

      iconImageTable: {
      		"01d": "sunny.png",
      		"02d": "partlysunny.png",
      		"03d": "partlycloudy.png",
      		"04d": "cloudy.png",
      		"09d": "sleet.png",
      		"10d": "rain.png",
      		"11d": "tstorms.png",
      		"13d": "snow.png",
      		"50d": "fog.png",
      		"01n": "nt_clear.png",
      		"02n": "nt_cloudy.png",
      		"03n": "nt_mostlycloudy.png",
      		"04n": "cloudy.png",
      		"09n": "nt_sleet.png",
      		"10n": "nt_rain.png",
      		"11n": "nt_tstorms.png",
      		"13n": "nt_snow.png"
      		,"50n": "fog.png"
      
      posted in Troubleshooting
      I
      icemanmw
    • RE: Weather modules

      Hi audun ,
      thank you for the hint (that´s what i am looking for )
      ,i tried to install but it is not running .
      Just “loading” is displayed. Tried different config´s but no result. Is there a special thing to follow that it will run?

      posted in Requests
      I
      icemanmw
    • RE: MMM-SunnyPortal Solar Module

      Hi linuxtuxie,
      sorry fore my late response . I was a few days in Austria.
      Nevertheless i tried today your proposal and it looks much better. Now i see that :

      sunnyportal 2020-07-17 165439.jpg

      posted in Requests
      I
      icemanmw
    • RE: MMM-SunnyPortal Solar Module

      @linuxtuxie
      Hello , i try to run the SunnyPortal module, but still no result. I´ve reinstalled the Pi severl times , down to a fresh image with no other modules, but i get only the loading view. thats all.

      Any idea what i have to do ?

      error message from PM2.log
      Login Failed, no redirect to Dashboard or UserProfile/FixedPages/HoManEnergyRedesign.aspx

      posted in Requests
      I
      icemanmw