A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calendar layout similar to DakBoard

    6
    1
    0 Votes
    6 Posts
    5k Views
    D
    @BKeyport going to jump in here as for some reason I’m really interested in getting this set up on my MM2. Once I get my calendar finished I am going to be happy with trial running and then building my mount and display for installation. I’ve reduced your code down to get rid of the seahawk details. Any reason why my calendar isnt showing anything Here is a snapshot from google calendar [image: 1602676515614-screen-shot-2020-10-14-at-7.54.48-am.png] Here is whats shown on my MM [image: 1602676607026-img_7422-resized.jpg] Also, I edited the MMM-CalendarExt2.css file to remove/replace with what you showed, though I didnt notice any difference after I reloaded (since mine is also portrait vs landscape) My config.js code: { module: “MMM-CalendarExt2”, config: { calendars : [ { url: “https://calendar.google.com/calendar/ical/ctufano%40gmail.com/private-3c56b57d5de608fb4e5d3a53cd1cd1f2/basic.ics”, name: “Main Calendar”, // Optional, Recommended maxItems: 99, scanInterval: 1000601, // every minute, Appt Book, needs this speed beforeDays: 0, afterDays: 7, maxIterations: 999, forceLocalTZ: false, }, ], views: [ { mode: “week”, position: “lower_third”, //fromNow: -1, slotCount: 1, timeFormat:“h:mm A”, hideOverflow: false, filterPassedEvent: false, name: “Daily View”, className: “remove_empty_slot”, calendars: [“Main Calendar”], transform: function(event) { if (event.title.search(“Recycle”) > -1) { event.icon = “mdi:recycle”; event.className = “lemay”; } if (event.title.search(“Yard Waste”) > -1) { event.icon = “entypo-leaf”; event.className = “lemay”; } return event; }, }, ], scenes: [ { name: "DEFAULT", }, ], }, },
  • MMM-Memo - Add some memos on your page and manage them through HTTP request

    41
    2 Votes
    41 Posts
    25k Views
    E
    @sdetweil Alright another way :-) link file You can download it over there :face_with_stuck-out_tongue_winking_eye:
  • Hello, how can i change the time format from 12h to 24h?

    5
    0 Votes
    5 Posts
    753 Views
    W
    @hango said in Hello, how can i change the time format from 12h to 24h?: timeFormat: ‘LT’, //defined in moment.js format() Worked :-) . Thank you !!
  • Displaying Google Calendar in native colours

    calendar google calendar colour
    1
    0 Votes
    1 Posts
    2k Views
    V
    I have a family Google calendar that includes calendars for individual family members. The calendar for each person is displayed in a colour assigned to them. Can MM display the calendars in their native colours? Thanks in advance.
  • Servidor Magic Mirror

    2
    1 Votes
    2 Posts
    433 Views
    BKeyportB
    @Jeffervc said in Servidor Magic Mirror: Olá, Não há atualizador automático real. Se você é bom com scripts, pode usar os scripts de Sam (@sdetweil) como base e trabalhar a partir daí. Além disso, por uma questão de normalidade, use o inglês sempre que possível para fazer perguntas. A grande maioria do fórum fala inglês como segunda língua. Estou usando o google tradutor para me responder. Obrigado!
  • 0 Votes
    5 Posts
    934 Views
    D
    See solution here: link : https://github.com/eouia/MMM-CalendarExt/issues/84
  • NASDAQ Composite Index info will not display

    1
    0 Votes
    1 Posts
    373 Views
    F
    Re: MMM-AVStock I have tried and tried to get the NASDAQ Composite Index to display, but it will only display the alias name. I’ve used ^IXIC, IXIC, and .IXIC, but none of them work. Can anyone help?
  • MMM-WeeklySchedule

    3
    4 Votes
    3 Posts
    5k Views
    N
    Hi, is it possible to do 4 weekly schedules with this app? Thanks :)
  • MMM-HabiticaStats - Display your Habitica player info

    1
    4
    1 Votes
    1 Posts
    875 Views
    delightedCrowD
    Description: Display an overview of your Habitica player stats on your magic mirror. Screenshots: Default MM2 Theme examples: [image: 1572400274122-mm_portrait_defaulttheme.png] [image: 1572400305231-mm_fullscreen_defaulttheme-resized.png] WallberryTheme examples: [image: 1572400409809-wb-portrait-deathwarning.png] [image: 1572400561069-wb_fullscreen_landscape.jpg] Download: [card:delightedCrow/MMM-HabiticaStats]
  • MMM-Wunderlist-Enhanced

    11
    1
    4 Votes
    11 Posts
    12k Views
    A
    Is this modules being developed anymore?
  • MMM-WestBerksBinDay

    1
    1 Votes
    1 Posts
    674 Views
    hdurdleH
    Description: This module shows the collection days for refuse (grey bin) and recycling (green bins/bags) for properties in the West Berkshire Council area in the UK, based on their API and your Unique Property Reference Number. West Berkshire residents can find their UPRN here: http://ww2.westberks.gov.uk/internetmapping/AddressFinder_v2.aspx Screenshots: [image: screenshot.png] Download: [card:hdurdle/MMM-WestBerksBinDay] Version 1 Initial release
  • Email

    Moved
    92
    1
    5 Votes
    92 Posts
    125k Views
    U
    It’s just keeping me on “Loading”. WHY?
  • MMM-Avstock and MMM-profilerswitcher

    1
    0 Votes
    1 Posts
    813 Views
    G
    Re: MMM-AVStock Hi MM team, I have tried to do a very simple configuration with MMM-Avstock, MMM-ProfileSwitcher and MMM-TouchNavigation modules. The idea is that each profile will see different stocks. My problem is that all the profiles see the same stocks or only one can see their stocks. I didn’t fine the right configuration. … language: "es", timeFormat: 24, units: "metric", modules: [ { module: "alert", classes: "default" }, { module: "updatenotification", classes: "default", position: "top_bar" }, { module: "MMM-ProfileSwitcher" }, { module: "clock", classes: "default", position: "top_left" }, { module: "MMM-TouchNavigation", position: "bottom_center", classes: "default everyone", config: { picturePlacement: "right", minWidth: "40px", buttons: { "default": { symbol: "ban" }, "Galo": { text: " Galo", symbol: "home" }, "Cris": { text: "Cris", symbol: "paper-plane" } } } }, { module: "compliments", classes: "everyone", position: "lower_third" }, { module: "currentweather", classes: "default", position: "top_right", config: { location: "Madrid", locationID: "3117732", //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city appid: "3f29f7bf0932ca7df397b86854bd5eac" } }, { //disabled:true, module: "MMM-AVStock", classes: "Galo", position: "top_right", //"bottom_bar" is better for `mode:ticker` config: { apiKey : "807U0GS2THHPF710", // https://www.alphavantage.co/ timeFormat: "DD-MM-YYYY HH:mm:ss", symbols : ["HPQ", "DELL", "CSCO"], alias: ["HP Inc.", "DELL", "CISCO" ], tickerDuration: 90, // Ticker will be cycled once per this second. chartDays: 90, //For `mode:series`, how much daily data will be taken. (max. 90) poolInterval : 1000*15, // If your AV account is free, at least 13 sec is needed. mode : "table", // "table", "ticker", "series" } }, { //disabled:true, module: "MMM-AVStock", classes: "Cristina", position: "top_right", //"bottom_bar" is better for `mode:ticker` config: { apiKey : "807U0GS2THHPF710", // https://www.alphavantage.co/ timeFormat: "DD-MM-YYYY HH:mm:ss", symbols : ["IBE.MC"], alias: ["Iberdrola" ], tickerDuration: 90, // Ticker will be cycled once per this second. chartDays: 90, //For `mode:series`, how much daily data will be taken. (max. 90) poolInterval : 1000*15, // If your AV account is free, at least 13 sec is needed. mode : "table", // "table", "ticker", "series" } }, { module: "newsfeed", classes: "everyone", position: "bottom_bar", config: { feeds: [ { title: "EL PAIS", url: "http://ep00.epimg.net/rss/elpais/portada.xml" }, { title: "MARCA - PRIMERA DIVISION", url: "https://e00-marca.uecdn.es/rss/futbol/primera-division.xml" } ], showSourceTitle: true, showPublishDate: true } }, ] }; … Please, if you could support me. Thanks in advance, regards, Galo
  • MMM-Buller

    tasks google productivity compliments todo todolist
    3
    1
    0 Votes
    3 Posts
    4k Views
    da4throuxD
    Hi @canadrian sorry I missed your message, I’ll take a look this week, if this makes sense to me. thanks
  • countdown module for repeating aniversary

    4
    0 Votes
    4 Posts
    2k Views
    zdenekZ
    @sean wow, thx. You are the magic man. This is excatly, what I was looking for. Simply perfect. Thank you very much!!! Zdeněk
  • MMM-RescueTime

    productivity rescuetime chart
    2
    1 Votes
    2 Posts
    2k Views
    M
    looks like a cool idea (you really don’t care about news & Opinion :rolling_on_the_floor_laughing: )
  • MMM-Mail

    Moved email imap
    22
    0 Votes
    22 Posts
    24k Views
    M
    @pieps Hi, cant see my mails if i log with my outlook account
  • MMM-gtasks errors: Error while trying to retrieve access token

    5
    0 Votes
    5 Posts
    3k Views
    E
    @ninjabreadman Hmm, unfortunately, no change :-( I ran node serveronly but I couldn’t see any errors. Debug is true in config.js pi@raspberrypi:~ $ cd /home/pi/MagicMirror pi@raspberrypi:~/MagicMirror $ node serveronly Starting MagicMirror: v2.1.3 Loading config … Loading module helpers … No helper found for module: alert. Initializing new module helper … Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper … Module helper loaded: calendar No helper found for module: compliments. No helper found for module: currentweather. Initializing new module helper … Module helper loaded: MMM-gtasks No helper found for module: weatherforecast. Initializing new module helper … Module helper loaded: newsfeed All module helpers loaded. Starting server on port 8080 … Server started … Connecting socket for: updatenotification Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: MMM-gtasks Starting node helper for: MMM-gtasks Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started … Ready to go! Please point your browser to: http://localhost:8080
  • Wunderlist - your todos on the mirror

    productivity
    8
    1
    1 Votes
    8 Posts
    16k Views
    foxF
    I have heard, that Microsoft will delete wunderlist. Its a pity, i loved the app and MM plugin
  • MMM-gtasks - Google tasks for your mirror

    tasks todo
    3
    1 Votes
    3 Posts
    7k Views
    Mykle1M
    @slametps said in MMM-gtasks - Google tasks for your mirror: a screenshot would be helpful! Yeah, give us a glimpse