A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Lake Water Level information

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    C
    Hi, Is there a way to get this data: http://tablerock.uslakes.info/Level/ onto the MagicMirror? This data is compiled using this data from the Army Corp of Engineers: http://www.swl-wc.usace.army.mil/pages/reports/remote/curcond.htm I don’t see any JSON data for that data. The uslakes.info is most likely a commercial site and I didn’t see if they had any API keys to apply for, but I like the way their data is displayed. I AM NOT a programmer but can usually cobble stuff together, any help would be appreciated. Specifically looking at the Table Rock Lake water level but others may be wanting other lake levels. I want to use this data to know if I need to move the dock in or out. Thanks for any advice, JB
  • Week A and B roating request

    Unsolved
    1
    0 Votes
    1 Posts
    670 Views
    H
    Hi i am looking for a calander that i can set 2 week school time tables to switch every monday. Is such a thing possible ???
  • Led without Bread-boards !

    6
    0 Votes
    6 Posts
    3k Views
    B
    Hello I made a small module for the mmm to pilot led strip but you need breadboard transistor and resistance Tell me if you want me to explain more
  • Calendar module for TODO-list

    Unsolved
    1
    0 Votes
    1 Posts
    958 Views
    ?
    Hi everybody, I just set up my MM² and was wondering, whether there is a way to use the calendar module for displaying a TODO-list (e. g. grocery shopping, …). I have a nextcloud running on a raspberry pi and the display works just fine for calendars (contact birthdays, events, …). Since the tasks in nextcloud come in the same format as calendars (.ics), I wanted to use the calendar module to display tasks, which have not been completed, yet. The tasks should not have a starting date and be shown on the display until they are marked as completed. Is there somebody, who encountered the same issue or knows a solution to this problem? I could not find any information on this and since I have never worked with js before, I wanted to ask the community prior to messing up my default calender module trying to figure out, what lines to modify for my purpose. Thanks a lot and have a nice week!
  • Module Sending notification to a python project

    Solved
    12
    0 Votes
    12 Posts
    6k Views
    idoodlerI
    @bimbim2401 Congratulations!
  • Monzo Module Request

    2
    0 Votes
    2 Posts
    2k Views
    dolanmiuD
    Sorry for being a year late, but it is finally here, introducing MMM-Monzo: https://forum.magicmirror.builders/topic/7300/mmm-monzo-a-high-quality-monzo-module
  • Can somebody make MMM-MyWink compatible with Wink Hub 2?

    Unsolved
    1
    0 Votes
    1 Posts
    720 Views
    twosquirrelsT
    This module is currently only compatible with Wink Hub. I would like it be updated to work with Wink Hub 2. I don’t understand their API enough to get it working. This would be very much appreciated! MMM-MyWink Wink API
  • Mint/Budget Tracking Integration

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    H
    I would also be interested in learning about this. Maybe even a net work tracker would be awesome!
  • Using Google Assistant SDK

    15
    3 Votes
    15 Posts
    12k Views
    A
    I’m curious if there’s any consensus on the best assistant integration out there right now. Should I go with the assistant kit, just one of the modules (I’m gathering the Gassist one above?).
  • Google Maps with traffic info

    9
    0 Votes
    9 Posts
    11k Views
    G
    Hello everyone, I’m wondering if anyone knows how I would be able to track the traffic on a specific road. Perhaps, between a point A and point B? I’m using the map, but it only displays the traffic data for major roads. Any ideas would be greatly appreciated!
  • French Voice Module

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    VulcainV
    Try this : https://github.com/kalliope-project/MMM-kalliope Works like a charm for me ! PS : Et c’est un projet français :)
  • Web Scraper?

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    strawberry 3.141S
    @albinolan I’ve done it in some of my modules e.g. https://github.com/fewieden/MMM-VocabularyTrainer/blob/master/apis/geschichtsvereinkoengen.js https://github.com/fewieden/MMM-ShipmentTracking/blob/master/carriers/DHL.js
  • Home Assistant Module

    22
    1 Votes
    22 Posts
    26k Views
    S
    I have it working with HTTPS :grinning_face: Change the url to match what you have for HA { module: 'MMM-homeassistant-sensors', position: 'bottom_right', config: { url: 'https://username.duckdns.org:8123/api/states', prettyName : 'true', stripName: 'true', values: ["sensor.humidity", "sensor.temperature"] } }, You will need to modify the node_help.js file for this module change the below line of code /MagicMirror/modules/MMM-homeassistant-sensors/node_helper.js request({ url: url, method: 'GET' }, function (error, response, body) { To the following and change the api-password to what you have set in HA it’s about line 12. request({ url: url, headers: {'x-ha-access': 'api-password'}, method: 'GET' }, function (error, response, body) { It’s working it looks like it takes a bit longer to get the data as I think the atentication takes some time. Regards skippy_oz
  • SmartThings Integration

    3
    0 Votes
    3 Posts
    3k Views
    J
    This can already be done you just need to get MQTT working with Smartthings, this can be posted locally or in the cloud (I use the cloud). Getting MQTT working (I believe you just need the usage part) https://github.com/stjohnjohnson/smartthings-mqtt-bridge#usage (Added) you will need the bridge too but that is an add-on with hassio MQTT on MM https://github.com/ottopaulsen/MMM-MQTT Another MQTT on MM but only shows one status (this issue shows a good example) https://github.com/javiergayala/MMM-mqtt/issues/3
  • Analog Clock

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    HrierebH
    Hi all, I was thinking about some customized clock and I found a pretty nice template. The problem is that I’m totally new to this world and I don’t know how to start or if that kind of thing is possible. That’s the link I’m talking about: https://codepen.io/vineethtr/pen/GvROZV As you can see there are three windows: the one with the html code, the one with the css code, and the one with the js code. Would it be possible to integrare these codes in the clock module? Or would it be better to create a new module? Are these codes compatible with the Magic Mirror? I was also thinking about the chance to use the Iframe module to embed an html clock but it doesn’t work. Could you give me any suggestion? Sorry if I make silly question. Thanks everyone
  • Tour de France standings

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    cowboysdudeC
    Unless you can scrape data you’ll need an api for this…I’d start there.
  • GasBuddy

    16
    0 Votes
    16 Posts
    11k Views
    yawnsY
    If you want to, send it to me. I can take a look today or tomorrow.
  • Girly Modules ??

    5
    0 Votes
    5 Posts
    3k Views
    4lice4
    @barnosch @bhepler thanks for recom :* , @paviro ;) sure !
  • Assistant Error

    17
    0 Votes
    17 Posts
    9k Views
    W
    @sean @shep99 @acogkenf Hello I have solved this problem this way. “npm install --runtime=electron --target=YOUR_ELECTRON_VERSION” Specify the environment and version and you can load grpc in proper way
  • Need simple module to switch between 2 texts

    2
    0 Votes
    2 Posts
    1k Views
    MrBorgM
    @janne Not much help in here - Though I could see this as a smart feature where a task can be divided between people. And the task will be assigned to a new person each day. If it was possible to make a file with the assigned person each night (with cron) and then MMM should only show the content of the txt-file. Then the next thing will how to create this cron entry.