Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Modules
    3. Showcase
    4. Productivity
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • J

      MMM-MyWastePickup (Toronto waste collection schedule)
      • j.e.f.f

      68
      2
      Votes
      68
      Posts
      15951
      Views

      Stoffbeuteluwe

      @j-e-f-f thanks for your help …

    • B

      Who can make a "MMM-nicehash" balance display module?
      • Baraka

      1
      0
      Votes
      1
      Posts
      49
      Views

      B

      need a module to display the nicehash balances and mining data

      programming data are here:

      https://www.nicehash.com/docs/

    • Sean

      MMM-CalendarExt
      • Sean

      198
      4
      Votes
      198
      Posts
      79577
      Views

      S

      @nobita see my other post

      also pleasr dont post the ssme question in multiple places

    • N

      Replace Empty view with " No Event"
      • nobita

      4
      0
      Votes
      4
      Posts
      77
      Views

      S

      @nobita

      so, i think it might be

      .EXTCAL :empty.eventLocation { content:'No Events'; }
    • S

      [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server
      • shbatm

      44
      3
      Votes
      44
      Posts
      8607
      Views

      N

      Anyone an idea?

    • Sean

      worldclock - nobody made this, so I did.
      • Sean

      46
      4
      Votes
      46
      Posts
      16562
      Views

      BKeyport

      Those SVGs are for the built in flags. I figured it would be “download and place the file in the module directory” for the custom flags… Like I have “world.jpg” and “washington.png” (or is it the other way).

      Just make sure the flag image is square, and use “altflag” rather than “flag” with the filename of the image file, and it’ll pick it up.

      (the requirements are hopefully temporary for the alternate flag image, I’m working on learning CSS in my spare time, and how to fix the image insert later)

    • J

      MMM-Trello - Another tool for todos connected to the mirror
      • Jopyth

      8
      0
      Votes
      8
      Posts
      6627
      Views

      edwardssj

      I am having to refresh the Token every 24 hrs, is there a way to combat this?

      Thanks

    • Sean

      MMM-Timetable
      • Sean

      43
      4
      Votes
      43
      Posts
      8675
      Views

      ?

      #TTABLE_TITLE is your friend

    • Sean

      MMM-AVStock
      • Sean

      43
      1
      Votes
      43
      Posts
      3824
      Views

      lavolp3

      @thymon said in MMM-AVStock:

      Hello @lavolp3

      How follow Bitcoin BTC/EUR ? I can’t find the symbol.

      https://www.alphavantage.co/query?function=SYMBOL_SEARCH&keywords=bitcoin&apikey=NXXXXXXXXXXXXX

      OK to test your beta 🙂

      Try the symbol BTCUSD. Works with many fx.

    • L

      MMM-HNB-Exchange
      • lolo

      4
      2
      Votes
      4
      Posts
      67
      Views

      A

      @lolo Looks good !

    • J

      [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server
      • julien80132

      2
      0
      Votes
      2
      Posts
      72
      Views

      B

      Hello, are you able to get the “showDetailsWhenOffline” option to work I have the latest version of Octoprint and the “CORS” option check, when Octoprint is off the display remains on the mirror. 😞

    • edwardssj

      MMM-Todoist restarts MM
      • edwardssj

      1
      0
      Votes
      1
      Posts
      39
      Views

      edwardssj

      Anyone come across this before?

      MMM-Todoist working fine but when the refresh happens the entire MM restarts!

      Suggestions anyone?

    • C

      MMM-Todoist - Your todoist tasks on your mirror
      • cbrooker

      76
      0
      Votes
      76
      Posts
      47117
      Views

      edwardssj

      @cbrooker Strange thing is happening here, when it refreshes the list at 10 minutes my mirror restarts, any suggestions?

    • D

      I must be missing something obvious, but how do I go about downloading and installing the module?
      • drventure

      4
      0
      Votes
      4
      Posts
      69
      Views

      Mykle1

      @sdetweil said in I must be missing something obvious, but how do I go about downloading and installing the module?:

      @drventure see the links in @Mykle1 signature.

      Bro, that shit is funny! 🙂

    • Sean

      MMM-fbPageCounter
      • Sean

      23
      3
      Votes
      23
      Posts
      5249
      Views

      H

      I know this is an old thread but I am back again having issues. It stopped working for me and Ive been able to get all codes to work up until the permanent code. When I do this it only says data and nothing else.

      Shown below. I never get a permanent access code. Even with the long live one my counter is still at zero.

      {
      “data”: [

      ]
      }

      Please help! and thank you

    • S

      Calendar layout similar to DakBoard
      • sudo

      6
      0
      Votes
      6
      Posts
      399
      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
      Screen Shot 2020-10-14 at 7.54.48 AM.png

      Here is whats shown on my MM
      IMG_7422.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", }, ], }, },
    • lavolp3

      MMM-AVStock v2.0.0 (npm update required!)
      • lavolp3

      7
      0
      Votes
      7
      Posts
      211
      Views

      lavolp3

      Small update on new API.

      I am working on including IEX Cloud API. Have been successful for quotes.
      However the API has a limit for their free tier (as they all have) and requesting historic prices comsumes a LOT of usage quota.
      For the charts to show we need this historical data however.
      I am considering using both sources for the different purposes (i.e. IEX for quotes and AV for historic data).
      So users would need 2 API keys for the complete module or one if they don’t want to see the chart.
      If anyone has a better idea and knowledge about the API, let me know!

      Have a great weekend everyone!

    • S

      MMM-Memo - Add some memos on your page and manage them through HTTP request
      • schnibel

      41
      2
      Votes
      41
      Posts
      16405
      Views

      E

      @sdetweil
      Alright another way 🙂
      link file

      You can download it over there :face_with_stuck-out_tongue_winking_eye:

    • W

      Hello, how can i change the time format from 12h to 24h?
      • Werner1340

      5
      0
      Votes
      5
      Posts
      71
      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 !!

    • V

      Displaying Google Calendar in native colours
      calendar colour google calendar • • v816_DC9

      1
      0
      Votes
      1
      Posts
      220
      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.

    • 1
    • 2
    • 3
    • 1 / 3
    Enjoying MagicMirror? Please consider a donation!
    MagicMirror created by Michael Teeuw.
    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
    This forum is using NodeBB as its core | Contributors
    Contact | Privacy Policy