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

    Posts

    Recent Best Controversial
    • RE: MMM-Snow - Yet another Snow Module

      Hello @strawberry-3.141 first Happy Holidays! and thank you for your answer. Yes I see now that only working with the Chromium browser on RPi3

      After spending a day to find the solution on how to make work MM on Raspberry Pi Zero W with Chromium I found the solution and it works like a charm! :)

      I tried many browsers (Midori, Kweb, Epiphany) no one is working correctly with es6 and css3 only Chromium.

      There is link on how to make work Chromium on RPi W Zero:
      https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=157049

      Also on how to start Chromium with root (if someone is needed):
      https://www.linkedin.com/pulse/20141028025215-79939846-google-chrome-and-chromium-as-root-on-kali-linux/

      There is my start.sh script:
      #! /bin/bash
      cd ~/MagicMirror
      node serveronly &
      sleep 45
      sudo xbacklight -set 100
      sudo xinit /home/pi/startMirror.sh

      and startMirror.sh script:
      #!/bin/sh
      xset -dpms # disable DPMS (Energy Star) features.
      xset s off # disable screen saver
      xset s noblank # don’t blank the video device
      xbacklight -set 100

      #Chromium Browser
      matchbox-window-manager &
      unclutter &
      sed -i ‘s/“exited_cleanly”: false/“exited_cleanly”: true/’ ~/.config/chromium/Default/Preference
      chromium-browser --start-maximized --noerrdialogs --kiosk --incognito http://localhost:8080

      Everything the same config like there (only Chromium browser needed instead Midori):
      https://forum.magicmirror.builders/topic/1183/how-i-got-my-magic-mirror-working-on-a-raspberry-pi-0-zero

      Maybe for someone it will be usefull on how to start MM on Raspberry Pi Zero W with all features working.

      Happy Holidays!

      0_1514241955871_MM.JPG

      posted in Fun & Games
      Andrius okA
      Andrius ok
    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      Hi @lasharor , my apologies. Yes I have forgotten, very sorry was on long vacation.
      So there is my MM image with Chromium for Raspberry Pi Zero W

      https://www.dropbox.com/sh/kdo5q1pxjluca49/AACvP81YjZik6R90BHZNiSZ5a?dl=0

      note: you have to configure WiFi by yoursefl and also all modules to work properly in Yours language.

      posted in Tutorials
      Andrius okA
      Andrius ok
    • 1 / 1