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

    Posts

    Recent Best Controversial
    • MMM-ZAPTEC Chargergers and your charging history. 18 languages supported

      Show Zaptec charger information on your Mirror.
      supports status for multiple chargers and your charging history.
      https://github.com/PierreGode/MMM-ZAPTEC
      18 languages supported

      b67e546e-42ed-4e29-9dea-222d848781d1-image.png

      {
        module: "MMM-ZAPTEC",
        position: "bottom_right",
        header: "Zaptec",
        config: {
          username: "YOUR_USERNAME",
          password: "YOUR_PASSWORD",
          updateInterval: 30000,
          lang: "sv",
          enableChargeHistory: true,
          charger: "all",
          showHistoryEntries: 5 
       }
      },
      
      posted in Transport
      PierreGodeP
      PierreGode
    • MMM-next-episode - Track your TV shows and movies

      MMM-next-episode
      Magic mirror module for tracking TV shows and movies provided from
      next-episode.net

      Track the TV shows and movies you watch.

      Update your shows from the next-episode app for Apple and Android

      f5a5455a-b68f-409d-ba46-66e8f6870142-image.png

      {
        module: "MMM-next-episode",
        position: "bottom_right",
        header: "Next-Episode",
        config: {
          id: '',
          hash_key: '',
          username:'your-next-episode-username',
          password: 'your-next-episode-password',
          displayShowingOn: true,
          displaySeasonAndEpisode: false,
          maxdays: 5,
          ShowThumbnail: true,
          ThumbnailSize: 'small',
          updateInterval: 180
        }
      },
      
      posted in Entertainment
      PierreGodeP
      PierreGode
    • RE: Custom icons for Calendar

      @PierreGode
      You can add custom icons that will appear matching keywords in your caledar.
      so if you create a calendar entry with the word soccer the mirror will show you a ball with your event.
      here is a list i created with icons that work. you can change this how you wish and add it to your canlendar section in config.js

      posted in Show your Mirror
      PierreGodeP
      PierreGode
    • MMM-Chores - Manage and keep track of your household Chores

      MMM-Chores is a module for MagicMirror² that allows you to manage your household chores.
      It provides an admin interface where you can add, edit, and delete tasks. You can also set due dates and assign tasks to different persons. The module displays the tasks on your MagicMirror, allowing you to keep track of your household chores at a glance.

      77050878-9565-42c6-a774-a6df96f3bd55-image.png

      1d16bddc-eb51-41d9-addf-37028918517b-image.png
      6794ad64-f978-49f6-ab53-da55b318bd4a-image.png

      ae89adc7-7006-4488-ab45-42d8251dced5-image.png
      ---- AI option is availible and uses only data from data.json if openai api key is provided ↑

      678d5db2-0621-4056-ac30-e1c0f5378620-image.png

      cd ~/MagicMirror/modules
      git clone https://github.com/PierreGode/MMM-Chores
      cd ~/MagicMirror/modules/MMM-Chores

      npm install

      {
        module: "MMM-Chores",
        position: "bottom_right",
        header: "Chores",
        config: {
          updateInterval: 60 * 1000,
          adminPort: 5003,
          openaiApiKey: "your-openApi-key here",
          pushoverApiKey: "your-pushover-api-key",
          pushoverUser: "your-pushover-user-key",
          login: false,
          users: [
            { username: "admin", password: "secret", permission: "write" },
            { username: "viewer", password: "viewer", permission: "read" }
          ],
          settings: "unlocked", //  set a 6 digit pin like "000000" to lock settings popup with a personal pin, change 000000 to any 6 digit password you want, or comment this out to lock settings completly
      // other options can be set in the admin portal
          levelTitles: [
          // titles for every 10 levels
            "Junior",
            "Apprentice",
            "Journeyman",
            "Experienced",
            "Expert",
            "Veteran",
            "Master",
            "Grandmaster",
            "Legend",
            "Mythic"
          ]
        }
      },
      
      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-next-episode

      @rambomonkey
      So this is how you want your Magic mirror setup to look like.
      c0d9545e-9aff-4ea6-b82c-50f473f98532-image.png

      yeah no /root/ that can create a loads of headaches like this.

      posted in Entertainment
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @redbeardedninja
      Hi! You can now use in config.js
      textMirrorSize: “small”, // small, medium or large

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-next-episode

      @sdetweil
      Fixed: typo missing : after password in the readme

      posted in Entertainment
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @supascoopa74 @mischag
      I created a wiki on the repository I hope it helps.
      https://github.com/PierreGode/MMM-Chores/wiki/MMM‐Chores-Wiki

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @KristjanESPERANTO
      Thank you, updated

      posted in Utilities
      PierreGodeP
      PierreGode
    • 1 / 1