A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Module to reset some modules

    3
    0 Votes
    3 Posts
    2k Views
  • Precipitation accumulation forecast

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M

    @FlatPepsi Check out WunderGround

  • Send Selfie to Flickr or Photobucket

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M

    @alexyak @morozgrafix

    Hi,

    I have camera installed (and dependencies) working on my MM. The only problem I have is that it doesn’t email the picture. I’m sure I’ve made a mistake somewhere. I was hoping you might help me.

    { module: 'camera', position: 'top_right', config: { selfieInterval: 3, // Time interval in seconds before the photo will be taken. emailConfig: { service: 'iCloud', // Email provider to use to send email with a photo. auth: { user: 'xxxxxxxx@icloud.com', // Your email account pass: 'xxxxxxxxxx' // Your password for email account } } } },

    Does it use the same email account to send To: and From: ? If not, how/where do I tell the module the address to send the picture to? Also, can I change the size of the picture being taken from 640x480 to 320x240?

    Many thanks ahead of time. :thumbsup_tone1:

  • Change Magic Mirror page with a hand swipe

    2
    0 Votes
    2 Posts
    1k Views
    strawberry 3.141S

    @theusu5k you could set your pages as different profiles in the profileswitcher and modify a gesture module to send notifications to the profileswitcher

  • Caldav to calendar

    1
    0 Votes
    1 Posts
    1k Views
    P

    Hello,
    I own a synology NAS with Baikal (caldav - calendars ) installed on it.
    Is there some way ( module?) to get the ics records in the calendar. I am new to this all…

    Thanx!
    Poekel

  • TV Show Time

    18
    0 Votes
    18 Posts
    9k Views
    S

    I put together Sonarr and Radarr Activity Modules to show recent downloads, so it was pretty easy to copy the Sonarr one and have it look at the calendar endpoint instead of the activity endpoint. Enjoy!

    https://github.com/s-cotton/MMM-Sonarr-Calendar
    https://github.com/s-cotton/MMM-Sonarr-Activity

  • a module for lifx light strips

    1
    0 Votes
    1 Posts
    1k Views
    J

    im building a smart mirror and i tried to use the api of lifx without dealing with modules but this seems not to work… please halp

  • Netatmo welcome

    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S

    @Binog i don’t have any netatmo devices, i suggest to create issues on github when you get in trouble

  • Ok, so hear me out.

    1
    0 Votes
    1 Posts
    1k Views
    L

    I’m planning on making my sister a magic mirror as a house warming gift, and have been watching videos and reading through the forums to get an understanding of what’s involved. I was hoping give it touch screen but that seemed out of my budget. Then I realized I could use a small touch screen for simple stuff like volume, a keyboard, or to pause and play video, and use a 20" monitor for the main display.

    Is this something that has been done before?
    If so point me in that direction.
    If not, how hard would it be to do?

    I have no previous experience with Magic Mirror, Linux. or RPI. So if there is anything out there that is relatively simple, or even better, in a completed state, then awesome. If not, then I’ll go sans touch screen for the time being, until I get a better grasp of this whole process.

    Thanks in advance,

  • Magic Mirror With Amazon Alexa

    14
    1 Votes
    14 Posts
    24k Views
    B

    @lucallmon
    Hi, yes i’ve got everything working just fine now. As a matter of fact I haven’t got anything on GitHub just yet. Primarily because I haven’t gotten around to it yet. i want it to be a bit more “finished” before I do so. Furthermore, it’s more than just the one project. You’ve also got the debug hub, the adapted java client, the code on the amazon server, the custom skills, dynamodb table etc. It’s not a “next, next, finish” type of thing…
    But if you follow the steps on my blog closely you will come a long way. If you want to have a specific piece of code or something, just drop me a line, and i’ll send it to you. Also, currently, some of the code is broken because i’m experimenting with the camera right now. I’ll be posting some updates on that soon.

  • Display lastest pics from insta hashtag

    6
    0 Votes
    6 Posts
    3k Views
    ?

    @techcoderun unfortunately you can’t display Instagram in an iframe (they’ve blocked it) and unless you’re a registered and approved commercial app you cannot use their API to fetch public content.

    Only thing you can do is use the API to access your own content. See the MMM-Instagram module.

    Only thing I can think of to make this work is using an emulator to run the Instagram app locally and iframing that. More effort than it is worth haha.

  • Display JSON data from an api

    15
    0 Votes
    15 Posts
    8k Views
    L

    The big elephant in the room here is that Panic’s StatusBoard did this and is now dead. They discontinued their iPad app in November, and users from all over the world are looking for something to replace it with. MagicMirror is the perfect replacement, but it lacks the most popular module: The Graph Module. When the Graph Module in Statusboard is fed just one number, it displays the number with a name, instead of the graph. I think a good solution would be to base further MMM development based on the same JSON structure that has already been established in the StatusBoard community. Examples:

    { "graph": { "title" : "IKKE BEHANDLET", "total" : true, "datasequences" : [ { "title" : "Datasupport", "datapoints" : [ { "title" : "Antall", "value" : 3 } ] } ] } }

    This will in StatusBoard look like this:
    0_1488397034636_datasupport-ikkebehandlet.jpg

    If however, the same module is used, and pointed to this JSON-file:

    { "graph" : { "title" : "Prod-Redigering : antall saker opprettet", "total" : true, "datasequences" : [ { "title" : "Uke 29", "datapoints" : [ {"title" : "Mandag", "value" : 0 }, {"title" : "Tirsdag", "value" : 4 }, {"title" : "Onsdag", "value" : 0 }, {"title" : "Torsdag" , "value" : 3 }, {"title" : "Fredag", "value" : 2 } ] } ] } }

    That will produce this nice Column Graph:

    0_1488397213531_produke.jpg

    The whitepaper still exists here: https://library.panic.com/statusboard/graph_tutorial/

    If someone needs motivation to look into this, please check the comments here:
    https://panic.com/blog/the-future-of-status-board/

  • TV-Programm or RSS with more than 1 Line

    1
    0 Votes
    1 Posts
    836 Views
    J

    Hi, i want to show the TV-Programm on my MM. A RSS-Modul with more than a oneliner would be enough. I there something like that? Thanks!

  • Column graph to replace StatusBoard by Panic. (JSON data into graphs)

    1
    0 Votes
    1 Posts
    880 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:

    0_1488202365486_statusboard.jpg

    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
    787 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
    3k 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
    2k 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.