MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Andrius ok
    3. Posts
    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: MMM-Globe

      Thanks @strawberry-3.141 I’am appreciated!

      posted in Utilities
      Andrius okA
      Andrius ok
    • RE: MMM-Snow - Yet another Snow Module

      Hello @MichMich I have tried position: ‘fullscreen_above’, and position: ‘fullscreen_below’, but no luck :(

      maybe there is any restriction that on Raspberry Pi Zero W is not working? Or there is an issue with Midori browser? Is it needed any plugins to show this snow?

      Cannot make module to work on Midori

      Thank You

      posted in Fun & Games
      Andrius okA
      Andrius ok
    • RE: MMM-Globe

      Hello @GinSeng maybe you know how to make a little bit lower than ‘middle_center’ ?
      Thanks!

      posted in Utilities
      Andrius okA
      Andrius ok
    • RE: MMM-Globe

      How to make globe a little bit lower than center? Thanks!

      posted in Utilities
      Andrius okA
      Andrius ok
    • RE: MMM-Snow - Yet another Snow Module

      Maybe someone can share MMM-Snow config.js configuration? cannot make module to work on Midori. Thanks!

      posted in Fun & Games
      Andrius okA
      Andrius ok
    • RE: MMM-Snow - Yet another Snow Module

      @jasondreher said in MMM-Snow - Yet another Snow Module:

      MMM-Snow

      cannot make MMM-Snow module to work on Midori :(

      posted in Fun & Games
      Andrius okA
      Andrius ok
    • RE: MMM-Snow - Yet another Snow Module

      Hello @jasondreher, could you share yours config.js configuration? It would be a very kind. Thanks You

      posted in Fun & Games
      Andrius okA
      Andrius ok
    • RE: MMM-Snow - Yet another Snow Module

      @yawns I have tried position: ‘fullscreen_above’, and position: ‘fullscreen_below’, but no luck :(
      maybe there is any restriction that on Raspberry Pi Zero W is not working? Or there is an issue with Midori browser? Is it needed any plugins to show this snow?

      Thank You

      posted in Fun & Games
      Andrius okA
      Andrius ok
    • RE: MMM-Snow - Yet another Snow Module

      Hello, does it work with Raspberry Pi Zero W and Midori browser? I cannot get working.
      Everythin what’s in config file is working but not MMM-Snow

      Here is my config.js

      ...
                      {
                              module: "MMM-Snow",
                              position: 'fullscreen',
                              config: {
                              // See 'Configuration options' for more information.
                              }
                      },
      ...
      
      posted in Fun & Games
      Andrius okA
      Andrius ok
    • 1 / 1