A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • All stocks modules are not working for me.

    14
    0 Votes
    14 Posts
    9k Views
    D
    I use widgets from https://tradingview.com/widget/ now. I think this is okay so far. And for free :)
  • No reading from DHT sensor

    7
    0 Votes
    7 Posts
    3k Views
    cowboysdudeC
    @Johans No sure… I don’t have a sensor or I’d be happy to test it out …
  • YouLess module problem

    1
    -1 Votes
    1 Posts
    1k Views
    J
    @QNimbus Hi, I have a Youless and would like to display the energy consumption on my mirror. I’ve installed module, but when I execute there is nothing on the screen, so I ran in dev mode and noticed this error: “Error on loading script: modules/MMM-YouLEss/jsGauge/lib/jsGauge.js” indeed when I look in the directory, jsGauge, this is empty - no script. After install, I ran "$ cd MMM-YouLess && npm install --only=production. but when doing this, it gives me following mmm-youless@0.1.1 postinstall /home/pi/MagicMirror/modules/MMM-YouLess cd jsGauge && npm install && npm run minify and this keeps repeadingly running - so after getting 30 times or more this message I’ll stopped. can you take a look at the installation procedure. I would like to have this up & running thx
  • Use PI camera instead of USB

    8
    0 Votes
    8 Posts
    5k Views
    Mykle1M
    @Johans Hopefully someone will help you out in the other topic. Good luck, mate. Cheers
  • how to adjust in detail alarmclock

    2
    1
    0 Votes
    2 Posts
    2k Views
    strawberry 3.141S
    @nobita thats using the default alert module, so check the config options there :)
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    206 Views
  • MMM-Pnews

    47
    1
    2 Votes
    47 Posts
    38k Views
    cowboysdudeC
    @Johans You’re welcome and I’m glad it works for you :)
  • MMM-Profilepicture - Add individual background pictures to your profiles.

    2
    2 Votes
    2 Posts
    3k Views
    Nystro0mN
    Thanks alot for the module! Works lika a charm. For everyone that wants to use a local image, you could use this as your url: http://127.0.0.1:8080/modules/MMM-Profilepicture/pictures/YOURIMAGE.jpg And as provided in the link, the image should be located in /modules/MMM-Profilepicture/pictures/
  • MMM-ProfileSwitcher Module

    2
    0 Votes
    2 Posts
    3k Views
    Nystro0mN
    Check out this thread: This reworked the module enabling him to change profiles in the Remote Control Module: https://forum.magicmirror.builders/topic/1000/not-really-a-mirror-at-all-but-is-really-helpful/3?page=1 I havent have time to start using MMM-ProfileSwitcher yet. Was thinking about doing it this weekend. I will contribute add on if i figure it out when that is done.
  • MMM-Times-Of-India-Feed

    1
    0 Votes
    1 Posts
    2k Views
    S
    The MMM-Times-Of-India-Feed module is based on one of the default modules of the MagicMirror. This module displays news headlines based on an RSS feed from Times of India website. Scrolling through news headlines happens time-based. Using the module Configuration To use this module, add it to the modules array in the config/config.js file: modules: [ { module: 'MMM-Times-Of-India-Feed', position: "bottom_bar", showSourceTitle: true, showPublishDate: true, }, ] Note :- This module is based on newsfeed module By Michael Teeuw Download
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • MMM-synology-ds

    6
    0 Votes
    6 Posts
    5k Views
    foxF
    Could be a cool module
  • MMM-DropboxWallpaper

    1
    2 Votes
    1 Posts
    2k Views
    ?
    MMM-DropboxWallpaper Module for MagicMirror which can show images from Dropbox Screenshot [image: sc.jpg?raw=true] Features and Information This module can download images (one-by-one) from Dropbox and use it as fullscreen wallpaper. It supports profiles (MMM-ProfileSwitcher). This module might be good for… Who has NOT SUFFICIENT storage on his Raspberry Pi. Who has TONS of images already in Dropbox and wants to show MOST of them. Who is not familiar with using FTP/SFTP/NETATALK/SAMBA, … So he just wants to throw his image into a dropbox folder simply. Who share the photos with others, and want to manage showing their photos on MM easily. Notice Usually, storing photos in local RPI storage and using MMM-RandomPhoto or MMM-RandomBackground is better way to use wallpaper on RPI. This module has a very shallow niche purpose, especially for my wife. :P Download: [card:eouia/MMM-DropboxWallpaper]
  • MMM-MyWordClock

    1
    1
    1 Votes
    1 Posts
    2k Views
    J
    This module behaves like a screensaver and displays a full-screen word clock on your mirror when it is idle. [card:jclarke0000/MMM-MyWordClock] [image: 1502909979579-mmm-mywordclock_hero.jpg] This is very similar to the existing MMM-TextClock module. It is not a fork – the underlying code is quite different – and my reasons for recreating this module are as follows: I wanted my word clock to be full screen I wanted my word clock to act like a screensaver, where after a certian amount of time, the clock appears, and is cancelled upon notification from the PIR Sensor module. My English layout is slightly different, in that the clock reads: “It’s half past one” instead of “It’s half two” Adding other layouts is fairly trivial, and adding multiple layouts for any given langauge is possible (e.g.: An English language version for tall HDTV resolution, another for HDTV wide, a third for German HDTV tall, etc). Layouts are not restricted to the same amount of lines or even the same amount of words per line as the English version. This means that translations or even other layouts in the same language do not need to follow the same pattern. Useful when the order of words in one language does not work in another. Each layout name is added to the DOM wrapper as a class name so styling each layout specifically is possible while maintaining style inheritance from the defaults where applicable. It’s fun to learn new things! Currently supports English, French, German and Dutch. Defining more is pretty easy, so with all your help we could have many languages supported. It should be noted that this requires the use of Paviro’s MMM-PIR-Sensor module for it to work properly. Cancelling the display of the clock is triggered by the USER_PRESENCE notification that is dispatched when motion is detected. This means it will be at odds with anyone using the PIR Sensor module to turn the display on and off. There are a few ways this can be dealt with: Set your powerSavingDelay config in MMM-PIR-Sensor to something longer than the showClockTimeOut value in this module. This lets the clock be displayed after an amount of time of no motion detection, then the screen gets turned off after a longer amount of time. Detection of motion cancels the clock AND turns the screen back on. Turn off powerSaving in MMM-PIR-Sensor altogether and instead use a cron job (independent of MM) to turn the screen completely off during late-night / early morning hours. This was the route that I took, as I really like the clock display. Don’t bother with power management at all! Electricity bill be damned!!! N.B. I have not tested with the Profile Switcher module, but I expect it should work just fine. Be sure to add the classes default everyone to this module so that it is never hidden by the profile switcher. Change Log v1.5 Simplified Chinese, Japanese and Korean layouts added v1.4 Danish layout added Update to Swiss German layout Code refactoring v1.3 Swiss German layout added German layout updated Now supports picking a random language each time the clock updates NOTE This update requires a change to to how the module is configured. See the README for details. v1.2 German layouts (thanks to @clubbi , @willfri , and @pjkoeleman for their help) French layouts Support for variations of words based on context Improved typography v1.1 Replaced ‘Lobster’ font (i.e.: the script font for highlighted words) with Google Fonts version to support accented characters. v1.0 Layouts abstracted into separate files English and Dutch support (Thanks to @pjkoeleman for help with translation) v0.1 Initial build, English only
  • MMM-AutelisPentair

    1
    1 Votes
    1 Posts
    1k Views
    emloweE
    I wrote a new module MMM-AutelisPentair to display information about the status of my pool system, pulled from my Autelis Pool Control box. I really don’t like parsing XML, so I convert the XML to js using xml2js, which you need to install (npm install xml2js) In theory you can also control the pool using this interface, but I haven’t done that - this is display only Not everything is presented, since I don’t have some of the equipment (like IntelliChlor) [card:emlowe/MMM-AutelisPentair] -Earle
  • [MMM-calendarExtDays] Alternative days calendar view

    10
    2
    4 Votes
    10 Posts
    8k Views
    ?
    @emlowe ok. I’ll do.
  • weather underground not loading

    7
    0 Votes
    7 Posts
    5k Views
    Mykle1M
    @alcoholicfish said in weather underground not loading: where exactly do i get a PWS location from? From here. Find your location on the map. Zoom in. Click on the little colored circle closest to you. An info box will appear. The Station ID is the PWS. You can even click on the Station ID to get full info about that station.
  • mmm-moon-phases

    12
    0 Votes
    12 Posts
    11k Views
    C
    @spectroman awesome!
  • MMM-YrMeteogram - weather forecast

    3
    5 Votes
    3 Posts
    4k Views
    CatoC
    MMM-YrMeteogram is MagicMirror² module for displaying a meteogram. [image: illustration.png?raw=true] [card:CatoAntonsen/MMM-YrMeteogram] Click on the GitHub card above for dokumention.