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

    Posts

    Recent Best Controversial
    • RE: MMM-Netatmo does not load

      Sounds like the refresh token lifetime got reduced.
      Probably the module should only take credentials and get the token itself. Unfortunately, I currently don’t have the time to look into it.

      posted in Utilities
      CFennerC
      CFenner
    • RE: MMM-Netatmo does not load

      @sil3ntstorm you get the token now directly from the developer portal, see https://github.com/CFenner/MMM-Netatmo?tab=readme-ov-file#connection-to-netatmo-service-api

      posted in Utilities
      CFennerC
      CFenner
    • RE: MMM-Netatmo does not load

      @Laz great that it works again. Sorry that is took so long. What about the RU translations, everything good?
      Will try to find some time for the transformation.

      posted in Utilities
      CFennerC
      CFenner
    • RE: MMM-Netatmo does not load

      @cgillinger I merged a PR from @ottolote to replace the sync-fetch. Please try if that fixes the issue for you. It work for me now, but also did before that change using mm v2.26.

      posted in Utilities
      CFennerC
      CFenner
    • RE: MMM-Netatmo does not load

      @tommys great that you solved the issue! Would you mind contributing that back into the repository?

      posted in Utilities
      CFennerC
      CFenner
    • RE: Storing variables to be ignored by git in a js file?

      @timogden I’ve created a module to extract the config so you don’t need to maintain your own whole MM fork: https://forum.magicmirror.builders/topic/16224/mmm-personalconfig-persist-personal-config-to-github/1

      A way to achieve what you want could be to create your own copy of personal config with your mirror config. Then make a clone of if for your friend where you do the specific changes. Changes to your repo then can be pulled to the other one via Pull requests.
      In combination with MMM-UpdateNotification with can pull updates automatically, your friend won’t need to do anything.

      posted in Troubleshooting
      CFennerC
      CFenner
    • RE: TelegramBot runs multiple times

      @bugsounet thanks, i have no issues anymore.

      posted in Troubleshooting
      CFennerC
      CFenner
    • RE: No Internet Connection Magic mirror

      @fab the waf dropped to low that I teared down the mirror for 3 years ;)
      Now I reinstalled it and it’s running for a week now.

      posted in General Discussion
      CFennerC
      CFenner
    • RE: MMM-PersonalConfig: Persist personal config to GitHub

      @sdetweil thanks, didn’t check that! Will do so.

      Could you add your module to the modules list: https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules

      posted in Utilities
      CFennerC
      CFenner
    • MMM-PersonalConfig: Persist personal config to GitHub

      Description:

      This module is meant to host your personal mirror configuration and persist it to GitHub to easily restore your config if it’s lost and to have a change history (config-as-code).

      The linked repository is a template repository that you can use to create your own copy. Clone your personal copy to your mirror.

      Bildschirmfoto 2022-01-19 um 16.21.37.png

      Bildschirmfoto 2022-01-19 um 17.14.32.png

      The module as of now just provides the ability to link your config files (config.js, custom.css) to the right locations. Thanks to updateNotification module, changes to the config repository are highlighted on the mirror.

      Future features:

      • update config via telegram command (chat-ops)
      • auto update config & restart on changes (git-ops)

      Screenshots:

      This module provides no visualization.

      Configuration:

      {
        module: "MMM-PersonalConfig",
        position: "top_left",
      },
      

      Download:

      [card:https://github.com/CFenner/MMM-PersonalConfig-Template]

      posted in Utilities
      CFennerC
      CFenner
    • RE: Automatic Updates

      @bugsounet said in Automatic Updates:

      @cliff365 I have done a. Module for this ;)

      Would be nice to have repository specific auto update functionality in the default module.

      posted in General Discussion
      CFennerC
      CFenner
    • RE: No Internet Connection Magic mirror

      @fab I have (or had in the past) the issue that my wifi device hangs up after some amount for uptime (maybe a week). Never found the reason for that though.

      posted in General Discussion
      CFennerC
      CFenner
    • RE: TelegramBot runs multiple times

      @bugsounet Just to clarify, I think we don’t need multiple bot instances, just reuse one bot instance from multiple UI instances.

      I files a PR for prevent re-initialization if there is already a bot.

      posted in Troubleshooting
      CFennerC
      CFenner
    • RE: TelegramBot runs multiple times

      Maybe the node_helper should only be initialized for the first time:

      https://github.com/bugsounet/MMM-TelegramBot/blob/d569c7ee9d22c7ff7618b67101cf68ad7b93106e/node_helper.js#L424

      posted in Troubleshooting
      CFennerC
      CFenner
    • TelegramBot runs multiple times

      I’m new to the Telegram module. I installed it and it works so far. But whens I’m developing on my modules, I typically run the Mirror UI on my laptop. This gives me than the following error:

      1|mm  | [TELBOT] Error 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      

      Also the Telegram chat says that I must not run multiple bot instance.

      How can I overcome this? Shouldn’t the bot be running on the mirror and not in my browser?

      posted in Troubleshooting
      CFennerC
      CFenner
    • RE: broken css in forum

      I’m on Safari / Mac

      posted in Troubleshooting
      CFennerC
      CFenner
    • broken css in forum

      The styles in the forum are broken for me. I already resetter cache & cookies. Anything I’m missing?
      0_1523167005393_Bildschirmfoto 2018-04-08 um 07.52.40.png
      0_1523167033253_Bildschirmfoto 2018-04-08 um 07.52.20.png

      posted in Troubleshooting
      CFennerC
      CFenner
    • RE: Connection refused (http)

      Seems do be the magic mirror config :( I need to specify the ip in the config (“address”) to be accessible.

      posted in Hardware
      CFennerC
      CFenner
    • RE: Where are you from?

      originally Hamburg, now Heidelberg, Germany

      posted in General Discussion
      CFennerC
      CFenner
    • RE: MMM-netatmo integration

      @blebbens, please make sure that the “:” are not part of parameters!

      I just added a description how to do this with curl, this is a bit easier.

      posted in Troubleshooting
      CFennerC
      CFenner
    • 1 / 1