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

    Posts

    Recent Best Controversial
    • RE: SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.

      Thank you very much

      which version of pi are you using, show results of

      uname -a

      Linux MagicMirror 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux

      a work around do

      cd ~/MagicMirror
      nano package.json
      change the line that looks like this 
      		"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
      to this
      		"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --disable-gpu js/electron.js",
      
      ctrl-o 
      to save the file
      ctrl-x to exit nano
      and try restarting magicmirror
      

      Done, I’ll tell you in a week or so if it’s worked :-)

      posted in Troubleshooting
      L
      lif
    • SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.

      Hi,

      I am running MM on a Raspberry Pi 4
      9303bfab-0c35-4433-8230-676b55313f27-image.png
      with the following modules running
      MMM-Tools
      MMM-CurrencyE£xchange
      MMM-Flights
      weatherforecast
      weather
      clock
      calendar
      currentweather
      alert

      MM hangs anything from 1 day to a week or so of running and the only error I can find in the log is:

      0|mm | [14945:0820/131715.652433:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
      0|mm | [14945:0820/131715.713158:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
      0|mm | [14945:0820/131715.731016:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
      0|mm | [20.08.2022 13:19.08.245] [INFO]

      Anyone any idea what module could be causing this? and how do I fix it?

      Thanks in advance

      posted in Troubleshooting
      L
      lif
    • RE: How can I turn the 'count down' display off.

      To answer my own question, I commented out the urgency: line

      posted in Troubleshooting
      L
      lif
    • How can I turn the 'count down' display off.

      Hi all,

      I am having a small problem with the calendar module,

      How can I turn the ‘count down’ display off.

      Rather than displaying ‘In x days’ I would like it to display the time and date, although not ‘00:00’ from all day events.

      ba660e24-a70a-43fe-825c-5631cbe51f60-image.png

      If I change timeFormat: to relative from absolute

                  dateFormat: "h:mm a, DD MMM",
                  dateEndFormat: "LT",
                  fullDayEventDateFormat: "D MMM",
      

      It shows the start time of all day events and changes the format to American

      5b5d373f-b987-4d15-91be-e70d29764365-image.png

      Anyone any ideas?

      posted in Troubleshooting
      L
      lif
    • 1
    • 2
    • 3
    • 3 / 3