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

    Topics

    • O

      Problem with ip whitelist

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      13
      0 Votes
      13 Posts
      8k Views
      Mykle1M
      @roramirez said in Problem with ip whitelist: In a future it should be by default. Good idea! BTW, you all do an excellent job here and I am very grateful. Thank you. :thumbsup_tone1:
    • O

      Any options for old iphone

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      5
      0 Votes
      5 Posts
      4k Views
      S
      I don’t know if you solved this yet, but there is an app for that… it’s called Morning. Panic used to have an amazing app called Status Board but they have discontinued it :( . But if you’re looking for a basic one, use Morning.
    • O

      Pi Zero MM

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      2
      2 Votes
      2 Posts
      4k Views
      I
      Is the zero just showing a browser of the MM with another Pi running in server mode? Or can the zero handle the application?
    • O

      midori cant connect to localhost

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      11
      0 Votes
      11 Posts
      11k Views
      M
      @bbdv I had the same problem. Midori has problems with ES6 and the arrow functions. I just deinstalled Midori and installed chromium-browser. You can rewrite the startMidori.sh #!/bin/sh unclutter & xset -dpms # disable DPMS (Energy Star) features. xset s off # disable screen saver xset s noblank # don’t blank the video device chromium-browser --no-sandbox --disable-infobars --start-maximized --noerrdialogs --kiosk --incognito http://localhost:8080 If you want you can rename startMidori.sh to startChromium.sh, but don’t forget to rename it in the startMagicMirror.sh too. My startMagicMirror.sh looks like this: #! /bin/bash cd ~/MagicMirror node serveronly & sleep 45 sudo xinit /home/pi/startMidori.sh
    • 1 / 1