Really nice looking mirror! Love the Home automation map.
Read the statement by Michael Teeuw here.
Posts
-
RE: First Mirror
-
RE: rpi3 freezes every few days .. need help
Run pm2 list to get your instance name
pm2 listRun pm2 logs instanceNameHere to get your error logs.
pm2 logs mmLet’s see if there are any out of memory errors or a module throwing an error.
-
RE: dead SD-card every aprox. 6 months
Had that happen just last week, did a backup of the card using win32diskimager after it was restored.
I’m looking at setting up a read-only os to play around with and configure myself… https://medium.com/swlh/make-your-raspberry-pi-file-system-read-only-raspbian-buster-c558694de79
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
Try using the GL driver to rotate…
https://github.com/michmich/magicmirror/wiki/configuring-the-raspberry-pi#enable-the-open-gl-driver-to-decrease-electrons-cpu-usageI’ll post my config.txt and autostart settings tonight, don’t have access to them right now.
-
RE: MMM-MyCommute not showing up.
I believe it’s the Maps Javascript API>>Directions API
-
RE: MMM-MyCommute not showing up.
@Doogain
Your config entry should look more like the one in the Readme.md page of the module (https://github.com/jclarke0000/MMM-MyCommute)Also, be sure you followed all of the installation notes in the readme.
{ module: 'MMM-MyCommute', position: 'top_left', config: { apikey: 'API_KEY_FROM_GOOGLE', origin: '65 Front St W, Toronto, ON M5J 1E6', startTime: '00:00', endTime: '23:59', hideDays: [0,6], destinations: [ { destination: '14 Duncan St Toronto, ON M5H 3G8', label: 'Air Canada Centre', mode: 'walking', color: '#82E5AA' }, { destination: '317 Dundas St W, Toronto, ON M5T 1G4', label: 'Art Gallery of Ontario', mode: 'transit' }, { destination: '55 Mill St, Toronto, ON M5A 3C4', label: 'Distillery District', mode: 'bicycling' }, { destination: '6301 Silver Dart Dr, Mississauga, ON L5P 1B2', label: 'Pearson Airport', avoid: 'tolls' } ] } } -
RE: MMM-MyCommute not showing up.
@Doogain Did you add the module into the MagicMirror/config/config.js?
-
RE: 3.5inch Display
I’m working on that same display. I’m mostly changing all the default module regions to center_middle. I’m running MMM-pages to show only one module at a time in that area. I have a navigation module I wrote for that screen to navigate prev/next and a home button to go to the default (first loaded module in MMM-Page modules config) module. The navigation module is on the bottom_bar region.
Touch Swipe module: https://github.com/buzzkc/MMM-TouchSwipe
My build for the 3.5" screen:
https://forum.magicmirror.builders/topic/11395/bedside-touchscreen/2 -
RE: MMM-soccer wont't show up
@ambujsethi Yes, you need to move it up under the modules folder.
-
RE: MMM-soccer wont't show up
I assume you went to the ~/MagicMirror/modules/MMM-soccer folder and ran the npm install?
cd ~/MagicMirror/modules/MMM-soccer npm install -
RE: Bedside clock and info screen
@vbloke Just curious, does the 7" touch support swipe events? I’m assuming it’s a capacitive touch and does, but wasn’t sure.
-
RE: Bedside clock and info screen
Very nice. I think I may have to consider going up to a larger size on mine. Currently I’m running a 3.5" screen, but there is no dimming ability.
-
RE: MMM-Sunrise-Sunset
Looks nice. I may add that to my bedside touch screen…Thanks!
-
RE: How to modify layout
If you’re looking for the layout of the regions, see this page: https://forum.magicmirror.builders/topic/286/regions
Customizing module layouts within those can be done by modifying the css/custom.css file with classes that over-ride the default ones.
-
RE: Azure Cognitive Services API
I believe there is already a face detection module under the modules section of the forum, but I don’t know what api it is using.
-
RE: Bedside Touchscreen
@Babene1 said in Bedside Touchscreen:
Looks very good.
I have a similar building but my usage is different (on my desk with a DHT22 sensor)
Your case looks great! Where did you get that? I have the case printed by a friend but unfortunately it does not look that goodIt is this one…Case for Raspberry Pi 3/3.5" Touchscreen https://www.amazon.com/dp/B07B5YG4LC/
Though I have a clone of the waveshare lcd, and the screen is 180* off, so it’s shifted to the right as you can see in the photo. I’ll probably trim off what is covering the right side to get a full view.
-
Bedside Touchscreen
I’ve been working on this along with a couple of modules for navigation of MMM-pages and controlling our Sleepnumber bed.
It uses a 3.5" Waveshare touchscreen on a pi3. I have it setup with MMM-pages for showing a clock, the weather, MMM-MyCommute, my sleepnumber module. Then I created a module for the navigation, which has previous/next and home options.

Demo of the touch screen: https://www.youtube.com/watch?v=fJe_lslkCb0
We love the Sleepnumber bed, but hate the SleepIQ phone app to control it. It takes navigating to 3 different pages and several more clicks just to change the bed position. This has all the bed presets to change it in one click (maybe two if I have to click home). It has a buttons to toggle between sleepers, then all the position buttons apply to that sleeper. I’m working on adding the sleep number, head/foot adjustments, and foot warming next.
This 3.5" screen doesn’t have a brightness control, so I may switch to a 5" screen as there is a hack to control the screen’s pwm from the pi.