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 12
    • Posts 64
    • Groups 0

    Blackmirror

    @Blackmirror

    3
    Reputation
    1.7k
    Profile views
    64
    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

    Latest posts made by 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
    • RE: Black screen after update 2.11 (electron)

      @sdetweil

          {
           module: 'MMM-Buttons',
      //                        classes: 'default everyone',
           config: {
          minShortPressTime: 20,
          bounceTimeout: 10,
                   buttons: [
                   {
                   pin: 10,
                   name: "Radio",
                   longPress: {
                            notification: "CURRENT_PROFILE",
                          payload: "default"},
                   shortPress: {
                          notification: "CURRENT_PROFILE",
                          payload: "Radio"}},
              {
                  pin: 11,
                  name: "Tagesschau",
                  longPress: {
                    notification: "BUTTON_PRESSED",
                    payload: true
                  },
                 shortPress: {
                    notification: "BUTTON_PRESSED",
                    payload: true
                  }
              }
          ]
      }},
      
      

      But I think it have not update the MMM-Buttons because it was out comment.

      I have your script restarted at now it comes the same error codes as I start npm install in the MMM-Buttons module

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

      @sdetweil

      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
              core
              css/save_custom.css
              modules/default/compliments/compliments.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 1 local files that are different than the master repo
      
         package.json
      
      save/restore files selection = y
      Saved working directory and index state WIP on master: 447c0bf Merge pull request #1968 from MichMich/develop
      HEAD ist jetzt bei 447c0bf Merge pull request #1968 from MichMich/develop
      test merge result rc='' , if empty, no conflicts
      executing merge, apply specified
      merge result rc= 0
       Already up-to-date.
      processor architecture is armv7l
      updating MagicMirror runtime, please wait
      
      > magicmirror@2.11.0 install /home/pi/MagicMirror
      > echo "Installing vendor files ...
      " && cd vendor && npm install --loglevel=error
      
      Installing vendor files ...
      
      
      > magicmirror@2.11.0 postinstall /home/pi/MagicMirror
      > npm run install-fonts && echo "MagicMirror installation finished successfully!
      "
      
      
      > magicmirror@2.11.0 install-fonts /home/pi/MagicMirror
      > echo "Installing fonts ...
      " && cd fonts && npm install --loglevel=error
      
      Installing fonts ...
      
      MagicMirror installation finished successfully!
      
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.1 (node_modules/chokidar/node_modules/fsevents):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
      npm WARN ws@7.2.3 requires a peer of bufferutil@^4.0.1 but none was installed.
      npm WARN ws@7.2.3 requires a peer of utf-8-validate@^5.0.2 but none was installed.
      npm install completed - Sa Apr  4 17:54:21 CEST 2020 on base
      downloading dumpactivemodules script
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-Carousel please wait
      ----------------------------------
      processing complete for module MMM-Carousel
      processing for module MMM-Podcast please wait
      ----------------------------------
      
      > Magic-Mirror-Module-Podcast@1.0.1 postinstall /home/pi/MagicMirror/modules/MMM-Podcast
      > electron-rebuild -e ../../node_modules/electron
      
      - Searching dependency tree
      ✔ Rebuild Complete
      processing complete for module MMM-Podcast
      processing for module MMM-DWD-WarnWeather please wait
      ----------------------------------
      processing complete for module MMM-DWD-WarnWeather
      processing for module MMM-Todoist please wait
      ----------------------------------
      processing complete for module MMM-Todoist
      processing for module MMM-FRITZ-Box-Callmonitor please wait
      ----------------------------------
      processing complete for module MMM-FRITZ-Box-Callmonitor
      processing for module MMM-RadioDe please wait
      ----------------------------------
      processing complete for module MMM-RadioDe
      processing for module MMM-Fuel please wait
      ----------------------------------
      npm WARN eslint-config-airbnb-base@11.1.3 requires a peer of eslint@^3.19.0 but none was installed.
      npm WARN eslint-plugin-import@2.2.0 requires a peer of eslint@2.x - 3.x but none was installed.
      processing complete for module MMM-Fuel
      restoring custom.css
      removing git alias
      we stashed a set of files that appear changed from the latest repo versions. you should review them
      Upgrade ended - Sa Apr  4 17:55:24 CEST 2020
      
      Upgrade started - Sa Apr  4 17:57:51 CEST 2020
      system is Linux Mirror 4.9.22-v7+ #987 SMP Fri Apr 14 23:23:05 BST 2017 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 8.0 (jessie) Release: 8.0 Codename: jessie
      user requested to force apply changes
      doing test run = false
      
      saving custom.css
      remote name = origin
      upgrading from version 2.11.0 to 2.11.0
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is up-to-date with 'origin/master'.
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
              core
              css/save_custom.css
              installers/stashed_files
              modules/default/compliments/compliments.json
      
      nothing added to commit but untracked files present (use "git add" to track)
      no files different from github version
      test merge result rc='' , if empty, no conflicts
      executing merge, apply specified
      merge result rc= 0
       Already up-to-date.
      processor architecture is armv7l
      updating MagicMirror runtime, please wait
      
      > magicmirror@2.11.0 install /home/pi/MagicMirror
      > echo "Installing vendor files ...
      " && cd vendor && npm install --loglevel=error
      
      Installing vendor files ...
      
      
      > magicmirror@2.11.0 postinstall /home/pi/MagicMirror
      > npm run install-fonts && echo "MagicMirror installation finished successfully!
      "
      
      
      > magicmirror@2.11.0 install-fonts /home/pi/MagicMirror
      > echo "Installing fonts ...
      " && cd fonts && npm install --loglevel=error
      
      Installing fonts ...
      
      MagicMirror installation finished successfully!
      
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.1 (node_modules/chokidar/node_modules/fsevents):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
      npm WARN ws@7.2.3 requires a peer of bufferutil@^4.0.1 but none was installed.
      npm WARN ws@7.2.3 requires a peer of utf-8-validate@^5.0.2 but none was installed.
      npm install completed - Sa Apr  4 17:58:55 CEST 2020 on base
      downloading dumpactivemodules script
      no modules found needing npm refresh
      restoring custom.css
      removing git alias
      Upgrade ended - Sa Apr  4 17:58:55 CEST 2020
      
      posted in Troubleshooting
      B
      Blackmirror
    • RE: Black screen after update 2.11 (electron)

      Okay works if it run in single steps

      Upgrade started - Sa Apr  4 17:52:55 CEST 2020
      system is Linux Mirror 4.9.22-v7+ #987 SMP Fri Apr 14 23:23:05 BST 2017 armv7l GNU/L$
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 8.0 (jessie) Rele$
      user requested to force apply changes
      doing test run = false
      
      saving custom.css
      remote name = origin
      upgrading from version 2.11.0 to 2.11.0
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is up-to-date with 'origin/master'.
      Changes not staged for commit:
        (use "git add <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
              modified:   package.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
              core
              css/save_custom.css
              modules/default/compliments/compliments.json
      
      
      
      posted in Troubleshooting
      B
      Blackmirror
    • RE: Black screen after update 2.11 (electron)

      Yes it have it.
      I can not open the log file.
      No authorization.

      posted in Troubleshooting
      B
      Blackmirror