@sdetweil Thanks Sam, I was trying with an internal web server first. I will try using the external server instead.
Read the statement by Michael Teeuw here.
Posts
-
RE: Display Magic Mirror on a website
-
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>
-
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
-
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)
-
RE: MMM-SpeedTest
Damn Legend. Just what I was looking for for my WiFi Bridge PI 4
-
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
-
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
-
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.
-
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)
Seven inch Bright mode
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)
And in dull mode
Five inch
Screen grab of full five inch screen
And night mode
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-SystemStatsThanks
-
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: