A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Black screen

    Moved
    7
    0 Votes
    7 Posts
    2k Views
    TravelbaconT
    Nice work. I will also add in my documentation that Fake KMS must be set. :) Btw: Did you check the Pi settings on: https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi ? There might be a change that you can have other options. @MichMich The FAQ seems to be outdated. In the newest Raspberry Pi OS (Raspbian) the whole raspi-config has changed for the driver settings. [image: 1604229155682-screenshot-from-2020-11-01-12-10-33.png]
  • 0 Votes
    2 Posts
    491 Views
    J
    After some debugging in with npm start dev and checking the console this pointed me to an error in my config; showPowerStats is a global setting, not per device. After that it started at least to the point where it would subscribe to the mqtt topic, however I should have considered the obvious; my mqtt structure is not the default suggestion of tasmota, so the code does not correspond with that. Currently trying to adapt for that.
  • Magic Mirror

    Moved
    2
    0 Votes
    2 Posts
    476 Views
    S
    @Aquamannno as i said before, you have to add class names to EVERYTHING you want to display… so ‘default’ is the class when there is no user detected then if I want clock and weather when I am detected (sam) i would make classes :"default,sam" for both those modules… and sam ONLY on those two modules
  • Belgium calendar ics

    7
    0 Votes
    7 Posts
    2k Views
    R
    ok, i am newbie,…no coder ;)
  • Not able to exclude events from default calendar

    2
    0 Votes
    2 Posts
    484 Views
    S
    @theskyisthelimit hm… I used your excluded list (cut/paste) and ics and they were excluded… ( I had a second excluded: in the config.js cal entry and it won the 1st time)
  • Weather

    1
    0 Votes
    1 Posts
    309 Views
    H
    Hello, I wanted to know, with the compliments module, is it possible to use the times of the day, and at the same time the weather for the compliments? Or is it either one or the other? Whether in external file or not
  • MMM VolvoOnCall module problem setup

    1
    0 Votes
    1 Posts
    318 Views
    K
    Hi! Totaly new in this! I have sucsessfully installed magicmirror and added modules. I have a Volvo car but have problem to get thisone work Im following https://github.com/eouia/MMM-VolvoOnCall After typing username and password in voc.conf I´m trying to do the command “voc list” I then get the message "missing configuration: init() missing 2 required positional arguments: username and password Can somebody please help me? The username and password is correct . Is it possible to find the file in file manager and not only in terminal?
  • MMM-NetworkScanner (spitzlbergerj) Text Color State

    1
    0 Votes
    1 Posts
    314 Views
    S
    Re: MMM-NetworkScanner (spitzlbergerj) This was very helpful! I am experiencing another issue now that the columns are working. Although the icon colors are successfully changing with the color state, the name associated with the icon stays light gray (i.e., does not dynamically change with state). What line would I need to change in the .js file (or elsewhere) to enable this behavior? In other words, I want the color to behave the same as when devices are listed in a row, where both the icon and name change to the same color based on their state.
  • What is wrong with my url?

    Moved
    16
    0 Votes
    16 Posts
    6k Views
    S
    @EllyJ go to github on the original project push the fork button top right. now u have a copy, and ‘could’ submit changes back to the author as ‘pull request’, pull from your repo back to his. now, rename your current module folder and then git clone your fork, and do npm install if the original asked for it now, copy the changed files from the renamed folder to the new one. if all is good then we can work on getting the changes pushed up to your fork
  • 0 Votes
    3 Posts
    1k Views
    RaspiManuR
    Dear @strawberry-3-141 , thank you very much for replying. At the moment I’m quite busy, too, but I will give this method a try as soon as possible :)
  • MMM-UKLiveBusStopInfo Bus Icons not working

    2
    0 Votes
    2 Posts
    578 Views
    A
    This works for me: https://zoomadmin.com/HowToInstall/UbuntuPackage/fonts-font-awesome
  • Color Online - Offline

    Moved
    1
    0 Votes
    1 Posts
    242 Views
    C
    Re: MMM-NetworkScanner Hello, I still cannot get color if online or not my config: module: “MMM-NetworkScanner”, position: “top_right”, header: “Geräte im Netzwerk”, config: { devices: [ { ipAddress: “192.168.1.109”, name: “Carmine Phone”, icon: “android”, colorStateOnline: “#00ff00”, colorStateOffline: “#ff0000”, }, { ipAddress: “192.168.1.39”, name: “Temperature”, icon: “temperature-low”, colorStateOnline: "#00ff00, colorStateOffline: “#ff0000”, }, ], sort: false, showUnknown: false, showDeviceColums: true, coloredState: true, } } in MMM-NeetworkScanner.css : .MMM-NetworkScanner .device { text-align: left; } .MMM-NetworkScanner .device i { padding-left: 0; padding-right: 10px; } .MMM-NetworkScanner .date { padding-left: 30px; text-align: right; } .MMM-NetworkScanner table tr.dimmed td i { color: #ff0000; } .MMM-NetworkScanner table tr.bright { color: #00ff00; but everythiong is red :-( Could you help me? also tried to change custom.css of MagicMirror Thank you
  • I can't display an image and need help.

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    E
    var data = this.volumioData; var item = document.createElement('div'); item.className = 'mmm-volumio-item'; item.innerHTML = '<div>' + data['artist'] + '</div>' + '<div>' + data['album'] + '</div>' + '<div><img src=' + data['albumart'] + '></div>'; wrapper.appendChild(item); return wrapper; This is the from the example.
  • Recurring events Calender

    Solved
    20
    0 Votes
    20 Posts
    9k Views
    D
    @sdetweil I have sorted it now, I just deleted the stuck file, and did the upgrade/update to 2.14 and all is good. My calendar is now fixed. Thank you for your help
  • MMM-RTSPstream won't shut off.

    9
    0 Votes
    9 Posts
    2k Views
    A
    @swvalenti I changed the stream to VLC and now it works. When i open a photo, the streaming module goes to the background.
  • Google photos not showing

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    P
    My SD card crashed so I restored my backup and now it doesnt show any images I got everything else back up just not google photos, I am currently thinking of deleteing the module all together and reinstalling that but if theres another way I’m interested to know how. Cheers. Pete.
  • Black screen with cursor

    12
    0 Votes
    12 Posts
    4k Views
    S
    @Clubjack well. 2.13 is current. lots of fixes since then. but if it’s working for you…
  • Can I start a script from MMM-Remote-Control or something else?

    1
    0 Votes
    1 Posts
    337 Views
    F
    I have finally gotten most of it working. I’m almost ready for halloween :-) I’m going to create a scene that will make the light flicker, and then I want to start a movie playback via a MQTT command. I’ve made a script that will random select a clip and play it back, and it shows up as it should, on top of the MM. But how can I get that done? I tried using the ‘MMM-Remote-Control’ and add a command with customcommand, but it seems that I can not just add a random command, I can only redefine the already set up commands??? The MQTTBridge sends out perfect NOTI’s, so anything that can react to this would work? Any ideas?
  • NPM start, starts but with blank screen

    21
    0 Votes
    21 Posts
    8k Views
    S
    @natebrown u don’t install my scripts. u use the scripts to do the different tasks each command is a cut and paste to execute.
  • All modules are not on MichMich/MagicMirror/wiki/3rd-party-modules

    3
    0 Votes
    3 Posts
    2k Views
    BKeyportB
    @RIKKO14 There’s a couple reasons for this: The module author didn’t add their module to the page. (it’s editable by anyone) The module has been removed from the list by author or other person for reasons. Basically, the list isn’t inclusive, and nobody really maintains the list against anything else. I personally use 2 different modules that aren’t even released. :) Really, this forum is the best place to find out about modules.