• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MM black screen

Scheduled Pinned Locked Moved Solved Troubleshooting
4 Posts 2 Posters 336 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    princemaxwell
    last edited by Mar 19, 2024, 9:06 PM

    Hey,
    i get some errors in mm-error.log.

    • MM version 2.26.0
    • Pi4
    • bullseye
    /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
    WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only.
    /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
    WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only.
    WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only.
    Warning: loader_scanned_icd_add: Driver /usr/lib/arm-linux-gnueabihf/libvulkan_radeon.so supports Vulkan 1.2, but only supports loader interface version 4. Interface version 5 or newer required to support this version of Vulkan (Policy #LDP_DRIVER_7)
    Warning: loader_scanned_icd_add: Driver /usr/lib/arm-linux-gnueabihf/libvulkan_broadcom.so supports Vulkan 1.1, but only supports loader interface version 3. Interface version 5 or newer required to support this version of Vulkan (Policy #LDP_DRIVER_7)
    Warning: loader_scanned_icd_add: Driver /usr/lib/arm-linux-gnueabihf/libvulkan_lvp.so supports Vulkan 1.1, but only supports loader interface version 1. Interface version 5 or newer required to support this version of Vulkan (Policy #LDP_DRIVER_7)
    Warning: Layer VK_LAYER_MESA_device_select uses API version 1.2 which is older than the application specified API version of 1.3. May cause issues.
    Warning: terminator_CreateInstance: Manifest ICD for "/usr/lib/arm-linux-gnueabihf/libvulkan_broadcom.so" contained a 1.1 or greater API version, but does not support vkEnumerateInstanceVersion, treating as a 1.0 ICD
    Warning: terminator_CreateInstance: Driver /usr/lib/arm-linux-gnueabihf/libvulkan_lvp.so supports interface version 1 but still exposes VkSurfaceKHR create/destroy entrypoints (Policy #LDP_DRIVER_8)
    WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only.
    Warning: Vulkan textureCompressionBC feature required or both textureCompressionETC2 and textureCompressionASTC required.
     - While initializing adapter (backend=BackendType::Vulkan)
        at InitializeImpl (../../third_party/dawn/src/dawn/native/vulkan/PhysicalDeviceVk.cpp:159)
        at Initialize (../../third_party/dawn/src/dawn/native/PhysicalDevice.cpp:35)
    

    Can someone figure out the problem? The mirror is showing a black screen.

    S 1 Reply Last reply Mar 20, 2024, 12:01 AM Reply Quote 0
    • P Offline
      princemaxwell @sdetweil
      last edited by Mar 20, 2024, 12:05 AM

      @sdetweil Ok, i got it.

      var config = {
      	address: "::", 	// Address to listen on, can be:
      							// - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      							// - another specific IPv4/6 to listen on a specific interface
      							// - "0.0.0.0", "::" to listen on any interface
      							// Default, when address config is left out or empty, is "localhost"
      	port: 8080,
      

      I had to change it to:

      address: "0.0.0.0",
      

      Was my mistake, i uploaded wrong config…

      Don’t know why the Vulkan errors are appearing…

      S 1 Reply Last reply Mar 20, 2024, 12:13 AM Reply Quote 0
      • S Away
        sdetweil @princemaxwell
        last edited by Mar 20, 2024, 12:01 AM

        @princemaxwell I don’t think that is the problem.

        can u show the full console output

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        P 1 Reply Last reply Mar 20, 2024, 12:05 AM Reply Quote 0
        • P Offline
          princemaxwell @sdetweil
          last edited by Mar 20, 2024, 12:05 AM

          @sdetweil Ok, i got it.

          var config = {
          	address: "::", 	// Address to listen on, can be:
          							// - "localhost", "127.0.0.1", "::1" to listen on loopback interface
          							// - another specific IPv4/6 to listen on a specific interface
          							// - "0.0.0.0", "::" to listen on any interface
          							// Default, when address config is left out or empty, is "localhost"
          	port: 8080,
          

          I had to change it to:

          address: "0.0.0.0",
          

          Was my mistake, i uploaded wrong config…

          Don’t know why the Vulkan errors are appearing…

          S 1 Reply Last reply Mar 20, 2024, 12:13 AM Reply Quote 0
          • S Away
            sdetweil @princemaxwell
            last edited by Mar 20, 2024, 12:13 AM

            @princemaxwell the vulkan errors is a bug in electron. just warnings… ignore

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              3/4
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy