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: Error: object_proxy

      see https://github.com/MichMich/MagicMirror/issues/2831

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: automatic update module by notification

      @bdream said in automatic update module by notification:

      I would prefer having an automatic to update in case it’s notified.

      option1: Adding a new paramter “forceUpdate” to the notification module so that it does the update instead of the notification (someone has to code this)

      option2: Write a bash script which iterates over the module folders doing something like this (in every module folder)

      git reset --hard
      git pull
      [ -f "package.json" ] && npm install
      

      This script should be executed e.g. daily by e.g. a cronjob.

      As Sam already mentioned this would be the hard way, may its better not to change a running system and ignore the notification, your decision.

      posted in Requests
      karsten13K
      karsten13
    • RE: MMM-PythonPrint customisation

      @sdetweil

      the docker image karsten13/magicmirror:latest doesn’t contain python. Simplest solution for this is to use the fat image karsten13/magicmirror:fat, for more infos: https://khassel.gitlab.io/magicmirror/images/

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: `git clone` with `--depth=1`?

      @kristjanesperanto

      single branch could be another option like here.

      But we should update the doc from npm install to npm install --only=prod (sam uses this already in his install script), because the devDependencies are really fat.

      posted in Feature Requests
      karsten13K
      karsten13
    • RE: How to use Yr as a weather provider

      @MajorC

      see https://github.com/MichMich/MagicMirror-Documentation/pull/134/files

      will hopefully soon merged into official documentation (there are merge conflicts …)

      posted in Troubleshooting
      karsten13K
      karsten13
    • 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-PythonPrint customisation

      @sdetweil

      yes, the docs … no native english speaker so docs are always a struggle. Thanks for the hints, will update …

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Need help for tests suite

      @bugsounet

      from mm folder npx jest tests/...<filename>

      posted in Feature Requests
      karsten13K
      karsten13
    • RE: v2.22.0 | default calendar: no symbols with customEvents

      @sdetweil said in v2.22.0 | default calendar: no symbols with customEvents:

      you can pull down the develop branch and try it out.

      the fix is not on develop because it is not merged yet but it should not take a long time …

      posted in Troubleshooting
      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
    • 1 / 1