MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Blackmirror
    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

    Blackmirror

    @Blackmirror

    1
    Reputation
    1.7k
    Profile views
    68
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Blackmirror Unfollow Follow

    Best posts made by Blackmirror

    • RE: screensaver will not turn off

      thanks all.
      this works.

      posted in Troubleshooting
      B
      Blackmirror
    • RE: Where are you from?

      Alsfeld, Germany. The second nice town unter 20.000 people in Germany now.
      Say the Geo travel magazine.
      https://goo.gl/images/AYD77k

      posted in General Discussion
      B
      Blackmirror
    • RE: Blackscreen after update to v.2.8.0

      Thanks.

      I have only npm install at Magicmirror not for the modules.

      Now it was running fine.

      posted in Troubleshooting
      B
      Blackmirror
    • default Calender Two calender with different update time

      Hello,

      I’m having trouble with my garbage collection service blocking my calendar if I access the data more than once a day. However, I need frequent updates for entries with appointments and times. Can I configure the calendar so that it only updates once a day, while my Google Calendar continues to update every 5 minutes?

      Thanks

      Blackmirror

      posted in Troubleshooting
      B
      Blackmirror

    Latest posts made by Blackmirror

    • RE: default Calender Two calender with different update time

      @sdetweil

      okay.

      I was hoping there would be a solution to integrate this into a calendar

      Blackmirror

      posted in Troubleshooting
      B
      Blackmirror
    • RE: default Calender Two calender with different update time

      @sdetweil

      How?

      The fetchinverall is only in the config menu not for the menu of the differnet calenders.

      Blackmirror

      posted in Troubleshooting
      B
      Blackmirror
    • RE: default Calender Two calender with different update time

      @sdetweil

      Hello Sam,

      yes the standard calender modul.

      I mean the calender from my google account.
      This one should be updated regularly, while the ic for my garbage collection only once a day. So, both require different update times.

      Blackmirror

      posted in Troubleshooting
      B
      Blackmirror
    • default Calender Two calender with different update time

      Hello,

      I’m having trouble with my garbage collection service blocking my calendar if I access the data more than once a day. However, I need frequent updates for entries with appointments and times. Can I configure the calendar so that it only updates once a day, while my Google Calendar continues to update every 5 minutes?

      Thanks

      Blackmirror

      posted in Troubleshooting
      B
      Blackmirror
    • RE: MMM-RadioDE will not play

      Hello,

      today the Mplayer radio will not turn on. He get on and will stop directly after start.

      But I have nothing change.

      Best regards

      BlackMirror

      posted in Troubleshooting
      B
      Blackmirror
    • RE: MMM-RadioDE will not play

      Hello
      it’s works but after controlled with Notification, it will not more displayed. But this is not really a problem.

           module: 'MMM-Buttons',
      //                        classes: 'default everyone',
           config: {
          minShortPressTime: 20,
          bounceTimeout: 10,
                   buttons: [
                   {
                   pin: 10,
                   name: "Radio",
                   longPress: {
                            notification: "RADIO_STOP",
                          payload: "default"},
                   shortPress: {
                          notification: "RADIO_PLAY",
                          payload: "Radio"}},
              {
                  pin: 11,
                  name: "Tagesschau",
                  longPress: {
                    notification: "BUTTON_PRESSED",
                    payload: true
                  },
                 shortPress: {
                    notification: "BUTTON_PRESSED",
                    payload: true
                  }
              }
          ]
      }},
      
      {
              module: "MMM-MplayerRadio",
              classes: 'Radio',
              header: "Radio",
              position: 'bottom_left', // This can be any of the regions.
              config: {
                      //autoplay: 0,
                      stations: [
                                      {
                                      title: "hr3.de",
                                      url: "http://www.surfmusik.de/m3u/hr3-mitte,19472.m3u",
                                      logo: "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Hr3-Logo_2015.svg/240p$
                                      }
                              ],
                              showControls: false,
                              showVolControls: false
                      }
      },
      
      

      Thanks Blackmirror

      posted in Troubleshooting
      B
      Blackmirror
    • RE: MMM-RadioDE will not play

      Hello,

      have noone a idea? Or a other simple radio module? But with no buttons. Only simple play a radiostream.

      Here my config.js

      {
              module: 'MMM-RadioDe',
              classes: 'Radio',
              position: 'bottom_left', // This can be any of the regions.
              config: {
                      // See 'Configuration options' for more information.
                      station: "hr3",
                      // can be obtained in embed section of station, e.g. http://ant$
                      api_key: "xxx",
                      autoplay: "true"
                      //optional,
                      //height:"92", // in pixel
                      //width:"360", // in pixel
              }
      },
      
      

      The error looks like a bad API, but the API is right.

      posted in Troubleshooting
      B
      Blackmirror
    • MMM-RadioDE will not play

      Hello all,

      I have a Problem since two weeks that the module RadioDE will start and show the radiostation but will not play.

      a reinstall of this modul have not work and chance the station will not work too.

      I hope anyone can help me.

      Best regards

      Blackmirror

      posted in Troubleshooting
      B
      Blackmirror
    • RE: After reboot RPI no changes are saved?

      @wizz
      Have you found a solution?

      I have the same problem now.

      posted in Troubleshooting
      B
      Blackmirror
    • RE: Black screen after update 2.11 (electron)

      @sdetweil said in Black screen after update 2.11 (electron):

      mv MMM-Buttons MMM-Buttons.save
      git clone https://github.com/Jopyth/MMM-Buttons.git
      cd MMM-Buttons
      npm install

      Yes Thanks. It’s works.

      posted in Troubleshooting
      B
      Blackmirror