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

    Posts

    Recent Best Controversial
    • RE: Develop MagicMirror the easy way — all in one workspace

      @HeikoGr

      Thanks! Your configuration inspired me to write down and update my own.

      I don’t mean to hijack your thread, but since development environments are always a matter of personal preference, I thought I’d share this as an alternative.

      posted in Development
      karsten13K
      karsten13
    • RE: MagicMirror problem

      @tonyarogers said in MagicMirror problem:

      Network service crashed

      I had similar problems with a setup on a pi zero 2w.

      The pi 3A+ seems to have the same memory of only 512 MB.

      Short story: The os and the dependencies of mm (node and electron) seems to need more memory with every new version. I gave up with such hardware.

      It is not impossible to get it running with increasing swap size or using 32-bit os but it is a dead end …

      posted in General Discussion
      karsten13K
      karsten13
    • RE: Permanent size for newsfeed box?

      @tippon

      you can add the following in css/custom.css:

      .module.newsfeed {
        height: 200px;
      }
      

      you can play with the height value.

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Storing variables to be ignored by git in a js file?

      @sdetweil

      only wanted to post this variant …

      As background: This is a feature of my docker container where you can use a config.js.template and the variables are defined in the docker-compose.yml which starts the container and before starting mm I run envsubst to make the real config.js.

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Reverse Proxy and Private Modules

      @retroflex thank you, your’re right.

      Checked this again with this unmerged pr. With this pr, the config.js is no longer reachable per browser, so we have to wait for the next release where this is hopefully merged.

      @Jessendelft other possibilities:

      • you can whitelist the ip adresses which are allowed to access the mirror
      • you run 2 instances of the mirror, one private restricted to localhost access and one public with content everyone is allowed to see
      posted in Tutorials
      karsten13K
      karsten13
    • RE: Any plan to replace "request" and "moment"?

      I think we should open an issue in the github repo to discuss the moment stuff there, if it should be replaced and with what. Found this article.

      In the current mm release 2.16.0 request is still a dev dependency but it is now totally removed on the develop branch (and so in the next release).

      posted in Feature Requests
      karsten13K
      karsten13
    • RE: CORS Policy Issue - different at electron and remote Chrome Browser

      @spitzlbergerj

      you can try the ip-address of the pi in config.js as address: instead of "0.0.0.0".

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MMM-Sonos no Cover

      @wuermchen

      address, not adress

      posted in Requests
      karsten13K
      karsten13
    • RE: MMM-homeassistant-sensors no icons after MM upgrade to 2.19.0

      @wmx

      should be

      icons: [{
        "default": "http://localhost:8080/cors?url=http://<my-ha-url>:8123/local/images/hem.png"
      }]
      
      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: `npm ci` instead of `npm install`

      @sdetweil

      yes, and AFAIK you are using npm install --only=prod. This is may a thing to be mentioned in the docs because 99% of the users don’t need the dev dependencies …

      posted in Feature Requests
      karsten13K
      karsten13
    • 1 / 1