A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 4 Votes
    16 Posts
    14k Views
    SnilleS
    @gaudouy Hi, no, it can only show and hide one/ or multiple instances of the same type of module on one button, but not two different types of modules on one button.
  • MMM-Glock

    23
    4 Votes
    23 Posts
    12k Views
    cowboysdudeC
    This is being redone as it’s not working on the newest version of the mirror… stay tuned.
  • Shelly-HT - a simple module to display data from a Shelly HT sensor

    2
    0 Votes
    2 Posts
    592 Views
    E
    @laszlocsaba very interesting! The module should be expanded for all other “Shelly” sensors (Relays, Sensor and Plug and play…). Are you planning to expand the module? Thanks.
  • NOOB wants to code a birthdaylist - looking for a tutor

    1
    0 Votes
    1 Posts
    420 Views
    PerlchampP
    hello, i am an absolute newcomer when it comes to programming and raspberry. I would like to create a birthday list from a calc table (columns: name; month of birth; birthday; year of birth), i.e. the names (first and last name) and the age of those who have birthdays in the current month should be displayed. Furthermore, those whose birthday is already over should not be shown. A corresponding .odt file is on the Raspberry Pi under home / user / documents. it should look something like [image: this] Thank you in advance ! stay healthy ! so long perlchamp
  • MMM-Freebox

    8
    1 Votes
    8 Posts
    1k Views
    A
    Bonjour, Choses que j’ai faites, sur le miroir, il y a “Chargement Freebox” et après ça disparais. Cordialement, [image: Capture d’écran 2020-04-26 à 16.21.11.png]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    16 Views
    No one has replied
  • 4 Votes
    4 Posts
    3k Views
    P
    @cohron Glad to hear it’s working well for you. I like those ideas, but am not sure when I’ll have time to make the changes. If anyone is able to help out, I’d gladly accept a pull request! https://github.com/parnic/MMM-ScreenLogic
  • MMM-Tibber - New version

    2
    1 Votes
    2 Posts
    967 Views
    A
    First - amazing work with the MMM-Tibber module Otto! I’m using MagicMirror without a mirror and therefore I would like to change background-color to white and text color to black. How do I do that without hacking in the .js-files? Best regards /Andreas (Sweden)
  • MMM-Text-To-Speech

    1
    1 Votes
    1 Posts
    378 Views
    C
    Hi, I have created simple Text-To-Speech module for MM using Google Translator. No API keys needed :) https://github.com/ChrisB85/MMM-Text-To-Speech
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    2 Posts
    947 Views
    wishmaster270W
    I did a lot of work on the module the last days. I integrated a more complex (and more detailed) example with an APDS-9960 and different Laser sensors, support sending payload based containing strings of the messages and it is possible to send different notifications based on the same input message in different profiles (MMM-ProfileSwitcher)
  • 1 Votes
    4 Posts
    2k Views
    wishmaster270W
    I did a lot of work to the module the last days. Now modules can be hidden / shown instead of turning off/on the display. Also a countdown can be displayed and the delay can be set by active profile (MMM-ProfileSwitcher)
  • MMM-ProfileControl

    1
    1 Votes
    1 Posts
    565 Views
    wishmaster270W
    This is an Add-On module to MMM-ProfileSwitcher and is based on MMM-pages and MMM-page-indicator. I wanted to be able to specify pages on my mirror but also be able to have different profiles on each page (i.e. i wanted an calendar page where either the events of my wife or my ones are displayed). MMM-ProfileControl differs between horizontal profiles (pages) and vertical ones. If you do not specify different vertical profiles the vertical indicator can be hidden and the modules behavior is nearly the same as of MMM-pages. The current profile can be changed with different notifications either to a specific horizontal or vertical one or you can iterate through them. If you do not like the default icons of the indicators you can change them via configuration. The module also keeps track of profile changes that happen through other modules (CHANGED_PROFILE notification). Attention: At the moment there are problems with MMM-CalenderExt2. I am already in contact with eouia and i think i found an solution. In my personal setup i use an patched version that works fine. Because i only send notifications to MMM-ProfileSwitcher modules that did not work without my module will not work with it. Screenshots [image: Page One / Profile Two] [image: Page two / Profile one] Download MMM-ProfileControl [card:Tom-Hirschberger/MMM-ProfileControl] Version 0.0.3 it is now possible to restore the last selected vertical profile if the horizontal profile (page) changed Version 0.0.2 added an option to send an USER_PRESENCE notification if the module triggers an profile change added option to hide the profile indicators during screensave mode removed reset of top margin of the module in css because it is not possible to override it if needed fixed all issues reported by the new automatic module scanning script developed by @KristjanESPERANTO Version 0.1.0 Horizontal and vertical profile support Indicator of the horizontal and vertical profile All icons (horizontal, vertical, separator) can be changed in the configuration Notifications to change either to a direct profile or rotate horizontal and vertical
  • MMM-GoogleShoppingList

    16
    0 Votes
    16 Posts
    9k Views
    ?
    @Egnos No, sorry. It is out of my work.
  • 1 Votes
    4 Posts
    3k Views
    S
    Ive tried to install this onto my project however I am not able to load the module up. The error is located to API key. modules: { module: “MMM-metoffice-datapoint”, // Weather app. position: “right”, config: { apikey: “<<>>”, sitename: “Ashford (Kent)”, } }, can you help?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • mmm-food2fork-recipes

    7
    1 Votes
    7 Posts
    5k Views
    R
    Looks as if the website is shut down. May need to revise this module
  • Instagram problem

    7
    0 Votes
    7 Posts
    3k Views
    W
    It seems like they have change some things in their API recently. I can recommend to you to watch instagram stories online using that service called Insta Stories Watch. It allows you freely to watch, or even download any story, or any image from tons of accounts all around the Instagram.
  • MMM-HDC1080

    1
    0 Votes
    1 Posts
    961 Views
    Z
    Hello everyone, I want to display the data (temperature and humidity) with only one number after the decimal point and not four. Do you have an idea of ​​the modification made for this? Thank you