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

    noonas

    @noonas

    1
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    noonas Unfollow Follow

    Best posts made by noonas

    • RE: ozone_platform_x11.cc(239)] Missing X server or $DISPLAY

      @sdetweil said in ozone_platform_x11.cc(239)] Missing X server or $DISPLAY:

      main.css

      Got it, thanks works better now! This is aweome…
      May build my own module.

      posted in Bug Hunt
      N
      noonas

    Latest posts made by noonas

    • RE: ozone_platform_x11.cc(239)] Missing X server or $DISPLAY

      @sdetweil said in ozone_platform_x11.cc(239)] Missing X server or $DISPLAY:

      main.css

      Got it, thanks works better now! This is aweome…
      May build my own module.

      posted in Bug Hunt
      N
      noonas
    • RE: ozone_platform_x11.cc(239)] Missing X server or $DISPLAY

      @sdetweil Thanks, Installed the GUI/Desktop and now it works!!
      Now trying to remove the fat margins of the screen for the modules…

      posted in Bug Hunt
      N
      noonas
    • ozone_platform_x11.cc(239)] Missing X server or $DISPLAY

      I have a RasPi3 with a 7" LCD (DSI connector not HMDI) connected and it works.
      I have a wireless keyboard/mouse and I can use the terminal just fine.

      I have installed MM as per instructions, but when I try to start it it says:

      noonas@HomeassistantPi:~/MagicMirror $ npm run start

      magicmirror@2.23.0 start
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [12.06.2023 08:51.04.961] [LOG] Starting MagicMirror: v2.23.0
      [12.06.2023 08:51.04.974] [LOG] Loading config …
      [12.06.2023 08:51.04.989] [DEBUG] config template file not exists, no envsubst
      [12.06.2023 08:51.05.003] [LOG] Loading module helpers …
      [12.06.2023 08:51.05.006] [LOG] No helper found for module: alert.
      [12.06.2023 08:51.05.050] [LOG] Initializing new module helper …
      [12.06.2023 08:51.05.052] [LOG] Module helper loaded: updatenotification
      [12.06.2023 08:51.05.054] [LOG] No helper found for module: clock.
      [12.06.2023 08:51.05.732] [LOG] Initializing new module helper …
      [12.06.2023 08:51.05.734] [LOG] Module helper loaded: calendar
      [12.06.2023 08:51.05.736] [LOG] No helper found for module: compliments.
      [12.06.2023 08:51.05.739] [LOG] No helper found for module: weather.
      [12.06.2023 08:51.05.813] [LOG] Initializing new module helper …
      [12.06.2023 08:51.05.814] [LOG] Module helper loaded: newsfeed
      [12.06.2023 08:51.05.815] [LOG] All module helpers loaded.
      [12.06.2023 08:51.05.844] [LOG] Starting server on port 8080 …
      [3287:0612/085105.875951:ERROR:ozone_platform_x11.cc(239)] Missing X server or $DISPLAY
      [3287:0612/085105.876180:ERROR:env.cc(255)] The platform failed to initialize. Exiting.

      I have tried to set the $DISPLAY variable to 0:0, same error comes.

      What can I do??

      posted in Bug Hunt
      N
      noonas