A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    12 Posts
    5k Views
    B
    @aderoks one of my friends, a very funny fellow loves BBQ and joking. so when one says him “let me check my calendar” he gets back with “sure, but please don’t put me on the grid” ;)
  • Google assistant background issue

    Unsolved Troubleshooting background error
    3
    0 Votes
    3 Posts
    457 Views
    K
    @djboob66 Oh I didn’t I will try
  • 0 Votes
    3 Posts
    1k Views
    M
    I solved it by myself. So here for the rest of the world or maybe for myself in a couple of months. The following config is working: { module: 'MMM-BackgroundSlideshow', position: 'fullscreen_below', config: { imagePaths: ['modules/MMM-BackgroundSlideshow/BackgroundImages'], transitionImages: true, transitions: ['opacity'], randomizeImageOrder: true, slideshowSpeed: 500000, gradientDirection: 'both', gradient: [ "rgba(0, 0, 0, 0.00) 0%", "rgba(0, 0, 0, 0.00) 0%", "rgba(0, 0, 0, 0.00) 90%", "rgba(0, 0, 0, 0.75) 100%" ], //von oben nach unten, % = wo im Bildschirm startet es horizontalGradient: [ "rgba(0, 0, 0, 0.75) 0%", "rgba(0, 0, 0, 0) 15%", "rgba(0, 0, 0, 0.00) 85%", "rgba(0, 0, 0, 0.75) 100%" ] //von links nach rechts, % = wo im Bildschirm startet es } }, In addition, you have to change a line in the MMM-BackgroundSlideshow.js file in the getDom function (line 316) OLD: this.createGradientDiv('right', this.config.gradient, wrapper); NEW: this.createGradientDiv('right', this.config.horizontalGradient, wrapper); I will put this on GitHub as well.
  • Magic Mirror Overlays and templates

    Unsolved Troubleshooting magic mirror background overlay animation
    1
    0 Votes
    1 Posts
    1k Views
    P
    Hi All, In dire need of some help/advice!! We bought the magic mirror business of its previous owners last year. However, a few serious updates are required to keep it fresh and inviting. I am having an issue with designing new overlays for the pictures that are taken on the mirror. I do not have a mac nor adobe photoshop to edit any frame/borders and I have tried to use Paint however it has been a pain to use! Is there anyone that can be of help with this? Thanks, Faz
  • Change background image based on time of day

    Development background timeofday
    18
    0 Votes
    18 Posts
    8k Views
    X
    @Piranha1605 Yeah dude I took a gander at your github and then set everything to my needs. I appreciate it!