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

    Topics

    • S

      White screen after xx time

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      3k Views
      bheplerB
      @Sillec123 I followed the steps in the Autostarting Magic Mirror tutorial. It was trivial to add the motion startup script to the list of processes for PM2.
    • S

      Home Assistant Module

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      22
      1 Votes
      22 Posts
      25k Views
      S
      I have it working with HTTPS :grinning_face: Change the url to match what you have for HA { module: 'MMM-homeassistant-sensors', position: 'bottom_right', config: { url: 'https://username.duckdns.org:8123/api/states', prettyName : 'true', stripName: 'true', values: ["sensor.humidity", "sensor.temperature"] } }, You will need to modify the node_help.js file for this module change the below line of code /MagicMirror/modules/MMM-homeassistant-sensors/node_helper.js request({ url: url, method: 'GET' }, function (error, response, body) { To the following and change the api-password to what you have set in HA it’s about line 12. request({ url: url, headers: {'x-ha-access': 'api-password'}, method: 'GET' }, function (error, response, body) { It’s working it looks like it takes a bit longer to get the data as I think the atentication takes some time. Regards skippy_oz
    • S

      Sonos shows no Album

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      1k Views
      S
      Hey guys, i have a problem with my sonos module. It doesn’t show any infos except the speaker names.
    • S

      Dynamic Module change

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      11
      0 Votes
      11 Posts
      7k Views
      S
      Thanks i will try it later.
    • S

      New News Ticker with full text

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      0 Votes
      1 Posts
      1k Views
      S
      Hello, can someone build an News Ticker like this: https://maze.digital/webticker/examples/ The goal is to read the full news. With the default module i can’t read the full news.
    • 1 / 1