MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. CFenner
    • Profile
    • Following 1
    • Followers 2
    • Topics 4
    • Posts 26
    • Best 4
    • Controversial 0
    • Groups 1

    CFenner

    @CFenner

    4
    Reputation
    895
    Profile views
    26
    Posts
    2
    Followers
    1
    Following
    Joined Last Online
    Location Mannheim

    CFenner Unfollow Follow
    Module Developer

    Best posts made by CFenner

    • RE: [ORDER CLOSED] Two way mirror order in Germany

      Then I guess I’m in 🙂

      # username sizes (m) area (m²) location additional comments pickup/delivery
      01 yawns ~ 0.8 * 0.8 ~ 0.64 Germany, Cologne polished edges delivery
      02 gustav1976 0.6 * 1.8 1.08 Germany, Koblenz polished edges delivery
      03 gustav1976 1.0 * 1.2 1.20 Germany, Koblenz polished edges delivery
      04 gustav1976 1.4 * 0.8 1.12 Germany, Koblenz polished edges delivery
      05 lolobyte 0.8*0.6 0,48 Germany, Heilbronn polished edges pickup
      06 Jeff 1,0 * 0,6 0,6 Germany, Karlsruhe polished edges pickup
      07 Ashidian 0,69 * 0,435 0,3 (pay 0,4) Germany, Rostock polished edges delivery
      08 cpramhofer 0,476 * 0,82 0,39 (possible??) Austria, Vienna polished edges delivery (cost??)
      09 mcg 0,5 * 1,0 0,5 Germany, Ludwigshafen polished edges delivery
      10 cfenner 0,667*0,667 0,45 Germany, Mannheim polished edges delivery, (maybe package with mcg)
      11
      Total 6,87
      posted in Hardware
      CFenner
      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
      CFenner
      CFenner
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @mcg let’s do so, thanks!

      posted in Hardware
      CFenner
      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
      CFenner
      CFenner

    Latest posts made by 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
      CFenner
      CFenner
    • RE: TelegramBot runs multiple times

      @bugsounet thanks, i have no issues anymore.

      posted in Troubleshooting
      CFenner
      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
      CFenner
      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
      CFenner
      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
      CFenner
      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
      CFenner
      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
      CFenner
      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
      CFenner
      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
      CFenner
      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
      CFenner
      CFenner