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

    tracking utility
    2
    0 Votes
    2 Posts
    1k Views
    M
    @martinkooij I now (feb 2021) updated again to multi-API support (from version 3.0.0). Aftership has (slightly) improved their commercial offerings. iIn the MMM-Parcel config you can now easily choose between Tracktry.com (fully free) or AfterShip.com (free for legacy users, or >9$/month paid plans for new users). Screen display still works the same, except for the somewhat less detailed information that you will receive from the tracktry.com API there is no difference in the way the parcels are displayed.
  • MMM-Block

    3
    0 Votes
    3 Posts
    901 Views
    BKeyportB
    This is really my first module, Decided to make it public because I could see others using it. For a while now, I’ve been using OMXPlayer as an external operation, as the video players are much more stable outside of MagicMirror for some reason. I’ve needed a blank area of the screen to allow a space for the video player to roam, but wanted a module to use the area directly below it. Here’s my solution. All it does is provide a blank area in a region, defined in pixels (px). That’s it. Simple, quick, easy. No CSS. No Mess. No Screenshot, as it’s a blank area. :) Installation Clone this repository in your ~/MagicMirror/modules/ folder ( $ cd ~MagicMirror/modules/ ): git clone https://github.com/BKeyport/MMM-Block.git Using the module To use this module, add it to the modules array in the config/config.js file next to the module you’d like to move (Above the module if you want to move a module DOWN, below the module if you wanna move the module UP) { module: 'MMM-Block', position: "top_right", config: { height: 600, } }, The only config option is “height” - as seen above. Set it to the pixels (px) you’d like to move an item.
  • MMM-google assistant black screen.

    12
    0 Votes
    12 Posts
    2k Views
    E
    @Mathieu Stop ;-)
  • Calendar and iCloud

    8
    2 Votes
    8 Posts
    2k Views
    Y
    I was able to do this without making my iCloud calendar public. Look around for vdirsyncer. It gives you the ability to log in to iCloud and replicate your calendar locally. Then point your calendar to your local ics file. I have mine refreshing a few times a day. Works like a charm.
  • MMM-BMW-OW

    2
    0 Votes
    2 Posts
    637 Views
    Mykle1M
    @MMNewby They are, by default, imperial units. I don’t even recall if metric is an option. I’d have to look. Is your config ‘units’ set to imperial? There are several css options included and accessed via config options. Color can always be modified through your custom.css file. I’m very busy at the moment with another module and it’s late. See what you can do and post again if you need help
  • 0 Votes
    3 Posts
    768 Views
    D
    @Serge Thank you for the response. I guess I am missing where the config.js controls that. Is there a setting/command for that? My experience thus far: so if I save what modules I want on/off from the RC menu and then save/restart from the RC it remembers all excecpt one module in particular : MMM-RandomPhoto. Action/description I refer to on RC: SAVE: Save the current configuration (show and hide status of modules, and brightness), will be applied after the mirror starts
  • No strength indicator

    1
    0 Votes
    1 Posts
    352 Views
    P
    Re: Internet Monitor I assumed I wold see a strength indicator symbol on the MagicMirror but since I am very new to this I might be way off. I am seeing the gauges but no wifi symbol. Here is the information in my config file. Any help appreciated. module: "internet-monitor", position: "bottom_center", header: "Internet Monitor", config: { type: "", maxTime: 7000, updateInterval: 120000, verbose: false, displayStrength: true, displaySpeed: true, strengthIconsize: 80, maxGaugeScale: 100, wifiSymbol: { size: 50, fullColor: '#3afc25', almostColor: '#fff0c', halfColor: '#ff8c00', noneColor: '#ff1111' }, } },
  • 1 Votes
    1 Posts
    588 Views
    B
    Re: MMM-Hue-Lights - new module for your Philips Hue lights! I am working with this very nice module. It works fine, but I have an design issue. I configured to only show the “on” lights. But some lights are not highlighted white as you can see in the picture. “Hal” and “Woonkamer” are dark, but they are switched on just like the rest. [image: 1610662943934-20210114_225209.jpg] The only difference between these 2 and the others is, these 2 are powered by Hue smarthubs. I don’t know if this makes a difference? They work just the same as the lightbulbs. But you can only switch them on and off. There are no other functions. [image: 1610663163317-124x96.jpg] I am not sure how I can fix it, so I was hoping anybody could help me out? thanks in advance ** EDIT: I posted this in the wrong forum… I am very sorry. Could a moderator be so kind to replace this topic to the right forum? :flushed_face:
  • MMM-Parcel

    24
    3 Votes
    24 Posts
    14k Views
    G
    @BlackZero I have spoken to AfterShip’s support and they verified that they no longer offer API keys for end-user accounts. You would have to have a merchant account, which does not support importing from amazon and gmail and all those nice features. So, basically, this module is dead. :(
  • MMM-atHome

    1
    1
    0 Votes
    1 Posts
    914 Views
    M
    This is pretty niche, but I wanted to show my next rubbish collections as we have multiple that are on different weeks. My local council doesn’t appear have an API and the website to view the next collections isn’t the easiest to pull data from. They do however use the @HOME app, and from this I have pulled back the relevant JSON. More details can be found at: MMM-atHome [image: 1610447338782-screenshot.png]
  • 2 Votes
    43 Posts
    48k Views
    KamiSchamiK
    Hi, suddenly the border of my buttons are black. I no longer know whether I have adjusted something. Where can i search? By the way, great module.
  • FRITZ!Box Callmonitor - always know who is calling!

    productivity utility
    4
    1 Votes
    4 Posts
    5k Views
    L
    Hi! I installed and I configured the the module. Thanks for that, It works fine! But how can I geht the adressbook from the FRITZBox and how can I display the last calls I’ve missed? I was’n able to finde enything about. Luthian
  • MMM-doomsDay - The countdown module,

    74
    3
    7 Votes
    74 Posts
    88k Views
    M
    Hello, first of all thank you for the great modules. I am currently using it to display the time until my vacation. Since I speak German, I made a few changes in the code. But these are lost after an update and I copy & paste them back. Is there a better way to make these changes than fiddling around in the code? I change: ORIGINAL: headerD.innerHTML = this.config.toWhat + "</br>"; MY: headerD.innerHTML = this.config.toWhat; ORIGINAL: timeLeft.innerHTML = daysLeft + " " + this.config.singular; MY: timeLeft.innerHTML = this.config.singular; ORIGINAL: timeLeft.innerHTML = daysLeft + " " + this.config.plural; MY: timeLeft.innerHTML = " noch " + daysLeft + " " + this.config.plural;
  • apperance

    2
    1
    0 Votes
    2 Posts
    347 Views
    ankonaskiff17A
    Some of the modules you need to customize things like width and or height in the custom.css file to override the default css settings for that module. Using the Developer Tools in the view option can help to visualize where the problem or fix may be.
  • MMM-ImagesPhotos - Show images from a directory

    85
    5 Votes
    85 Posts
    112k Views
    KamiSchamiK
    🙈 ok, i will try it
  • Google Home and MMM-GoogleAssistant

    3
    0 Votes
    3 Posts
    721 Views
    ?
    just because it’s an SDK project (eq +/- a demo) So i can’t do it
  • MMM_Hive

    2
    0 Votes
    2 Posts
    404 Views
    S
    @Hollymoon i don’t know the app, make sure there are no extra spaces accidentally leading or trailing…
  • Phone Notifications

    97
    2 Votes
    97 Posts
    145k Views
    Cr4z33C
    @Morganga huh what do you mean with ‘not available’?
  • MMM-Domiticz

    68
    1
    0 Votes
    68 Posts
    50k Views
    M
    @art212 said in MMM-Domiticz: idx: “2”, //Device IDX symbolon: “fa fa-user”, /font-awesome icon if device is On there isn’t a slash idx: “2”, //Device IDX symbolon: “fa fa-user”, //font-awesome icon if device is On
  • MMM-Instagram - Pull and animate photos from Instagram feed

    87
    3 Votes
    87 Posts
    112k Views
    K
    @yo-less said in MMM-Instagram - Pull and animate photos from Instagram feed: @kapsolas @kapsolas is it possible to show only the photos you liked with this??