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

Posts

Recent Best Controversial
  • RE: Magic Mirror on Rancher

    @sdetweil Right. I have that port mapped but when I navigate to host:8075, I just get an error.

    In my logs it says

    Ready to go! Please point your browser to: http://0.0.0.0:8075
    

    But going to 10.0.0.16:8075 there is nothing there.

    posted in General Discussion
    W
    Wmsmckay
    Aug 13, 2021, 1:33 AM
  • RE: Magic Mirror on Rancher

    @sdetweil Corrent. I used the docker image above which maps port 80 in the container to an external port on the host which I set to 8075.

    The config file is set to the default which is

    var config = {
      address: "0.0.0.0", // Address to listen on, can be:
      port: 8075,
      ipWhitelist: [], // Set [] to allow all IP addresses
    
    posted in General Discussion
    W
    Wmsmckay
    Aug 12, 2021, 11:39 PM
  • RE: Magic Mirror on Rancher

    @sdetweil I have a VM running Rancher, Kubernetes and Docker at 10.0.0.16. I deployed a service running the Magic Mirror image from that on port 8075. When I navigate to 10.0.0.16:8075 I get nothing.

    I have other service running on the stack that I can reach just fine e.g. pihole, mysql databases, a web server.

    posted in General Discussion
    W
    Wmsmckay
    Aug 12, 2021, 11:29 PM
  • RE: Magic Mirror on Rancher

    @sdetweil

    I’m connecting from a device on the same network that the server is running on.

    Are you just wanting a network diagram?

    posted in General Discussion
    W
    Wmsmckay
    Aug 12, 2021, 11:17 PM
  • Magic Mirror on Rancher

    I’m not sure where to post this so I hope I can find some help here.

    I’ve been running my magic mirror on a raspberry pi for a few months plugged into a Roku smart tv. I would like to repurpose the pi for other projects but I’m very attached to my magic mirror dashboard. My solution right now is to run the magic mirror on my home server and access it over a browser from my roku TV. This would allow the pi to be reused and the tv would be able to just display the page without anything else plugged into it.

    I’ve seen one issue is that Roku doesn’t have a web browser but I have found a few work arounds that I will try.

    My server has Kubernetes running on it to manage all of my docker containers and I manage that with Rancher. I have been using this docker image and setup to create the container, which works. The problem is that when I go to the port that I publish it on (8075) I get an “unable to connect” error.

    I have tried changing the address in the config file from 0.0.0.0 to my server’s ip to see if that would help but I just get a crash error from the container.

    Any help with this issue would be much appreciated. Thanks in advance.

    posted in General Discussion
    W
    Wmsmckay
    Aug 12, 2021, 11:09 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy