A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 2 Votes
    19 Posts
    6k Views
    J
    So I have Calendar to show two upcoming birthdays. It is showing them one day too early. Is it the same problem as mentioned earlier? And will the same fix fix them for me?
  • Socket Notifications are just not working

    4
    0 Votes
    4 Posts
    811 Views
    S
    @KirC so that means buttons is not configured like u want
  • Is it possible to ad an Arduino?

    55
    0 Votes
    55 Posts
    21k Views
    S
    @Crime I already tried to fix it like that but sadly i didn’t worked… now i don’t know what to do and i don’t have the knowledge to fix it myself atm atleast .-.
  • Server mode on Gentoo: TypeError in logger.js

    2
    0 Votes
    2 Posts
    272 Views
    V
    …commenting out the offending line in logger.js appears to resolve the issue, and I can find no other reference to timeStamp - is this line needed for anything…?
  • Default Calendar - Full Day Events are not shown on day of event

    calendar
    13
    0 Votes
    13 Posts
    5k Views
    B
    @sdetweil It works :-) thank you for your help and patience. I really appreciate it.
  • 0 Votes
    7 Posts
    1k Views
    A
    @Mykle1 yeah i configured that too but it ain’t working!
  • MMM-soccer club logos with white background

    1
    0 Votes
    1 Posts
    284 Views
    J
    In MMM-soccer, the club logos have a white background. Except for a logo from “Bayer Leverkusen”. Anyone have an idea how I can change that?! Soccer Picture
  • Help with setting up mmpm and finding the right ip address

    4
    0 Votes
    4 Posts
    1k Views
    S
    @coope310 did u reset the MMPM environment variables , which contains the url of MagicMirror https://github.com/Bee-Mar/mmpm/wiki/MMPM-Environment-Variables
  • MMM-EveryNews is not loading anything

    8
    2
    0 Votes
    8 Posts
    2k Views
    cowboysdudeC
    @Mykle1 LOL
  • MMM-EveryNews goes off every time when MMM-GoogleMapsTraffic is on

    3
    0 Votes
    3 Posts
    584 Views
    D
    @sdetweil Thank you, just checked. Everything is working! :) Thanks a lot!
  • icon + compliments_plus + How to communicate with default weather module ?

    10
    0 Votes
    10 Posts
    2k Views
    E
    Hi, thanks for assisting me. The problem is I’M not using original weather module, so unable to send notification . I’m using this one : https://github.com/MatthiPi/MMM-DefaultWeatherAnimated { module: "weather", //change to weather position: "top_right", config: { // See 'Configuration options' for more information. type: 'current', weatherEndpoint: '/weather', units: 'metric', apiKey: 'X', locationID: Y } }, But unable to figure out how to send notification to current weather objects into this compliment_modules. (where should I write , this code in this module ?) when I try in provider.js, console says "sender should be module" this.sendNotification("CURRENTWEATHER_DATA", {foo: "bar"}); MY COMPLIMENT_PLUS Modul compliment_plus.js notificationReceived: function(notification, payload, sender) { if (notification === "CURRENTWEATHER_DATA") { console.log("251", payload.data); this.setCurrentWeatherType(payload.data); } },
  • 0 Votes
    8 Posts
    4k Views
    V
    If you have config file copy config.sample Start again copy the sample file to your documents and downloads. Remove sample from the configuration file Start again Remember start with { Code Ends in }, It’s not always easy to see what’s wrong as the code you are using could be wrong . as l’ve not used this module l cannot say Keep trying your get their in the end If it go wrong it’s easy to start again.
  • Config file not working when i add MMM-GooglePhotos

    Solved
    17
    0 Votes
    17 Posts
    7k Views
    S
    @videogame95 I still want an install.log from the scripted install, and whatever the errors were for ga … so I can fix for the future
  • CAUTION when applying latest Debian Stretch updates!

    3
    1 Votes
    3 Posts
    653 Views
    FoziF
    @sdetweil Thanks for the heads up, Sam!
  • View Security Cameras

    1
    0 Votes
    1 Posts
    360 Views
    K
    Which module would be best to view my Lorex NVR system on my mirror? RTPStream or MagicEye? I’ve tried RTPStream with no luck.
  • MMM-Carousel w / Slide Navigation

    2
    0 Votes
    2 Posts
    2k Views
    B
    Using search helps! :)
  • npm install for modules also needed?

    2
    0 Votes
    2 Posts
    414 Views
    S
    @Joern if the module supplies a package.json, then you should do npm install in the module folder
  • Rotate screen by custom.css work only for -90deg

    9
    0 Votes
    9 Posts
    2k Views
    J
    bottom 110% was first try, but cutted away parts on left side :-( even if there was space… Margin 0, if not other issues will come - works fine as mirror is anyhow bigger…
  • 2.12 npm check:config temp fix

    Locked
    6
    1 Votes
    6 Posts
    637 Views
    S
    @videogame95 open another topic. this one is about the config checker. and provide some info
  • How to call my cloud base magic mirror from raspberry pi 4

    7
    0 Votes
    7 Posts
    1k Views
    E
    Hello thank you ver much for your practive solution. I learned how to batch files runs.