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 500
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: ISS tracker

      @bhepler said in ISS tracker:

      @karsten13 - I don’t know which map framework you’re running, but I’ve been using Leaflet and it gives me a lot of flexibility in maps. Several free tile sources and many more that just require an API key. You can see a simple example at my MMM-Birdnet module. Specifically, check out the map options.

      thanks!

      I’m using ol (openlayers), with your help I found already the free cards of cartodb, they should work with ol too.

      posted in Requests
      karsten13K
      karsten13
    • RE: MMM-PIR -Sensor doesn't work after update

      @sdetweil

      The sandbox error is mentioned in this github electron issue. It’s a chromium bug and everything should still work normally.

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Fork creator rails against MagicMirror²

      @kristjanesperanto

      Life is too short to be mad at assholes…

      posted in General Discussion
      karsten13K
      karsten13
    • RE: LICENSE: on modules.magicmirror.builders shows @noassertion instead of MIT

      @KristjanESPERANTO

      Thanks! Maybe I take a look into the authenticating stuff …

      posted in Development
      karsten13K
      karsten13
    • RE: Module for MagicMirror forum

      the use of a csrf token is restricted to admins (as already mentioned by @bugsounet), there is a hack described here to open this for all users but I don’t think we should do this.

      For accessing the read(-only) api you can use a cookie from your browser, e.g.

      curl --cookie "express.sid=xxxxxxx" https://forum.magicmirror.builders/api/unread
      

      but this would be challenging to use in a module for mm …

      posted in Requests
      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: new Raspi OS release

      @sdetweil

      thanks for the hint, had to check mmos …

      posted in General Discussion
      karsten13K
      karsten13
    • RE: LICENSE: on modules.magicmirror.builders shows @noassertion instead of MIT

      see https://github.com/MagicMirrorOrg/MagicMirror-3rd-Party-Modules/pull/65

      posted in Development
      karsten13K
      karsten13
    • RE: Module for MagicMirror forum

      some api urls seem to work without authentication, e.g.

      ❯ curl -s https://forum.magicmirror.builders/api/recent/posts/day | jq -r '.[].topic.title'
      Default Weather Module Icon Position
      Module for MagicMirror forum
      MMM-Formula1 updates
      MMM-Formula1 updates
      MMM-Formula1 updates
      Live phone location
      Refresh Magic Mirror after custom css changes
      Module for MagicMirror forum
      Refresh Magic Mirror after custom css changes
      MMM-QuotesFromReddit
      Refresh Magic Mirror after custom css changes
      
      posted in 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
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 6 / 11