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

    Posts

    Recent Best Controversial
    • RE: Display Magic Mirror on a website

      @sdetweil Thanks Sam, I was trying with an internal web server first. I will try using the external server instead.

      posted in Troubleshooting
      H
      harney
    • RE: Display Magic Mirror on a website

      @sdetweil Thanks Sam. Yes I have all that part working can access MM externally. Im planning on running the MM while im travelling and have it displayed on my external website for friends and family to see. But I just cant seen to get the magic mirror to embed in the web pages iframe. I think I have a coding incorrect.

      If I can get it working within the PI, I will set the site to run from it

      Im currently using the following code with no luck (i’ve removed the size parameteres atm)

      <iframe src="192.168.1.200:8080" ></iframe>
      
      posted in Troubleshooting
      H
      harney
    • Display Magic Mirror on a website

      Is this idea possible

      I have created a MagicMirror that will be housed in my Campervan. It has various weather and GPS and other details . I would like to show this on a page on my website in an iFrame. Like a remote mirror.

      Apart from the obvious access permissions which are easy, I tried looking up this but all I get is adding a webpage to the MM not the other way round

      Anyone got any ideas if its even possible

      Cheers

      posted in Troubleshooting
      H
      harney
    • RE: Fan control

      Here is a great system. Fully automatic and silent(ish) with variable control. Took about 5 minutes to make a small board with the resistors and diode and the code is already done.

      [link text]https://www.instructables.com/PWM-Regulated-Fan-Based-on-CPU-Temperature-for-Ras/(link url)

      posted in Hardware
      H
      harney
    • RE: MMM-SpeedTest

      Damn Legend. Just what I was looking for for my WiFi Bridge PI 4Untitled.jpeg

      posted in Utilities
      H
      harney
    • RE: 7" and 5" displays

      @gr1dl0ck that is the 5inch screen using MMM-weatherforecast https://github.com/jharttech/MMM-weatherforecast/blob/master/README.md

      which comes with deviant art icons. I reduced the size of the icins to fit the area i had, and saved them in the CSS file as instructed but used different names. then change the MMM-weatherforcast.css file to point to the icos i wanted shown rather than the default selection. Theres quite a few icons to select from in the icon folder of the git file. I just chose the ones i liked the best based on the fortecast

      posted in Show your Mirror
      H
      harney
    • RE: 7" and 5" displays

      @carltonb the 7inch screen is the raspberry pi unit https://www.raspberrypi.org/products/raspberry-pi-touch-display/

      and the 5 inch is from DFRobot, https://www.dfrobot.com/product-1784.html

      i chose both these as they use a flat ribbon cable to hook up instead of HDMI or the GPIO pins

      posted in Show your Mirror
      H
      harney
    • RE: 7" and 5" displays

      @saabman I did some testing and found a brightness that didnt light up the room but still enabled the display to be seem

      The Sun and Moon icons on the left have commands attached to them

      | command: “echo 20 | sudo tee /sys/class/backlight/rpi_backlight/brightness”, |

      I just changed the “echo xxx” number to a value that works for me. I’m using Raspberry screens.

      posted in Show your Mirror
      H
      harney
    • 7" and 5" displays

      I’ve been working on these for a few weeks now. The 7 inch screen is for my Pi server, and the 5inch screen is my bedside clock.

      Both screens have brightness controls, and module hiding. The seven inch screen has both a manual screen button for reducing the brightness from 180 to 20, which can override the auto dulling and brightening.

      Seven Inch (screen grabs - Full and Night mode)
      7inch.jpeg 7inchnight.jpeg
      Seven inch Bright mode
      7inchbright.jpg
      Seven inch in night dull mode( Not as bright as the image in real life. At night, its just bright enough to see the time but not bright enough to light the room. Dimming is the same on both screens)

      7inchnight.jpg
      And in dull mode
      7inch.jpg

      Five inch
      6inchreal.jpg
      Screen grab of full five inch screen
      5inch.jpeg
      And night mode
      5inchnight.jpeg

      Modules used (and modified)

      Clock
      MMM-ScreenDimmer
      MMM-OpenWeather
      weatherforecast (with modified ico sizes for the 5" screen)
      MMM-network-signal
      MMM-ip
      MMM-ModuleToggle
      MMM-TouchButton
      MMM-ping
      internet-monitor
      MMM-SystemStats

      Thanks

      posted in Show your Mirror
      H
      harney
    • RE: Stop mm from a touch button

      this turne out to be exaclty what I was looking for,
      Now to use snowflake to run an npm stop command :clapping_hands:

      posted in Tutorials
      H
      harney
    • 1 / 1