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

    Posts

    Recent Best Controversial
    • My family dashboard

      06.jpg

      Not a mirror but a family dashboard for the kitchen. Inspired by DAQBoard, frame designed by my wife, built by me, coded by me.

      Modules used:

      • MMM-CalendarEXT3
      • Clock
      • Weather
      • MMM-AlexaControl
      • MMM-Wallpaper

      Features:

      • 24-inch monitor
      • PIR sensor so it turns on when you walk up to it
      • 6 google calendars displayed
      • Say “Alexa, turn on next month” which advances the calendar 5 weeks for 1 min then switches back
      • Rotates wallpaper every 10 min with photos of our most recent family vacation

      Build pics:

      01.jpg 02.jpg 03.jpg 04.jpg 05.jpg 07.jpg

      posted in Show your Mirror
      B
      blouzbee
    • RE: MMM-PIR-Sensor-Lite does not switch HDMI off

      all these modules and all these guides you can find online all fail to tell you that at some point a kernel or driver update broke vcgencmd and tvservice commands for the newer pis or Rasberry OS. I spent so many hours making mine work.

      xrandr --output HDMI-1 --off
      
      xrandr --output HDMI-1 --auto
      

      these worked for me, maybe they’ll work for you, I dunno.

      posted in Troubleshooting
      B
      blouzbee
    • Using Alexa control to change calendar views?

      So im trying to wrap my head around wether this is possible or not. I’m using MMM-calendarext3, in the notes I see

      CX3_GLANCE_CALENDAR, payload: {instanceId, step}

      and

      CX3_SET_DATE, payload: {instanceId, date}

      I also understand Alexa control can send alerts to other modules. I’m not sure if I’m misunderstanding these features. can someone detail a high-level overview of how this might work, if at all?

      in the end, I would like to be looking at my calendar and say Alexa show November. the view would switch the month for a min and go back to the default view. Thank you kindly.

      posted in Troubleshooting
      B
      blouzbee
    • RE: Using Alexa control to change calendar views?

      @sdetweil

      Thank you for the overview. It really helped me wrap my head around it. i got it working the way i like. After getting MMM-Alexacontrol working i added this to the config section of the AlexaControl module in config.js

      notifications: [
      	{		
      	name: 'next month',
      	port: 11100,
      	OnOff: false,
      	notification: ["CX3_GLANCE_CALENDAR", {step: 5}]
      	}
      	        ],
      

      Search for new devices in the Alexa app, it should find “next month”. I have my calendar in week mode showing six weeks. I say “Alexa, turn on next month” and it advances the view 5 weeks(i might change it to 6) , stays there for a min then goes back to the default view.

      posted in Troubleshooting
      B
      blouzbee
    • 1 / 1