A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-YouTube Black Border

    4
    0 Votes
    4 Posts
    1k Views
    A
    Are there no aspect ratio settings?
  • MMM-GoogleFit no longer updating

    Moved
    3
    0 Votes
    3 Posts
    705 Views
    S
    @banbutcher You’re right, it sorted itself out this morning. That’s really weird. The guy who wrote the module isn’t maintaining it, but it would be nice if someone who knows code could take a look at it and fix it. Not a big issue but certainly annoying!
  • MMM-GoogleAssistant problem with .asoundrc

    12
    0 Votes
    12 Posts
    2k Views
    R
    I tried to edit my 1st post but I can’t: “You are only allowed to edit posts for 3600 second (s) after posting”. in the case I published which is: **** Liste des Périphériques Matériels CAPTURE **** carte 1: USB [WordForum USB], périphérique 0: USB Audio [USB Audio] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 pi@raspberrypi:~ $ aplay -l **** Liste des Périphériques Matériels PLAYBACK **** carte 0: b1 [bcm2835 HDMI 1], périphérique 0: bcm2835 HDMI 1 [bcm2835 HDMI 1] Sous-périphériques: 4/4 Sous-périphérique #0: subdevice #0 Sous-périphérique #1: subdevice #1 Sous-périphérique #2: subdevice #2 Sous-périphérique #3: subdevice #3 carte 2: Headphones [bcm2835 Headphones], périphérique 0: bcm2835 Headphones [bcm2835 Headphones] Sous-périphériques: 4/4 Sous-périphérique #0: subdevice #0 Sous-périphérique #1: subdevice #1 Sous-périphérique #2: subdevice #2 Sous-périphérique #3: subdevice #3 pi@raspberrypi:~ $ my mic in on card 1, device 0 because " Liste des Périphériques Matériels CAPTURE", and my 3.5 jack headphone is on card 2, device 0 because " Liste des Périphériques Matériels PLAYBACK" , and in card 0, device 0 it’s HDMI. is it correct ?
  • MMM-germanwordclock not working?

    1
    0 Votes
    1 Posts
    333 Views
    R
    Hi, can someone confirm that https://github.com/alexBeuth/MMM-germanwordclock is not running un 2.11/2.12 anymore? Module just doesn’t show up.
  • [MMM-Remote-Control] Cannot GET /api

    Unsolved
    12
    0 Votes
    12 Posts
    9k Views
    A
    @sdetweil THANKS YOU! That’s the problem, we dont need to use API!
  • No sound after installing Kaliope

    2
    1
    0 Votes
    2 Posts
    277 Views
    R
    rm -rf /kalliope and no rm -rf / kalliope but it’s the same
  • MMM-NowPlayingOnSpotify, installed but nothing appears on MM

    7
    1
    0 Votes
    7 Posts
    1k Views
    Mykle1M
    @lavolp3 said in MMM-NowPlayingOnSpotify, installed but nothing appears on MM: what module for the beautiful weather forecast? :thumbsup: @RIKKO14 MMM-WeatherOrNot :thumbsup:
  • Clock Module css edit

    3
    0 Votes
    3 Posts
    844 Views
    C
    Thanks so much. Worked fine. I had to tweak the code to this to make a difference. .clock .time span { margin-left: 100px; }
  • Why is the MMM-WeatherOrNot module no longer in the list of modules?

    11
    0 Votes
    11 Posts
    3k Views
    Mykle1M
    @RIKKO14 said in Why is the MMM-WeatherOrNot module no longer in the list of modules?: How Mark the topic as solved ? Click the 3 vertical dots at the right of your first post
  • This topic is deleted!

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

    1
    0 Votes
    1 Posts
    1 Views
  • MMM-GoogleMapsTraffic : black screen by copying the code in config.js

    16
    0 Votes
    16 Posts
    4k Views
    R
    that’s it the module finally appears but new bug … the map appears and immediately after a “problem” screen appears … Pfff
  • Impossible d'installer le Git de MMM-Bring

    8
    0 Votes
    8 Posts
    1k Views
    R
    Merci pour l’info !! mais pas possible quand je fais “submit” il m’est répondu : You are only allowed to edit posts for 3600 second(s) after posting
  • where is the Git of MMM-TomTomTraffic ?

    Moved
    7
    0 Votes
    7 Posts
    793 Views
    R
    et un GRAND MERCI aussi à @Bugsounet !!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
  • MMM-ImageSlideshow not showing up.

    1
    0 Votes
    1 Posts
    282 Views
    J
    I have been trying to get MMM-ImageSlideshow to show up, this is my code: /* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * For more information on how you can configure this file * See https://github.com/MichMich/MagicMirror#configuration * */ var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], useHttps: false, // Support HTTPS or not, default "false" will use HTTP httpsPrivateKey: "", // HTTPS private key path, only require when useHttps is true httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true language: "fr", timeFormat: 24, units: "metric", // serverOnly: true/false/"local" , // local for armv6l processors, default // starts serveronly and then starts chrome browser // false, default for all NON-armv6l devices // true, force serveronly mode, because you want to.. no UI on this device modules: [ { module: "alert", }, //{ //module: "updatenotification", //position: "top_bar" //}, { module: 'MMM-ModuleScheduler', config: { global_schedule: [ {from: '0 6 * * *', to: '10 17 * * *', groupClass: 'daytime_scheduler'}, {from: '37 17 * * *', to: '59 5 * * *', groupClass: 'nighttime_scheduler'}, ] } }, { module: "clock", position: "top_left" }, //{ //module: "compliments", //position: "lower_third" //}, { module: "currentweather", position: "top_left", config: { location: "Sainte-Thérèse", locationID: "6138121", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "############", roundTemp: true } }, { module: "weatherforecast", position: "top _left", header: "Weather Forecast", config: { location: "Sainte-Thérèse", locationID: "6138121", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "############", fade: false, roundTemp: true } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "Journalde Montreal", url: "https://www.journaldemontreal.com/rss.xml" } ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, { module: 'MMM-Globe', position: 'middle_center', classes: 'daytime_scheduler', config: { style: 'geoColor', imageSize: 475, ownImagePath:'', updateInterval: 10*60*1000 } }, { module: 'MMM-ImageSlideshow', position: "middle_center", classes: 'nighttime_scheduler', config: { imagePaths: ['modules/MMM-ImageSlideshow/Images'], slideshowSpeed: 100, fixedImageWidth: 500, fixedImageHeight: 500, randomizeImageOrder: true, } }, { module: 'MMM-Todoist', position: 'top_right', // This can be any of the regions. Best results in left or right regions. header: 'Todo List', // This is optional config: { // See 'Configuration options' for more information. accessToken: '############', maximumEntries: 25, updateInterval: 5*60*1000, // Update every 10 minutes fade: false, // projects and/or labels is mandatory: projects: [ 2230379200, 2229190923, 2229190958, 2229191069, 2229194307, ], labels: [ ], // Tasks for any projects with these labels will be shown. sortType: "dueDateAsc", displayTasksWithinDays: 40, } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;} I tryed removing the ModuleScheduler and the global module and all that but still no image? what am I doing wrong the image folder is modules/MMM-ImageSlideshow/Images
  • MMM-MyWeather stuck on Loading

    Unsolved
    14
    0 Votes
    14 Posts
    6k Views
    M
    @cowboysdude The module works with a weather.io API. The Waether Underground API is not an issue in this case.
  • hello all, i am new to this forum

    3
    0 Votes
    3 Posts
    376 Views
    BKeyportB
    Welcome! I’d highly recommend @sdetweil 's tips, as well as using the search function up in the upper right hand corner of the page. if you get to a point where a existing module don’t fit your needs, and you’re a creative/techy type, you can use jsfiddle.net to fiddle with javascript. Lots of opportunities to do what you want, feel free to ask away - just don’t double up on questions - some people around here hate that. 🙄🙄
  • Installation

    Moved error installation installing dependecies
    3
    0 Votes
    3 Posts
    1k Views
    S
    @sdetweil I was in the MMM-LAMetro directory. I used the “node install” command from the readme. Forgot the correct command was “npm install”. No issues once I used that command.
  • wrong date

    2
    0 Votes
    2 Posts
    359 Views
    S
    @geo sounds like the memory card had a problem. clock comes from system . and if the mirror config isn’t what you expected then it might have reverted to default… can u ssh into the mirror to examine?