A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Hive

    39
    4
    4 Votes
    39 Posts
    23k Views
    N
    I think its to do with Hive’s 2-factor authentication Does anyone have a workaround for it?
  • MMM-WeatherChartD3

    5
    2
    0 Votes
    5 Posts
    1k Views
    S
    @MajorC looks like this is a javascript change https://github.com/MichMich/MagicMirror/issues/2863
  • Incorporating a Security Cam/Webcam into MagicMirror?

    3
    0 Votes
    3 Posts
    1k Views
    A
    @BluP Thanks, I will take a look. I was not familiar with that module!
  • Environment Canada Weather Module

    7
    1
    4 Votes
    7 Posts
    1k Views
    charlesfC
    @cyberphox Thanks for this. I thought it might be configuration, but your report prompted me to try something, and I was able to reproduce a problem. I use the default weather module to display current conditions from my weather station, and my Environment Canada module was depending on a utility script that was being loaded by the default module. I have made the correction to load it myself, so if you get the updated version I think it will work. Navigate to the MMM-EnvCanada folder and execute git pull to get the update. Please let me know how it goes – if your issue is something else send me your config parameters for the module and I will investigate further.
  • Module calendar - whole day event

    19
    0 Votes
    19 Posts
    4k Views
    B
    @MMRIZE Thank you very much, I have overlooked it. You make my day :-)
  • MMM-Globe

    119
    14 Votes
    119 Posts
    198k Views
    A
    I wish this worked with MMM-GoogleAnalytics
  • Icon einfügen

    8
    0 Votes
    8 Posts
    1k Views
    KristjanESPERANTOK
    @Hacksaw Looks nice. Good work! :smiley:
  • MMM-GasMonitor

    4
    4
    2 Votes
    4 Posts
    789 Views
    ankonaskiff17A
    @mumblebaj Our stuff was industrial grade and we had issues with the level sensor but related to day/night temperature & Sun impacting gas. but biggest problem with level sensor was related to it being a cylinder mounted horizontally… An inch of drop at top of sideways cylinder a lot less than an inch of drop across middle of cylinder so engineers had fun plotting that curve
  • MMM-Calendar repeating count custom events

    1
    0 Votes
    1 Posts
    236 Views
    O
    Hi, this year i nearly missed the wenning day… :astonished_face: so i want to configure my MagicMirror for next year. II use google calendar with Birthays, days e.g. I managed to put the wedding date in, but i want to have the repating count. For the wedding day, i set up a yearly da. customEvents: [ { keyword: 'Hochzeitstag', repeatingCountTitle: 'Jahrestag', dateFormat: 'D.MMMM', color: '#d4af37', symbol: 'ring' }, How can i chage this entry so that its like: “Hochzeitstag, x. Jahrestag” or better “x.Hochzeitstag”?
  • MMM-Moon, See the moon phases and rise/set times!

    13
    2 Votes
    13 Posts
    5k Views
    halacabullasH
    @enderflop i would LOVE LOVE LOVE the feature of customizing the image
  • 4 Votes
    89 Posts
    109k Views
    A
    has anyone tried using this module with an axis camera? I have two cameras I want to rotate on my display. all i get is the message saying “update requested at…”
  • MMM-moonraker (for klipper 3D printers)

    6
    1
    1 Votes
    6 Posts
    1k Views
    S
    @btastic sure… it was the ‘what they were taught’ approach…
  • MMM-NetworkScanner - columns doesn't work

    1
    0 Votes
    1 Posts
    293 Views
    zdenekZ
    Dears even I’ve showDeviceColums: true, in Config, the result is still only one column. Any idea? thanks
  • MMM-Temperature

    9
    1 Votes
    9 Posts
    3k Views
    S
    @wishmaster270 I will try again! Thanks for checking!
  • MMM-Nest-Status

    3
    0 Votes
    3 Posts
    618 Views
    R
    @whimsicality I have the MMM-Nest-Status module working. I set it up a couple months ago. I followed the pretty detailed process he laid out. I remember part of it didn’t seem to work, I had to back out or close something, but was able to get the needed Client ID, Client Secret, Project ID, and Refresh Token. It was confusing enough that I don’t think I could help walk you through, but I can at least confirm that it does work. It worked at the start and then started giving me authentication failed errors. It may have been a wifi issue, they seem to have gone away on their own.
  • [MMM-EmbedURL] Cookie-Banner Problem

    6
    0 Votes
    6 Posts
    745 Views
    S
    @wishmaster270 right, the whole point of iframe is to safely encapsulate a site in a window… which can’t contaminate this site and vice versa. (think of it like a virtual machine)… lets the site run as is. but also, you can’t mess w it…
  • MMM-RAIN-MAP always showing marker

    3
    0 Votes
    3 Posts
    534 Views
    J
    @Jalibu Thanks, that was easy. Didn’t read it the way that there are standard markers even not specified in cong.js. Didn’t check the ones specified in the example either.
  • MMM-BMW-DS (A different kind of weather module)

    65
    2
    7 Votes
    65 Posts
    50k Views
    Cr4z33C
    @gonzonia alright thanks anyway for giving it a try. :)
  • MMM-PreciousMetals

    1
    3 Votes
    1 Posts
    278 Views
    F
    https://github.com/Fifteen15Studios/MMM-PreciousMetals This is my first module that I wrote from scratch. It displays the price of various precious metals - like Gold, Silver, and Platinum - using a free API from https://api.metals.live/ You can select which prices you would like to see, and how often you would like them to update.
  • MMM-WeatherGraph - new module using OpenWeatherMap

    15
    4
    2 Votes
    15 Posts
    7k Views
    B
    I’m getting an error, could not load datan TypeError: forecast is not iterable. Do you know what might be wrong? I checked and the API key is valid