MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. nixidee
    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 4
    • Groups 0

    nixidee

    @nixidee

    0
    Reputation
    511
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    nixidee Unfollow Follow

    Latest posts made by nixidee

    • RE: Modules not showing up on KWEB or Midori

      @strawberry-3.141
      Well i tried Chromium but i didn’t get it to work on the Pi Zero. With the code you provided it works well. Thank you for your time.

      posted in Troubleshooting
      N
      nixidee
    • RE: Modules not showing up on KWEB or Midori

      @strawberry-3.141

      Thanks for your work. Which Browser do you recomment? Both are lightweight kiosk Browsers and the pi zero needs a lightweight browser as far as I know.

      I gues, I have to clone it again and npm install it again?

      posted in Troubleshooting
      N
      nixidee
    • RE: Modules not showing up on KWEB or Midori

      Do you mean this?

      0_1478197257549_console.jpg

      That is this line:

      setInterval(() => {
      

      Or what did you need exactly?

      What (Kiosk)Browser do you use?

      posted in Troubleshooting
      N
      nixidee
    • Modules not showing up on KWEB or Midori

      Hello,

      i have a small problem with the modules. When i try to load MagicMirror² in a Browser on my Pi Zero from console, some modules won’t load. Instead of the module it shows a text like :“module_3_MMM-Fuel” or " module_4_MMM-soccer".

      0_1478190835084_module.jpg

      If i load it from desktop or another computer everything works fine.

      this is the way i load the Browser (sudo xinit script.sh):

      Midori:

      #!/bin/sh
      xset -dpms # disable DPMS (Energy Star) features.
      xset s off # disable screen saver
      xset s noblank # don't blank the video device
      unclutter &
      matchbox-window-manager &
      midori -e Fullscreen -a http://localhost:8080
      

      KWeb:

      #!/bin/sh
      xset -dpms # disable DPMS (Energy Star) features.
      xset s off # disable screen saver
      xset s noblank # don't blank the video device
      unclutter &
      matchbox-window-manager &
      kweb -KJERLH http://localhost:8080
      

      Can anybody help me please?

      Thank you.

      posted in Troubleshooting
      N
      nixidee