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 88
    • Posts 20,667
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Home Assistant Sensor

      @ChrisKelley so I installed, did npm install in the module folder
      here is my config , two sensors from my entities list in HA

      so now all I can think is your token string is bad…

            {
                module: 'MMM-homeassistant-sensors',
                position: 'top_left',
                classes: "page4",
                config: {
                  host: "homeassistant.local",
                  port: "8123",
                  https: false,
                  token: " my fresh token ",
                  values: [
                    {
                      sensor: "binary_sensor.athom_garage_door_status",
                    },
                    {
                      sensor: "sensor.foo_battery_percentage",
                    },
                  ]
                }
            },
      
      posted in Utilities
      S
      sdetweil
    • RE: Home Assistant Sensor

      @ChrisKelley no issue, it’s useful as we know it generates the same address

      posted in Utilities
      S
      sdetweil
    • RE: Home Assistant Sensor

      @ChrisKelley ping by name?

      posted in Utilities
      S
      sdetweil
    • RE: Home Assistant Sensor

      @ChrisKelley did you change the config to .local??

      Can you ping that from the MagicMirror system

      i have grandson duty for 2 hours now
      Then I will install that module

      posted in Utilities
      S
      sdetweil
    • RE: Home Assistant Sensor

      @ChrisKelley can you show the end of the error—- build lines

      posted in Utilities
      S
      sdetweil
    • RE: Home Assistant Sensor

      @ChrisKelley based on that error which I can’t see in the code

      I think its one of two things

      ipaddress of HA wrong
      token to HA wrong

      can you set this config option for the module
      debuglogging:true,

      and recapture the log…

      posted in Utilities
      S
      sdetweil
    • RE: Home Assistant Sensor

      @ChrisKelley can you look at the output where you start MM
      if that is pm2, then

      pm2 logs --lines=xxxx
      xxxx is the number of most recent lines, default 15

      on another module to my HA

      [2025-12-03 08:29:00.425] [INFO]  [MMM-HomeAssistantDisplay] [
        'Conected to Home Assistant for module_20_MMM-HomeAssistantDisplay after 0 retries'
      ] 
      

      one other thing, for config and logs, please use a code wrapper around the content

      paste into editor, blank line above and below
      select the text you just pasted, hit the </> button on the editor toolbar above
      or manually
      add a tripple backtic (left of the 1 key on the US keyboard) as the only chars on the line (the blank line above and below)

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

      @hahawoooooo interesting
      Can you do

      cd ~/MagicMirror/modules/MMM-pages
      grep version package.json

      Latest is 1.3.0
      If not 1.3.0
      git pull

      The restart MagicMirror

      posted in Troubleshooting
      S
      sdetweil
    • RE: Trixie/node v24 - timeouts on request to the internet

      @Mr.Sponti thanks for the feedback, hadn’t expected node to be the problem .

      As for the vlc perf issue , not sure . There have been vlc issues in electron before.

      You might try the next release develop branch
      See https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code

      A quick way without touching your existing setup use my backup script to save the module list , config and css
      Rename the MagicMirror folder
      git clone the repo, checkout the develop branch
      Oh it needs node 24 (use n or nvm to switch version)
      npm install
      Run the restore script to put the modules, config and css in the new MagicMirror folder

      https://github.com/sdetweil/MagicMirror-backup-restore

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

      @hahawoooooo can you do

      cd ~/MagicMirror/modules
      ls -laF
      
      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 3
    • 4
    • 5
    • 2066
    • 2067
    • 1 / 2067