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

    Topics

    • B

      default Calender Two calender with different update time

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      9
      -2 Votes
      9 Posts
      334 Views
      S
      @Blackmirror i am wrong. based on the code (not the doc) you can have a unique fetchInterval by url to override the base config value so you only need one calendar instance
    • B

      MMM-RadioDE will not play

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      1k Views
      wishmaster270W
      @Blackmirror Hi, maybe the url of the radio station changed. The player then tries to start the station and stops directly.
    • B

      Black screen after update 2.11 (electron)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      24
      0 Votes
      24 Posts
      4k Views
      S
      @Blackmirror ok, I have fixed update to erase the old files (node_modules and package-lock.json) to force a different npm install weird thanks for your help and patience
    • B

      Blackscreen after update to v.2.8.0

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      30
      0 Votes
      30 Posts
      10k Views
      Mykle1M
      @panos There are other moon phase modules that you can try. Search the 3rd party modules page
    • B

      MagicMirror will not start after update 2.5.0

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      2k Views
      S
      @blackmirror u need to go to the MMM-DHT-Sensor folder and do npm install there too (and any other modules that have a package,json file supplied) the upgrade SHOULD do this for you, but appears not…
    • B

      Black screen after install update v2.2

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      11
      0 Votes
      11 Posts
      8k Views
      H
      @ryck said in Black screen after install update v2.2: cd modules/MMM-Buttons npm install electron-rebuild ./node_modules/.bin/electron-rebuild You are my hero… :)
    • B

      MMM-Buttons and MMM-Podcast will not work after update the MMM-Podcast Module

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      1k Views
      B
      Hello, after the new update of the MMM-Podcast Module, I can not start the MMM-Podcast with the module MMM-Buttons. Before it was running fine. Can anyone help me? Thanks Christian
    • B

      screensaver will not turn off

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      3k Views
      B
      thanks all. this works.
    • B

      MMM-Myvoiceradio with button

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      901 Views
      B
      Hello, I need help, I will use the MMM-Myvoiceradio module with buttons not this microphon. I have make buttone with MMM-Buttons for Sender+ to switch to the next sender and Sender- to switch to the previous sender VolumeUp to make a higher Volumen and VolumeDown to make a lower Volumen and radiostop for stop the radio. And have change the MMM-Myvoiceradio.js but nothing works. But I muss learn a lot of Javascript Module.register(“MMM-Myvoiceradio”,{ // Default module config. // defaults: { text: “Sender1: BigFMSender2: Einslive” // }, notificationReceived: function(notification, payload, sender) { var self = this; Sender = 0; If (notification === “Sender+”){ Sender = Sender+1; If (Sender > 2){ Sender = 1; } } If (notification === “Sender-”){ Sender = Sender-1; If (Sender < 1){ Sender = 2; } } if (Sender === 1){ self.sendSocketNotification(‘einslive’, {}); } if (Sender === 2){ self.sendSocketNotification(‘bigfm’, {}); } if (notification === “VolumeUp”){ self.sendSocketNotification(‘VolumeUp’, {}); if (notification === “VolumeDown”){ self.sendSocketNotification(‘VolumeDown’, {}); if (notification === “radiostop”){ self.sendSocketNotification(‘radiostop’, {}); } }, // Override dom generator. getDom: function() { var wrapper = document.createElement("div"); wrapper.innerHTML = this.config.text; return wrapper; } });
    • B

      No sound ober USB-Card

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      1k Views
      romainR
      I’m quite new in Rpi and I had a loooooooooooooot of troubble with the sounds. I believe there is a way to desactivate HDMI audio somewhere in the sudo raspi-config and forcing the 3.5 m jack in the Advanced Options and Audio if that doesn’t work, I noticed that if you open alsamixer through a terminal, you can just change the value of the different channel but not “select” it as the default device to use. You can, however, open the “Audio Device Settings” in “Preferences” within the main menu of the pi on the desktop and choose the “default card” to use and reboot. Alternatively, you can creat a .asoundrc in your pi folder to describe what is the default card.(It will only concern the pi user though. You can make it globale if you use a /etc/asound.conf file instead). Those files probably doesn’t exist at first, you might have to create them. But at the end of the day, I never trully succeded to use my usb sound card fully. Not sure why but in a lot of circumstances the driver crash or something if I play a sound with it and all my usb devices directly plug in the pi freez. so I end up configure the asound.file to say that my output is the normal output of the pi and my microphone is the external sound card.
    • B

      No sound over USB-Soundcard

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      836 Views
      B
      Hello, I can no hear sound over the usb-card, only over hdmi. But when I start speakertest I can hear the white noise. I have test a few things what google say, but nothing works.
    • B

      simple web-radio

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      4
      0 Votes
      4 Posts
      2k Views
      B
      Hello, I have a issue in the code, the Buttons will not work. How I can control the voiceradio with Buttons? Thanks Blackmirror
    • B

      Blackscreen after install MMM-PIR-Sensor

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      15
      0 Votes
      15 Posts
      8k Views
      B
      Use the PIR-Senosr not with this modul, but with the python script.
    • 1 / 1