MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bicolorbore586
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 8
    • Posts 46
    • Groups 0

    Topics

    • B

      Wifi connectivity

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      4
      0 Votes
      4 Posts
      1k Views
      ankonaskiff17A
      @magmar There is a product out called Screen Beam that does the same thing but instead of using AC wall sockets it uses your existing coax cable as an ethernet cable. Those devices that send data over your AC copper wire have been out for a while but they’ve never really caught on.
    • B

      Hiding degree Fahrenheit

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      1
      0 Votes
      4 Posts
      569 Views
      S
      @bicolorbore586 it would block updates. but you could save your changes, copy file, git checkout xxx.js then update then check if there are any impacts and re-apply them after update you could also fork the repo, and run that. update and submit or back to module author maybe they would take it as a change… I didn’t look at last update date to see if module is still actively maintained ( modified just last month)
    • B

      MMM-MonthlyCalendar, config and .css

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      11
      0 Votes
      11 Posts
      5k Views
      S
      @Fuergrissa so it looks like this module gets it’s events from the base calendar and if the base is not shown anyhow, use multiple { url: …} blocks in the based calendar add a name: attribute to each that will carry forward on the event. I don’t know if this cal will use it but then u could set styles for events by cal name
    • B

      Calendar and Icons

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      18
      1
      0 Votes
      18 Posts
      4k Views
      S
      @bicolorbore586 I checked 19, 20,21… the extra classes are added under the covers… hard coded
    • B

      CORS policy

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      20
      0 Votes
      20 Posts
      4k Views
      S
      @bicolorbore586 thanks for the key the error is Your request count (159) is over the allowed limit of 50 per day - Upgrade your key, or retry after 670.2 minutes and u have 2 modules configured, so each will fetch separately, so u have to change the update cycle to once/hour in both modules, (default 10 mins) updateInterval: 60 * 60 * 1000 and every MM restart sends 2 requests, 1 for each module change the new code to look like this… if(!data || (data && data.error) || data.status_message){ Log.error("Could not load data ... ", data?(data.error|| data.status_message): "no data returned"); } else { if (!data || !data.data[0] || typeof data.data[0].temp === "undefined") { // No usable data? return; } const currentWeather = this.generateWeatherDayFromCurrentWeather(data); this.setCurrentWeather(currentWeather); } crappy api implementation… should set error for all errors, not put error info in good data returns
    • B

      MMM-Calendarext3 eventTransformer

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      0 Votes
      4 Posts
      922 Views
      S
      @bicolorbore586 after u get above three if/else, in my opinion it’s better to use a switch/case clause
    • B

      Font-awesome

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      16
      0 Votes
      16 Posts
      3k Views
      B
      @sdetweil got ya! I hadn’t created the column in the right place. Thanks for your patience and guidance.
    • B

      Magic Mirror Default Weather Module

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      2k Views
      B
      @sdetweil all sorted now, I took the config out and put it back in fresh as I couldn’t work out where the typo/formatting error was. All tickety-boo now. Thanks for your help!
    • 1 / 1