Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. doctorwhen
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 1
    • Groups 0

    doctorwhen

    @doctorwhen

    1
    Reputation
    72
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website ronrecord.com Location Santa Cruz, California

    doctorwhen Follow

    Best posts made by doctorwhen

    • MMM-Space

      I don’t think this module gets enough love. I use it to separate the overlap between placement of modules in my Magic Mirror. To me, this module is invaluable. My Hue lights were overlapping the Now Playing from Roon so I inserted a 150px space with the MMM-Space module and viola, no overlap.

      Thanks to the author!

      https://github.com/grabenhenrich/MMM-Space

      IMG_1145.png

      posted in Utilities
      doctorwhen
      doctorwhen

    Latest posts made by doctorwhen

    • RE: MMM-Space

      @lavolp3 thanks! Although I continue to find CSS disagreeably confusing, adjusting the vertical position of module placement using CSS is the better solution. I’ve added:

      .mmm-hue-lights .module-content {
          margin-top: 150px;
      }
      

      to my custom.css and the modules no longer overlap.

      posted in Utilities
      doctorwhen
      doctorwhen
    • MMM-Space

      I don’t think this module gets enough love. I use it to separate the overlap between placement of modules in my Magic Mirror. To me, this module is invaluable. My Hue lights were overlapping the Now Playing from Roon so I inserted a 150px space with the MMM-Space module and viola, no overlap.

      Thanks to the author!

      https://github.com/grabenhenrich/MMM-Space

      IMG_1145.png

      posted in Utilities
      doctorwhen
      doctorwhen
    • RE: MagicMirror2 & smart infoboard multiple layouts

      Pretty cool. I was able to get something working fairly quickly but then it took me a while to modify the maybe Romanian phrases like “no snow” and “no rain” and others so there is still some language localization work to be done. Also, I am unable as yet to get my Google calendar ics to work. Is there any log anywhere to debug a “Loading” module? Anyway, nice work!

      https://archive.ronrecord.com/smartboard/ipad.html

      posted in General Discussion
      doctorwhen
      doctorwhen
    • RE: MMM-COVID-19 (Deprecated)

      @Sean Thanks! I’ve created a sort of Coronavirus dashboard on my MagicMirror by utilizing the following modules:

      • MMM-COVID-19
      • MMM-News
      • newsfeed
      • MMM-iFrame
      • MMM-pages

      Using these configuration entries:

      {
          module: "MMM-News",
          position: "top_center",
          config: {
              apiKey : "xxxxxxxxxxxx",
              type: "vertical",
              touchable: false,
              telegramBotOrderOpenDetail : true,
              query : [
                  {
                      sources: "abc-news, bbc-news, cnn, google-news",
                  },
                  {
                      country: "us",
                      category: "health",
                      q : "coronavirus"
                  },
                  {
                      country: "uk",
                      category: "health",
                      q : "coronavirus"
                  }
              ],
          }
      },
      {
          module: "MMM-COVID-19",
              header: "Coronavirus Daily Update",
              position: "bottom_bar",
              config: {
                  scanInterval: 1000 * 60 * 60 * 12,
                  rotateInterval: 1000 * 5,
                  detailProvince: true,
      //          pinned: ["Mainland China", null],
      //          pinned: ["Others", "Diamond Princess cruise ship"],
      //          pinned: ["US", "Santa Clara, CA"],
                  pinned: ["US"],
                  logProvinceCountry: false,
                  logOnce: true,
                  sortOrder: null,
              }
      },
      {
          module: "newsfeed",
              position: "bottom_bar",
              config: {
                  feeds: [
                      {
                          title: "Centers for Disease Control",
                          url: "https://tools.cdc.gov/api/v2/resources/media/403372.rss"
                      },
                      {
                          title: "Johns Hopkins Medicine",
                          url: "https://www.hopkinsmedicine.org/news/media/releases/?format=rss"
                      },
                      {
                          title: "World Health Organization",
                          url: "https://www.who.int/feeds/entity/csr/don/en/rss.xml"
                      },
                  ],
                  showSourceTitle: true,
                  showPublishDate: true,
                  broadcastNewsFeeds: true,
                  broadcastNewsUpdates: true
              }
          },
          {
              module: 'MMM-iFrame',
                  position: 'fullscreen_below',
                  config: {
                      url: [
       "https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6",
      "https://www.arcgis.com/apps/opsdashboard/index.html#/85320e2ea5424dfaaa75ae62e5c06e61",
                         "https://windy.app/coronavirus_map",
                         "https://experience.arcgis.com/experience/685d0ace521648f8a5beeeee1b9125cd",
                      ],
                      updateInterval: 3 * 60 * 1000,  // rotate URLs every 3 minutes
                      width: "1080", // width of iframe
                      height: "1920", // height of iframe
                      frameWidth: "1080"
                  }
              },
              {
                  module: 'MMM-pages',
                      config: {
                          modules:
                              [[ "MMM-News", "newsfeed", "MMM-COVID-19"], [ "MMM-iFrame"]],
                          fixed:
                              ["alert", "updatenotification", "MMM-Remote-Control", "MMM-TelegramBot"],
                          rotationTime: 900000, // rotate page every 15 minutes = 15 * 60 * 1000
                      }
              },
      ...
      posted in Health
      doctorwhen
      doctorwhen
    • RE: Hello-Lucy

      @Mykle1 I added a few modules to Hello-Lucy following your easy instructions. Not sure if this is the best way to contact you with the info but just following through with the last step in your instructions which is to tell you the command and module name 🙂

      Here is a diff of my sentences.json and yours:

      80,81d79
      < "HIDE IFRAME",
      < "SHOW IFRAME",
      86,87d83
      < "HIDE LIGHTS",
      < "SHOW LIGHTS",
      92,93d87
      < "HIDE NETWORK",
      < "SHOW NETWORK",
      108,109d101
      < "HIDE SOLAR",
      < "SHOW SOLAR",
      116,117d107
      < "HIDE STOCKS",
      < "SHOW STOCKS",
      

      And a diff of my checkCommands.json and yours:

      7,21d6
      <   ["SHOW","IFRAME","","","true","MMM-iFrame",""],
      <   ["HIDE","IFRAME","","","false","MMM-iFrame",""],
      <
      <   ["SHOW","LIGHTS","","","true","mmm-hue-lights",""],
      <   ["HIDE","LIGHTS","","","false","mmm-hue-lights",""],
      <
      <   ["SHOW","NETWORK","","","true","MMM-NetworkScanner",""],
      <   ["HIDE","NETWORK","","","false","MMM-NetworkScanner",""],
      <
      <   ["SHOW","SOLAR","","","true","MMM-Solar",""],
      <   ["HIDE","SOLAR","","","false","MMM-Solar",""],
      <
      <   ["SHOW","STOCKS","","","true","MMM-stocks",""],
      <   ["HIDE","STOCKS","","","false","MMM-stocks",""],
      <
      124,125c109,110
      <   ["SHOW","STATS","","","true","MMM-SystemStats",""],
      <   ["HIDE","STATS","","","false","MMM-SystemStats",""],
      ---
      >   ["SHOW","STATS","","","true","MMM-PC-Stats",""],
      >   ["HIDE","STATS","","","false","MMM-PC-Stats",""],
      145,148c130,133
      <   ["SHOW","WEATHER","","","true","currentweather",""],
      <   ["HIDE","WEATHER","","","false","currentweather",""],
      <   ["SHOW","WEATHER","","","true","weatherforecast",""],
      <   ["HIDE","WEATHER","","","false","weatherforecast",""]
      ---
      >   ["SHOW","WEATHER","","","true","MMM-BMW-DS",""],
      >   ["HIDE","WEATHER","","","false","MMM-BMW-DS",""],
      >   ["SHOW","WEATHER","","","true","MMM-NOAA3",""],
      >   ["HIDE","WEATHER","","","false","MMM-NOAA3",""]
      

      As you can see, I added support for the following modules:
      MMM-iFrame, mmm-hue-lights, MMM-NetworkScanner, MMM-Solar, and MMM-stocks

      I also modified your existing support for the STATS and WEATHER commands, altering them to act upon different modules.

      Thanks for the really cool module and easy instructions to extend!

      posted in Fun & Games
      doctorwhen
      doctorwhen