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

jconno03

@jconno03

16
Reputation
24
Profile views
4
Posts
0
Followers
0
Following
Joined Jan 10, 2024, 2:23 PM
Last Online about 13 hours ago

jconno03 Unfollow Follow

Best posts made by jconno03

  • 27" Kitchen Dashboard

    My first MagicMirror is a family dashboard for our kitchen area. I used a Samsung 27” monitor which has a thin profile and fits easily into a wooden frame. The frame is cut from maple to fit the monitor.

    The Dashboard is powered with an Alexa-enabled smart outlet installed in a recessed box, attached to the wall with a French cleat.

    We are thrilled with the results.

    Modules used:

    • clock
    • compliments
    • MMM-Remote-Control
    • MMM-ModuleScheduler
    • MMM-AlexaControl
    • MMM-Pir
    • MMM-Worldclock
    • MMM-GoogleCalendar
    • MMM-Sonos
    • MMM-GooglePhotos
    • MMM-OpenWeatherMapForecast
    • MMM-NewsAPI
    • MMM-SystemMonitor
    • MMM-WiFiPassword (not shown)

    Hardware:

    • Raspberry Pi 4
    • Samsung 27" T35F monitor
    • HC-SR501 PIR Infrared Sensor
    • DAOKI Light Sensor
    • ELEGRP USB Outlet Receptacle, 3-Port USB C Wall Outlet
    • Arlington DVFR1W-1 Recessed Electrical/Outlet Mounting Box

    Features

    • 27 -inch monitor
    • PIR sensor to turn off the screen when the room is empty
    • Alexa integration to turn mirror on/off, using MMM-Remote-Control to shutdown the Raspberry Pi and then the smart outlet to turn off the monitor.
    • Rotates wallpaper thru personal photos
    • Light sensor runs as separate from the Magic Mirror framework with a custom Python script to dim the monitor in the evening

    The Build
    3f40839b-58f3-41bb-a6c2-b665a836a7a4-build1.jpg

    2c9c4d66-b81a-41ec-b5fe-1e2b4a8de859-build2.jpg

    The wall with a french cleat
    6163d748-6528-4ae1-b914-ab8b44c6d8f7-build3.jpg

    The Dashboard
    9fe0dd9b-e565-493e-ab91-ba84fbc15e72-Mirror1a.jpg

    05cec45f-27cf-4aac-ae70-d40372ad1f17-mirror2.jpg

    posted in Show your Mirror
    J
    jconno03
    May 8, 2024, 1:32 AM

Latest posts made by jconno03

  • RE: 27" Kitchen Dashboard

    @r3zi3lr If there is something specific you are looking for please let me know. I have added more features and the config is large

    posted in Show your Mirror
    J
    jconno03
    Dec 5, 2024, 3:26 AM
  • RE: 27" Kitchen Dashboard

    @sheptastic
    Custom CSS which I think I took from another person’s post in this forum. Here are my entries…

    /* Worldclock **/
    /
    Arrange clocks horizontally /
    .MMM-Worldclock .worldtime {
    display: flex;
    flex-direction: row;
    }
    .MMM-Worldclock .world{
    width: 140px;
    }
    .MMM-Worldclock .world-0{ /
    1st clock = UTC clock */
    width: 140px;
    font-size:100%;
    }

    /* Time title font color and size */
    .MMM-Worldclock .zone {
    font-size: calc(var(–font-size) - 6px);
    color: var(–color-text-bright);
    }

    /* Hide time difference to UTC */
    MMM-Worldclock .gap {
    font-size: 1px;
    color: transparent;
    }

    posted in Show your Mirror
    J
    jconno03
    Dec 5, 2024, 3:24 AM
  • RE: 27" Kitchen Dashboard

    @JeanMichelC

    Here is my Alexa configuration. I am have an Echo Show 5 and an Echo Input. My feeling is that verbally asking Alexa to scan for new devices works better than attempting to scan from the app. Works flawlessly for me.

    		module: 'MMM-AlexaControl',
    		position: 'middle_center',
    		config:{
    			image: false,
    			deviceName: "Mirror",
    			pm2ProcessName: "MagicMirror",
    			vcgencmd: "wlr-randr",
    			},
    
    posted in Show your Mirror
    J
    jconno03
    May 20, 2024, 2:15 AM
  • 27" Kitchen Dashboard

    My first MagicMirror is a family dashboard for our kitchen area. I used a Samsung 27” monitor which has a thin profile and fits easily into a wooden frame. The frame is cut from maple to fit the monitor.

    The Dashboard is powered with an Alexa-enabled smart outlet installed in a recessed box, attached to the wall with a French cleat.

    We are thrilled with the results.

    Modules used:

    • clock
    • compliments
    • MMM-Remote-Control
    • MMM-ModuleScheduler
    • MMM-AlexaControl
    • MMM-Pir
    • MMM-Worldclock
    • MMM-GoogleCalendar
    • MMM-Sonos
    • MMM-GooglePhotos
    • MMM-OpenWeatherMapForecast
    • MMM-NewsAPI
    • MMM-SystemMonitor
    • MMM-WiFiPassword (not shown)

    Hardware:

    • Raspberry Pi 4
    • Samsung 27" T35F monitor
    • HC-SR501 PIR Infrared Sensor
    • DAOKI Light Sensor
    • ELEGRP USB Outlet Receptacle, 3-Port USB C Wall Outlet
    • Arlington DVFR1W-1 Recessed Electrical/Outlet Mounting Box

    Features

    • 27 -inch monitor
    • PIR sensor to turn off the screen when the room is empty
    • Alexa integration to turn mirror on/off, using MMM-Remote-Control to shutdown the Raspberry Pi and then the smart outlet to turn off the monitor.
    • Rotates wallpaper thru personal photos
    • Light sensor runs as separate from the Magic Mirror framework with a custom Python script to dim the monitor in the evening

    The Build
    3f40839b-58f3-41bb-a6c2-b665a836a7a4-build1.jpg

    2c9c4d66-b81a-41ec-b5fe-1e2b4a8de859-build2.jpg

    The wall with a french cleat
    6163d748-6528-4ae1-b914-ab8b44c6d8f7-build3.jpg

    The Dashboard
    9fe0dd9b-e565-493e-ab91-ba84fbc15e72-Mirror1a.jpg

    05cec45f-27cf-4aac-ae70-d40372ad1f17-mirror2.jpg

    posted in Show your Mirror
    J
    jconno03
    May 8, 2024, 1:32 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy