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

    Posts

    Recent Best Controversial
    • RE: News feed cannot hide description

      you can put this into css/custom.css file:

      .newsfeed-desc {
        display: none;
      }
      
      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      concerning the duplicate weather alerts and mix up between german and english I got an answer from openweathermap.org:

      Currently we receive data in such format from the provider. The development team is working on the new version of alerts, which should eliminate such behavior.

      posted in Utilities
      karsten13K
      karsten13
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @oberfragger said in MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast:

      label_sunsetTimeFormat

      there is no property label_sunsetTimeFormat, only label_sunriseTimeFormat, remove the not existing one …

      d1b0cc54-be27-4628-a6eb-85bd015ccd6c-grafik.png

      posted in Utilities
      karsten13K
      karsten13
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @oberfragger

      label_sunriseTimeFormat: "k:mm",

      posted in Utilities
      karsten13K
      karsten13
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @j-e-f-f

      I don’t think there is much I can do here.

      yes, I’m aware of this. Sent a mail to openweathermap.org and will let you know if I ever get a response …

      posted in Utilities
      karsten13K
      karsten13
    • RE: Alignmend of modules

      @codac all these modules have the same position top_right?

      For the warnings module you could use custom.css and overwrite the text-align: left; in the module css with text-align: right;

      You can also play with css in the browser, e.g. see this thread.

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      so now i catched the situation where the alerts are in english and in german:

      a118b88d-d530-46fc-bd79-9885c3a097f4-grafik.png

      the data is coming directly from openweathermap, here the json-part:

      213ed321-e420-41cd-933d-69cb716a8a00-grafik.png

      posted in Utilities
      karsten13K
      karsten13
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @oberfragger

      Still inspecting the storm warning in german…

      same problem here, saw meanwhile some of this warnings in german but mostly in english. Looks like a problem on the provider side, when inspecting the called url in the browser the retrieved data is in english.

      So this can’t be solved by the module.

      posted in Utilities
      karsten13K
      karsten13
    • RE: Electron Browser outdated?

      there is already a pull request which includes the update to 11.3.0, should be merged within the next days into develop

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: PIR Sensor won't wake up

      should be 23 (not 16)

      alt text

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Multiple server instances -- one server and multiple config files, or multiple Docker instances?

      you can do it with or without docker, thats your choice.

      With docker you have to use different config.js files, they can be placed in the same folder and must be mapped into the right container.

      You could use only one modules folder for all instances by installing all modules there.

      Updating the core is done by using a new docker image (same for all instances).

      The one-modules-folder may also could be established with the classic setup, you could use symlinks from a central place into the modules folder of the several instances (never tested this!).

      posted in General Discussion
      karsten13K
      karsten13
    • RE: GIT and updates to Weather Module

      2 more things:

      • the new branch you are using should start on the mm-branch develop (not master)
      • when creating the PR on github you have to manually change the base branch from master to develop

      These rules are specific to the mm-repo. Because of quarterly releases the master branch only changes 4 times in a year. The development between the releases is done on develop.

      posted in Development
      karsten13K
      karsten13
    • RE: Integrating an npm module that uses import

      @sdetweil no :crying_face:

      may using esm library is one approach as described e.g. here https://blog.logrocket.com/how-to-use-ecmascript-modules-with-node-js/

      posted in Development
      karsten13K
      karsten13
    • RE: Integrating an npm module that uses import

      @lavolp3

      • rename node_helper.js to node_helper.mjs

      worked in my test (did not do anything with the imported axios, but mm starts).

      posted in Development
      karsten13K
      karsten13
    • RE: MMM-RepoStats

      Link should work now, forgot to make it public :man_facepalming_light_skin_tone:

      posted in Utilities
      karsten13K
      karsten13
    • MMM-RepoStats

      Hi,

      this is my first MM module and may others find it useful :)

      Download and infos: MMM-RepoStats

      It’s about repository statistics for Docker, GitHub or GitLab repositories:

      example_3_types.jpg

      GitLab with private data (access token needed):

      gitlab_with_token.jpg

      Let me know if something is missing or not solved in the right way, any feedback is appreciated.

      Thanks,

      Karsten.

      posted in Utilities
      karsten13K
      karsten13
    • RE: komoot

      @florianrd The komoot api is not public so I asked them to get a key. They answered that the api is only available for partners and provided a website for becoming a partner.

      So I sent another mail to the partner mail adress (2 weeks ago) and never got an answer …

      posted in Requests
      karsten13K
      karsten13
    • RE: Missing troubleshooting history for MMM-GoogleAssistant

      @sdetweil I think he deleted here as much as possible intentionally. He left in anger and is starting a new one man show here

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MMM-Remote-control all working except for monitor on and off

      everything o.k., the : was a typo here …

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Weather module - creating new Provider

      you could use a proxy https://cors-anywhere.herokuapp.com/https://dd.weather.gc.ca/citypage_weather/xml/ON/s0000326_e.xmll, there is already such a line in the PullRequest merged today.

      posted in Troubleshooting
      karsten13K
      karsten13
    • 1 / 1