A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • My config.js file is messed up. someone want to help? :P

    5
    0 Votes
    5 Posts
    3k Views
    yawnsY
    var config = { port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], language: 'en', timeFormat: 24, units: 'metric', modules: [ { module: 'alert', }, { module: "updatenotification", position: "top_bar" }, { module: 'clock', position: 'top_left' }, { module: 'calendar', header: 'US Holidays', position: 'top_left', config: { calendars: [ { symbol: 'calendar-check-o ', url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics' } ] } }, { module: 'MMM-SoccerLiveScore', position: 'top_left', header: 'Live-Scores', config: { leagues: [17, 17, 17], showNames: true, showLogos: true, displayTime: 60 * 1000, showTables: true } }, { module: 'MMM-Globe', position: 'center', config: { style: 'europeDiscNat', imageSize: 600, ownImagePath:'', updateInterval: 10*60*1000 } }, { module: 'helloworld', position: 'bottom_right', // This can be any of the regions. config: { text: 'MIA by Karl M. Holst' } }, { module: 'MMM-Carousel', config: { transitionInterval: 30000, ignoreModules: ['clock', 'alert', 'currentweather'], mode: 'slides', slides: [ ['calendar', 'MMM-Globe', 'weatherforecast', 'helloworld'], ['weatherforecast', 'MMM-Globe', 'MMM-SoccerLiveScore', 'helloworld'], ['MMM-iHaveBeenThere'] ], } }, { module: 'MMM-ethereum', position: 'top_right', config: { updateInterval: 30000, exchange: "bitfinex" } } ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;}
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
  • npm start

    8
    0 Votes
    8 Posts
    6k Views
    Mykle1M
    @dannymaclean98 said in npm start: the manual installation worked and I now have it up and running, thank you very much That’s fantastic! You’re welcome. :^)
  • Screen's Brightness Pisses Me Off

    9
    0 Votes
    9 Posts
    7k Views
    W
    @Sean the background isn’t blue, it’s black. possibly that the angle of the photo I took makes look like blue. I already have tried to set the brightness and the contrast both to 50% still same thing. but it’s possible that the type of the mirror I’m using really sucks. that’s why I ordered another one
  • vendor folders ?

    10
    0 Votes
    10 Posts
    3k Views
    Mykle1M
    @mollobeck said in vendor folders ?: Is there something done wrong ? No, you’ve done nothing wrong. There is an issue with new API keys being rejected. I think I saw a fix here somewhere. I’ll look for it. EDIT: Here it is “Well… Yesterday I submitted a patch to hack the situation with the new accounts in OpenWeather.” https://github.com/roramirez/MagicMirror/commit/e8438d37d78acc7a9e29e694a6987ce068324bcd Alternately, you can try other weather modules. There are many of them.
  • MMM-PublicTransportDB empty connections

    4
    0 Votes
    4 Posts
    2k Views
    CornJC
    I have the same problem. Did you figure it out? Can’t find any errors. I am not realy happy with the documentation. My config looks like this: { module: 'MMM-PublicTransportDB', position: 'top_right', config: { name: "MMM-PublicTransportDB", hidden: false, stationId: 8001005, ignoredStations: [], excludedTransportationTypes: ' ', direction: null, marqueeLongDirections: true, delay: 12, interval: 120000, departureMinutes: 300, showColoredLineSymbols: true, useColorForRealtimeInfo: true, showTableHeaders: true, showTableHeadersAsSymbols: true, maxUnreachableDepartures: 3, maxReachableDepartures: 7, fadeUnreachableDepartures: true, fadeReachableDepartures: true, fadePointForReachableDepartures: 0.25 }
  • Window size in X windows different from console

    x windows pizero kweb resolution
    1
    2 Votes
    1 Posts
    1k Views
    P
    Hi, This might be a more general question about X windows and monitor resolution in Linux, but it’s related to my magic mirror so hopefully someone else has encountered and solved this issue: I have set up a magic mirror (v2) on my pi zero running Jessie Lite. To do so I ended up following the advice of some others here on the forum and am using the kweb browser to display the MM through X windows. When I boot up my Pi Zero, the command line interface takes advantage of the full screen area (i.e. every line can take up the entire screen width and height). When I start X windows and kweb with default screen settings it only takes up about 2/3 of the screen in any direction. I would really like to use the full screen. It’s not the MM itself that’s the problem as any website I display will use the same amount of screen area. I’ve tried playing with the frame_buffer settings, but it doesn’t do what I would want (it seems to scale the image within the bounds I’m seeing, rather than expanding the bounds to the edge of the screen). I am connected by DVI using an adaptor to the mini hdmi port on my pi. Any advice on this would help. Thanks!
  • Issues too!

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @Snakeman For the moment, there has been some success with MM version 2.1.0 and Electron 1.4.15. There is more than one PIR sensor module, too
  • MMM-Remote-Control - Disable auto monitor off

    6
    0 Votes
    6 Posts
    2k Views
    ?
    @Skanderup It looks so weird. I cannot find any suspicious thing on git codes. There seems no point to control hdmi except tvservice but I’ve never heard that could make this kind of issue. Hmmmm. Maybe I can install this module by myself and examine. But today is an holiday so I can try next Monday. I wish you could find solution before then. Good luck! (You’d better ask the module developer on github directly.)
  • Display works on remote computer, but not attached monitor

    3
    0 Votes
    3 Posts
    2k Views
    J
    @mpvoss I ran into the same issue and it took me some time to figure it out. I’ve no idea how this happened but something changed my main.css. All modules were working just fine but were displayed “out of bounds”. I tried to show notifications on my screen and could see a little corner of it which got zoomed in and out and rescaled multiple times. I’m not sure if the main.css was the only problem but now it works just fine again on MM-2.1.2 on my Raspberry Pi Model 3B.
  • Screen turning off/on at a certain time(I think?)

    3
    0 Votes
    3 Posts
    2k Views
    B
    i made exactly what you described, but i launch the two scripts (one for off and one for on) via the crontab. Go again trough the MM install description for the pi and check all settings again. i made a error and put one line in the wrong place and had similar problems like you. Since i double checked it, everything is fine
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    16 Views
  • Help for Install modules

    2
    0 Votes
    2 Posts
    3k Views
    Mykle1M
    @luizcarlosnery https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners
  • Stop AutoStart MagicMirror

    3
    0 Votes
    3 Posts
    13k Views
    ?
    pm2 stop mm pm2 delete mm rm mm.sh first stop, then delete it from services
  • I need help to change the fonts

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    enith2478E
    @j.e.f.f Thank you very much. It worked!!!
  • Realtime Parameters Parsing

    8
    0 Votes
    8 Posts
    3k Views
    ?
    @yours.mukul Maybe you can do like this; MM.getModules().enumerate((m)=>{ m.config = YourNewConfig m.start() // Yes. It works! }) you can execute .start() of other module like above. But It could cause the serious problem for other modules. Maybe clock or other simple modules could work well. But some modules might have huge complexity and not bullet-proofed. (no one has not imagined his module could be re-configurable.) Twice initilizing is not recommended.
  • Viewing MM from a PC

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @Damian said in Viewing MM from a PC: Every day is a school day ;-) Even at my age that is SO true. :^)
  • Compliments color

    5
    0 Votes
    5 Posts
    3k Views
    cowboysdudeC
    @Damian it’s always on github! :)
  • Except a module in getModules()

    14
    0 Votes
    14 Posts
    6k Views
    Y
    @strawberry-3.141 No there were no errors but I didn’t hide my modules
  • No Weather Showing?

    7
    0 Votes
    7 Posts
    6k Views
    E
    @MichMich cheers for the update Mich, you’re a legend :)