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

    Posts

    Recent Best Controversial
    • Showcasing my old mirror

      Hi all!

      At the time of writing, my mirror is 4,5 years old. I started with this project in July 2015, and finished the first version of the Magic Mirror in October 2015.
      After many years I have finally been able to put the build of this mirror online, after I set up my own server and website. You can find my first blogpost here!

      The build is split into two posts (as my first attempt on building the mirror didn’t really work out). Link is available in the first blogpost, or directly through here. On my website you can also find a link to a webinstance of my Magic Mirror, which is actually hosted on the mirror itself :) . Note that this in fact is a separate instance of the mirror, to prevent disclosing too much private information directly to the internet.

      I am planning to write at least 1 more blogpost, as my mirror has had a few upgrades through the years.
      All in all, I am very happy with it and I am a bit proud of the fact that this has been working for almost 5 years now! :O .

      Greetings,

      Jesper

      posted in Show your Mirror
      J
      Jessendelft
    • RE: MMM-Ruter (for Oslo and Akershus in Norway)

      So, I tried installing this module yesterday evening, upon finding that I got the same ‘Loading…’ message as described by @kj3rra and @jonaslaeret . Today I spend several hours trying to figure out the problem. I ended up running the mirror in server mode, and found to my surprise that on my PC the Ruter information was showing without a problem.
      This told me that the problem was either with Chromium or with Electron. Running

      sudo apt-get update chromium-browser
      

      didn’t seem to do the trick.

      I dug into the Electron documentation and found that adding the following to the config.js file makes the Ruter information show in Electron:

      electronOptions: { 
      		webPreferences: {
      			webSecurity: false
      		},
      	},
      

      Now, I get data from both Møllefaret and Røa T-bane :D

      0_1536675829578_Møllefaret.JPG

      posted in Transport
      J
      Jessendelft
    • 1 / 1