A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    3 Posts
    2k Views
    M
    How would I do that?? Sorry again I’m quite new at this…
  • added new module/not showing up

    9
    0 Votes
    9 Posts
    4k Views
    N
    @Mykle1 Thanks everyone, got it all together, got the New York Times feed at the bottom, interesting quotes in the middle. Time, date, calendar on left top. Weather top right. Now on to find a screen.
  • After update, Calendar shows infinite number of events.

    16
    0 Votes
    16 Posts
    9k Views
    J
    @Mykle1 Thanks, I was looking there, but now I see the “Source code (zip)” link! I just replaced the calendar module and now it is back to the way I want it.
  • How to MANUALLY install MM on your Pi. For absolute beginners.

    27
    3 Votes
    27 Posts
    21k Views
    slametpsS
    @axellejamous said in How to MANUALLY install MM on your Pi. For absolute beginners.: @slametps Yeah had to do the same! But I downgraded to 1.7.9, so I’ll change it to 1.6.10 now thank you! :) Glad to hear that. I just realize an issue with language translations is not working in default modules such as current-weather. Is anyone here experience same issue?
  • MMM-OnScreenMenu Not Working

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    I know nothing about this module in general, but your entry doesn’t seem to conform to the norm. You could try this: { module: 'MMM-OnScreenMenu', position: 'bottom_right', /* Valid positions: 'top_right', 'top_left', 'bottom_right', 'bottom_left' */ config: { touchMode: true, enableKeyboard: true, } },
  • YouLess Module - problem installing

    1
    0 Votes
    1 Posts
    939 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
  • What Magic module is used with the Pi Cam?

    1
    0 Votes
    1 Posts
    890 Views
    J
    Re: Using the Raspberry Pi Camera to see through the mirror What module is used to use the pi-camera and capture a picture or video?
  • Accessing the Mirror from a browser from Intranet

    intranet browser whitelist
    3
    0 Votes
    3 Posts
    4k Views
    D
    @lavolp3 i missed the most recent MMM-Updated. I did a backup and reinstalled MagicMirror. It’s working again.
  • Can't load pages 2+ of module listings?

    1
    0 Votes
    1 Posts
    880 Views
    C
    This may be a personal problem but I wanted to ask. I can’t get this web page to load anything other than the first page of any particular type of modules. When I click on pages 2-whatever, it flashes the pages at me and then reloads page 1. Any idea what’s going on here? Thanks, Craig
  • Versioning/maintaining changes?

    4
    0 Votes
    4 Posts
    2k Views
    T
    You could create a fork and have a branch within this repo referencing the original master branch. Using git different branches can have different remotes. (https://stackoverflow.com/questions/15775183/git-different-remote-for-each-branch). In this case if the master branch of the original project is updated you can pull these changes and merge them into your own fork’s branch. There could of course be merge conflicts which you would have to resolve. If you feel you have made changes which more people could benefit of, it would be easier to contact the original developer.
  • JS Newb - How do I change the language of the clock module?

    1
    0 Votes
    1 Posts
    789 Views
    L
    Hi folks, I’m trying my best to sort this out but can’t seem to get it. I’m looking to change the display language of the clock module without changing the language of everything else. Is it even possible? I figure it must be… Anyway, thanks so much for the help
  • Calendar Symbols Question

    Unsolved
    8
    1
    0 Votes
    8 Posts
    8k Views
    H
    And does it work? I made a test using { module: "calendar", position: "top_left", maximumEntries: 8, config: { calendars: [ { symbol: "calendar", url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics" }, { symbol: "bell", url: "https://www.calendarlabs.com/ical-calendar/ics/75/UK_Holidays.ics", maximumEntries: 4 }, { symbol: "home", url: "https://www.calendarlabs.com/ical-calendar/ics/52/Islam_Holidays.ics" } ], } }, and the symbols look OK: [image: 1508900223218-mm.png]
  • Mirror Not Working

    16
    0 Votes
    16 Posts
    7k Views
    bheplerB
    @aayush447 Serveronly is included with the MagicMirror framework. What it does is skip displaying the interface on the Raspberry Pi via Electron and the HDMI video output. You can still see the interface by pointing a web browser (especially the browser included with the Raspberry Pi operating system) at the Pi. But the Pi itself will still display the desktop and/or command prompt. This is especially useful for people who remote in to their Pi for development, multiple displays or remote access. For example, you could have one Pi run the MagicMirror framework and have a mirror in your bathroom, a display in your kitchen and a display in your man cave all showing the same output of the Pi. I use node serveronly during my development on my office PC. It lets me use a web browser to view the interface, which I can resize, move to a different monitor, etc. Otherwise, Electron would take over one entire monitor to display the output of the Magic Mirror framework.
  • problem with module place

    14
    0 Votes
    14 Posts
    7k Views
    K
    @Mykle1 if fixed it… i changed the 215% to 600px so it’s now 600px and 800px and set the code line frome above in the custom ccs body { overflow:hidden; } that works for now and almost in the middel thank for all for the support!!
  • Can't start the Installroutine

    3
    0 Votes
    3 Posts
    2k Views
    U
    Thank you ! that was the problem! Now everything is running!!!
  • After Update to 2.1.3 nothing works anymore

    9
    0 Votes
    9 Posts
    4k Views
    F
    Yes this is the Solution, thanks a lot. I read it also in a other topic. Thanks
  • 0 Votes
    1 Posts
    909 Views
    K
    Hi Forum ;) it seems i’m not fit enough with Linux. I have a php script to get the last missed calls from my speedport hybrid router. When i call ‘cd ~/MagicMirror/modules/speedport1707/tests/ && php missedcalls.php’ i get the last 5 misse calls. The Scipt need this directory, but with htis call it works from anywhere. No i changed the module MMM-SystemStats, i’ve added this command line in the node_helper.js as fifth command. But from there i get errors in the script: { Error: Command failed: cd ~/MagicMirror/modules/speedport1707/tests/ && php missedcalls.php PHP Fatal error: Uncaught exception 'RouterException' with message 'you musst be logged in to use this method' in /home/pi/MagicMirror/modules/speedport1707/lib/trait/Login.class.php:136 Stack trace: #0 /home/pi/MagicMirror/modules/speedport1707/lib/trait/Login.class.php(151): SpeedportHybrid->checkLogin() #1 /home/pi/MagicMirror/modules/speedport1707/tests/missedcalls.php(5): SpeedportHybrid->logout() #2 {main} thrown in /home/pi/MagicMirror/modules/speedport1707/lib/trait/Login.class.php on line 136 It was very hard for me to get the script running but now i’ve no idea. This are “only” web requests, so it can’t be anything with the permission when running from npm or can it? I’m very new with linux and php. I would be happy for every tip :) Thanks K.
  • Calender module - icloud calender?

    Unsolved
    17
    0 Votes
    17 Posts
    25k Views
    BehB
    @fox @WeedWood You can use vdirsyncer to sync a private iCloud calendar with your mirror. I wrote a walkthrough here: https://forum.magicmirror.builders/topic/5327/sync-private-icloud-calendar-with-magicmirror @cohron: vdirsyncer can also sync multiple calendars from iCloud
  • Vertical Screen Size

    8
    0 Votes
    8 Posts
    4k Views
    P
    @Phate Space for Alerts module? hmmm
  • Rest / HTTP data

    7
    0 Votes
    7 Posts
    3k Views
    cowboysdudeC
    Why use another module to get your data when you can just create a module to get your data ? ;)