A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Column graph to replace StatusBoard by Panic. (JSON data into graphs)

    1
    1
    0 Votes
    1 Posts
    953 Views
    L
    We’ve been using Panics Statusboard for years. And love it. Panic decided last year to discontinue the product. So we’re switching to MM now. What StatusBoard did really nicely was having a “module” that you configure to a JSON file path. And it will render the graph data into nice column graphs, like this: [image: 1488202370935-statusboard.jpeg] If there’s only one value/digit, it displays it as a number. But if there is multiple datapoints, it will display that as a graph. And a simple flag setting lets you configure between columns graphs or regular graphs. The data input format looks like this: { "graph" : { "title" : "Soft Drink Sales", "datasequences" : [ { "title" : "X-Cola", "datapoints" : [ { "title" : "2008", "value" : 22 }, { "title" : "2009", "value" : 24 }, { "title" : "2010", "value" : 25.5 }, { "title" : "2011", "value" : 27.9 }, { "title" : "2012", "value" : 31 }, ] }, { "title" : "Y-Cola", "datapoints" : [ { "title" : "2008", "value" : 18.4 }, { "title" : "2009", "value" : 20.1 }, { "title" : "2010", "value" : 24.8 }, { "title" : "2011", "value" : 26.1 }, { "title" : "2012", "value" : 29 }, ] } ] } } Tonnes of more info here: https://library.panic.com/statusboard/graph_tutorial/
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    594 Views
  • 0 Votes
    3 Posts
    2k Views
    C
    It appears to be dead, unfortunately.
  • TiVo Upcoming Recordings Module?

    1
    0 Votes
    1 Posts
    941 Views
    ooom416354O
    Hi all, just thought of a cool idea for a module, perhaps showing a list of the upcoming TiVo scheduled recordings for the next day? Might be a nice add on module. I am not too sure if there’s a TiVo api or something that is useful but has anyone done anything similar?
  • Basic Countdown module

    6
    0 Votes
    6 Posts
    4k Views
    brobergB
    @Jopyth Because I’m not made of money goddamnit! Candles are expensive. :P
  • Picam behind the mirror for on/off

    4
    0 Votes
    4 Posts
    3k Views
    lolobyteL
    @Bones you’re wellcome
  • Today's cartoon from Norwegian online magazine Teknisk Ukeblad

    4
    0 Votes
    4 Posts
    2k Views
    R
    @dridar @dridar said in Today’s cartoon from Norwegian online magazine Teknisk Ukeblad: Hi. I still don’t own a raspberry and I don’t have time. Just pitching my idea for others to have fun with Ok, yes, why not? PS: Anyway, is not need it a RaspberryPI. You can develop any enviroment where NodeJS can be run.
  • Wider Veriety of Modules For Different Kinds of People

    20
    0 Votes
    20 Posts
    12k Views
    A
    @slametps Yes, I am very sorry that it wasn’t clear.
  • Oral-b toothbrush

    4
    0 Votes
    4 Posts
    3k Views
    A
    thank you!
  • Multiple desktop with swipe

    4
    0 Votes
    4 Posts
    3k Views
    brobergB
    @mortenbirkelund I’ve made two touch modules, none of them swipe, but anything you can do with a mouse you can add to MM via javascript events, like click etc etc. There are more profile/module selection modules to hide and show different kind of modules, they don’t need facial recognition, they can get input from any source, more or less.
  • Module for Items to update via Websocket

    Unsolved
    1
    0 Votes
    1 Posts
    973 Views
    binderthB
    I’m looking for something like MMM-Syslog, a module, where I can setup items, which can then be updated via Websocket. I’m not a developer, so I can’t make it my own, but it should do something like this: adding items like Text, Number, Boolean giving them names and Icons updating them via Web-URL or whatever: analog to MMM-syslog syntax: http://MIRROR_IP:MIRROR_PORT/syslog?item=ITEM_NAME&value=ITEM_VALUE Use Case is to send updates of my smarthome-items to show up in the MagicMirror. I’m thinking of some states (Text), Temperatures (Number) or states of e.g. open Windows or whatever (Boolean).
  • ASANA App

    1
    2 Votes
    1 Posts
    1k Views
    D
    I saw that someone made a Trello task manager module and was wondering if one could be made for Asana.
  • Video messages

    4
    0 Votes
    4 Posts
    2k Views
    B
    +1, I was thinking about a mini website where friends could record and post their audio/video message, then a notification is shown on the mirror, and buttons in the remote-app could allow the play/pause/next/delete functionalities.
  • 24h weather forecast graph

    13
    1 Votes
    13 Posts
    10k Views
    T
    @Jeff I ported my 24 hour weather forecast graphs module to https://magicmirror.builders, you can find it on https://github.com/thobach/MMM-WunderGround24Hours.
  • London Bus Times

    3
    0 Votes
    3 Posts
    2k Views
    P
    I tried before, but the Tube API checks the status and color, not times and different stops.
  • Deutsche Bahn Delay

    4
    0 Votes
    4 Posts
    3k Views
    D
    You could use the API by the local organization unit, which is VRR for instance. I wrote something about the VRR-Routing, which possibly may work for other Locations (At leat in NRW): https://forum.magicmirror.builders/topic/1281/deutsche-bahn-list-of-connections-with-delays/3
  • Nullschool weather module

    3
    1 Votes
    3 Posts
    3k Views
    foxF
    Very nice page ! Already some feedbacks about implementation in github?
  • MLB Scores Module

    1
    0 Votes
    1 Posts
    2k Views
    ooom416354O
    Hey all, I know there is a JSON feed of MLB games which is updated in realtime. I was wondering if there is a way to build a module which pulls the results of this feed and displays the schedule and when the game is going on, the inning and score. Similar to what was done for the MMM-NHL or NFL module. Here is the JSON link (set for opening day this year) http://gd2.mlb.com/components/game/mlb/year_2017/month_04/day_02/master_scoreboard.json
  • Module for tram timetable

    Unsolved
    5
    0 Votes
    5 Posts
    4k Views
    S
    Hi, I faced the same issue and, therefore, implemented an according module: https://github.com/skastenholz/MMM-DVB. In case you are still interested please give it a try and provide some feedback. Thanks. Stefan
  • Looking for an image carousel

    Solved
    8
    0 Votes
    8 Posts
    5k Views
    N
    @roramirez thank you, I was looking for a gallery, with on optional lightbox popular. I actually developed one myself because I couldn’t find anything similar