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

    Posts

    Recent Best Controversial
    • RE: Raspberry Pi 5 multiboot on nvme

      @Ronald ok, I only see pinn on sd card as a choice there

      On the MagicMirror topic you can use a different config.js with the
      MM_CONFIG_FILE
      environment variable

      So a different startup script would allow you to quickly switch between them

      posted in Troubleshooting
      S
      sdetweil
    • RE: Line breaks in Compliments using MMM-Remote-Control

      @KristjanESPERANTO the module splits the line with ‘\n’ into its parts. Is RC converting that text to 0x0a

      posted in Troubleshooting
      S
      sdetweil
    • RE: Google Photos

      @costascontis sadly Google has not disclosed an api that could revive the module.

      posted in Requests
      S
      sdetweil
    • RE: MMM-Pages module all showing on one page

      @hahawoooooo you do NOT Have to do a wipe and install again…

      generally that error message means it was trying to do a string operation (toLowerCase), but the thing was not a string (usually null )

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @jtillinghast yes, AND it needs to add the this.identifier to the data it sends to the node_helper,
      and the node helper has to send that identifier back as part of the returned data, AND the module needs to check the identifier to make sure it matches

      else, filter for tasks Sue, send it back and ALL instance will get the tasks for Sue, even tho they asked for Bob or Bill.

      so the module needs to be enhanced for 2 different things…

      posted in Utilities
      S
      sdetweil
    • RE: MMM-CalendarExt3 Number

      @Racing88 thx… mine has all those, in middle_center instead of bottom_bar

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @jtillinghast it’s inside the module, nothing you can do.
      Currently the module does not do this extra

      The module with a node helper sends a request to the helper
      The helper gets done and sends the response back

      But, the method we use which is fast and flexible,
      goes to ALL the same modules at once
      So read chore list, send back, all instances get the One list

      MagicMirror provides a unique identifier for each module entry in config.js . The trick is to send that identifier with the request
      And the helper sends it back with the data AND The modules checks to see if the identifier in the response matches its identifier.
      If not just ignore it.

      posted in Utilities
      S
      sdetweil
    • RE: MMM-CalendarExt3 Number

      @Racing88 can you post your config for MMM-CalendarExt3? I don’t see that on any of my instances

      posted in Troubleshooting
      S
      sdetweil
    • RE: weather modules

      @videogame95 I replied to your other topic

      any module that wants to use OpenWeatherMap has to change the endpoint and provide the other parms
      AND the user needs to get a new apikey…

      supposedly the old 2.5 api parms still work, but OWM has told us repeatedly they are going to shut that down completely…

      posted in Troubleshooting
      S
      sdetweil
    • RE: openweatermaps

      @videogame95 from the doc

      https://docs.magicmirror.builders/modules/weather.html#openweathermap-options

      in v3, location and locationID are not used. only lat/lon

      also
      https://forum.magicmirror.builders/topic/19323/version-2.30.0-weather-module-stuck-loading-worked-fine-before-upgrade?page=1

      also, in old api we got the location back and added it to the header
      in 3.0 api we don’t so YOU have to set the header for the module
      AND
      set
      appendLocationNameToHeader:false

      in the weather module config

      posted in Troubleshooting
      S
      sdetweil
    • RE: Version 2.34.0 - Missing X Server or $DISPLAY (Docker version of MMOS)

      @karsten13 thanks

      posted in Troubleshooting
      S
      sdetweil
    • RE: Version 2.34.0 - Missing X Server or $DISPLAY (Docker version of MMOS)

      @karsten13 any debug we can look at?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Version 2.34.0 - Missing X Server or $DISPLAY (Docker version of MMOS)

      @Mathes75 you are runnng the pios with desktop,
      correct. ?

      A browser requires the graphical desktop as all the ui is drawn in graphics mode

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Pages module all showing on one page

      @hahawoooooo

      Please use code block around logs, code or config

      Uncaught (in promise) TypeError: searchClass.toLowerCase is not a function
      newModules http://192.168.1.180:8080/js/main.js:526
      modulesByClass http://192.168.1.180:8080/js/main.js:522
      exceptWithClass http://192.168.1.180:8080/js/main.js:507
      animatePageChange http://192.168.1.180:8080/modules/MMM-pages/MMM-pages.js:220
      notificationReceived http://192.168.1.180:8080/modules/MMM-pages/MMM-pages.js:117
      

      Can you post your pages config

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @jtillinghast ok, takes a little extra coding for multiple instances. Just making sure that is handled too

      posted in Utilities
      S
      sdetweil
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @jtillinghast and then you need multiple instances in config.js

      posted in Utilities
      S
      sdetweil
    • RE: MMM-MyTasklist

      @htilburgs none that I know of. Anything 8000 and above is ‘free’ of system requirements.

      posted in Utilities
      S
      sdetweil
    • RE: MMM-MyTasklist

      @htilburgs you might consider changing the port number. HomeAssistant uses 8123
      so both on the same machine will collide

      posted in Utilities
      S
      sdetweil
    • RE: JumpStart your project by downloading shared projects?

      @techeros part of the problem is that people ‘assume’ that data entry (making calendar entries, updating chore lists, adding to shopping lists) is ‘built in’, ’ of course’…

      we don’t have that… the design for MM is a composable(different modules for different data sources) information panel.

      data entry is phone, display is MM.

      and then there is a whole HOST of fun things, dakboard has this ‘cool’ white background…
      MM is black, and all the modules are transparent, showing the black.
      change the background to white (easy), but the modules do not auto adjust cause they are all user developed and didn’t use the built in styles…

      posted in Showcase
      S
      sdetweil
    • RE: Smart Homes and Smart Home Hardware

      @ankonaskiff17 i don’t use the extension on my sonoff dongles… no problem yet

      I do NOT have line of sight… my zigbee dongle is in my office space (spare bedroom) on one corner of the house, and everything is spread out across the house to the opposite corner…

      I DID have to put an always on repeater in between due to the walls and distance, but this is part of the zigbee design of the mesh… had to do that in my garage too as the metal door causes enough loss of signal to make the GDO control flakey without it… but plugged in another zigbee outlet(not used for any switching), poof all good

      posted in Hardware
      S
      sdetweil
    • 1 / 1