A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-NowPlayingOnSpotify, installed but nothing appears on MM

    7
    1
    0 Votes
    7 Posts
    963 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
    767 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
    2k 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
    3k 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
    714 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
    244 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
    349 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
    317 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?
  • Adding more Compliments

    6
    0 Votes
    6 Posts
    968 Views
    X
    @hango Thanks so much, that is what I was missing :)
  • MMM-DWD-WarnWeather - Wetterwarnungen

    16
    0 Votes
    16 Posts
    6k Views
    K
    I changed the line 52 into KURZNAME but it didn´t changed. So I changed my location from my city to a specific part of the city and updated it. Afterwards it works for me but only with the location changes (I tested it). Thanks for your effort!
  • Daily Dilbert - can I make smaller and in color?

    3
    0 Votes
    3 Posts
    500 Views
    B
    Thanks. Love your modules.
  • MMM-DarkSkyForecast

    2
    0 Votes
    2 Posts
    416 Views
    BKeyportB
    desculpe pelo inconveniente, mas Darksky foi comprado pela Apple. Este módulo foi projetado apenas para funcionar com Darksky e, eventualmente, mesmo aqueles de nós que possuem uma chave de API válida terão que mudar. Existem outros módulos que funcionam com outros serviços, tente um deles. sorry for the inconvenience, but Darksky was bought up by Apple. This module is only designed to work with Darksky, and eventually, even those of us that have a valid API key will have to change. There is other modules that work with other services, please try one of them. (Translated using google)
  • MMM-nstreinen Error fetching

    2
    0 Votes
    2 Posts
    397 Views
    S
    @hermlam you should open an issue on the modules github page, to let the author know
  • Trouble with modules

    4
    1
    0 Votes
    4 Posts
    552 Views
    S
    @nipper2000h awesome! glad u found it. thank you for good diagnostic info!!