MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Tags
    3. black screen
    Log in to post
    • All categories
    • N6NG

      SOLVED MMM-CalendarWeek
      Troubleshooting • black screen calendarweek • • N6NG

      9
      0
      Votes
      9
      Posts
      258
      Views

      N6NG

      @sdetweil ok …thanks

    • R

      OpenWeatherMapForecast Crashes my MagicMirror
      Troubleshooting • openweathermapforecast black screen • • rslohs

      2
      0
      Votes
      2
      Posts
      229
      Views

      JerryP

      @rslohs said in OpenWeatherMapForecast Crashes my MagicMirror:

      module: “MMM-OpenWeatherMapForecast”,
      header: “Weather”,
      position: “top_right”,
      classes: “default everyone”,
      disabled: false,
      config: {
      apikey: “XXXXXX”,
      latitude: “42.147528”,
      longitude: “-85.688060”,
      iconset: “4c”,
      concise: false,
      forecastLayout: “table”,
      }
      },

      { module: "MMM-OpenWeatherMapForecast", header: "Weather", position: "top_right", classes: "default everyone", disabled: false, config: { apikey: "SUPER SECRET!!!", latitude: "42.147528", longitude: "-85.688060", iconset: "4c", concise: false, forecastLayout: "table", } },
    • A

      SOLVED Raspbian Stretch: Screen is always blanked
      Troubleshooting • displaying blank black screen raspbian • • a-i-ks

      2
      1
      Votes
      2
      Posts
      843
      Views

      Mykle1

      @a-i-ks

      Raspbian still seems to turn off the display.

      Personally, I would install xscreensaver and use that to disable the screensaver.

      In your terminal
      sudo apt-get install xscreensaver

      THEN
      sudo reboot

      Run xscreensaver. Choose Disable Screensaver. Done.

    • K

      MMM-Motion-Detection {fixed monitor on/off} tvservice --> vcgencmd
      Utilities • mmm-motion-detection monitor black screen fix help • • kelddel

      3
      1
      Votes
      3
      Posts
      2803
      Views

      K

      @gismo2006 Hey, honestly if it wasn’t for the fact that you mentioned changing tvservice to vcgencmd I’d never have figured it out! Your brief commend put me on the right path to getting everything working, thank so you much!! If I run into any problems with vcgencmd in the future I’ll be sure to pm you 🙂

    • M

      Blackscreen with config.js.sample
      Troubleshooting • ubuntu black screen bug sample • • MA5K

      4
      0
      Votes
      4
      Posts
      2014
      Views

      Mykle1

      @MA5K

      All’s well that ends well, as the saying goes.

      Enjoy your mirror.

    • strawberry 3.141

      Module will not render
      Development • black screen • • strawberry 3.141

      2
      1
      Votes
      2
      Posts
      1604
      Views

      MichMich

      If you wan’t to perform a updateDom a.s.a.p, you could use the DOM_OBJECTS_CREATED notification:

      notificationReceived: function(notification, payload, sender) { if (notification === 'DOM_OBJECTS_CREATED') { this.updateDom(); } }

      BUT … keep in mind, the updateDom() method will be called during the dom creation. So it doesn’t make any sense to do so …

    • 1 / 1