MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Babene1
    3. Posts
    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 52
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Module calendar - whole day event

      @MMRIZE Thank you very much, I have overlooked it. You make my day :-)

      posted in Utilities
      B
      Babene1
    • RE: Module calendar - whole day event

      @MMRIZE I like your calendar view, how does it work with the date and under it the individual calendar entries?

      posted in Utilities
      B
      Babene1
    • RE: MMM-GrafanaCharts page not found with Grafana 8.0.6

      i found the problem, in my case the “panelId” was the problem.
      I don’t know if the problem only occurs in Version 8 from graval or if an configuration misstake in my grafan evironments.
      I delete in MMM-GrafanCharts.js files the panelId in the iframe.src URL and now it works

      posted in Troubleshooting
      B
      Babene1
    • MMM-GrafanaCharts page not found with Grafana 8.0.6

      i want to use the MMM-GrafanaCharts in my MM but page not found.
      I have grafana 8.0.6.
      I have no idea where the error could be. I would be very grateful for a hint.

      PageNotFound.png

      in normal Brpwser the page works, here is the ULR

      URL_inBrowser.png

      Here is my module config

      {
      			module: 'MMM-GrafanaChart',
      				position: 'top_right',   // This can be any of the regions.
      				config: {
      					   version: "8", 
      					   id: "QG8S2mWnk", 
      					   host: "192.168.178.248", 
      					   port: 3000, 
      					   dashboardname: "raspberryklein", 
      					   orgId: 1, 
      					   panelId: 2, 
      					   width: "500px", 
      					   height: "500px", 
      					   refreshInterval: 900 
      				   }
      		   },
      
      posted in Troubleshooting
      B
      Babene1
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      my branch is up to date

      but my result is this screenMMM-soccer_screen.png

      this is my modul-config:

      {
                  module: 'MMM-soccer',
                  position: 'top_right',
                  config: {
                      colored: true,
                      logos: true,
                      rotationInterval: 20 * 1000, // 20 seconds instead of 15 (default)
                      provider: {
                          'football-data': {
                              apiKey: 'API Keay' // Replace with your API key
                          }
                      },
                      competitions: [
                          {
                              code: 'EC', // European championship
                              standings: {
                                  provider: 'football-data',
                                  focusOn: 'GER', // Germany
                                  maxEntries: 5
                              },
                              schedules: {
                                  provider: 'football-data',
                                  maxEntries: 7
                              }
                          },
                      ]
                  }
              },
      

      should not only display the current matchday?

      posted in Sport
      B
      Babene1
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      @strawberry-3-141

      thanks for the new version, it’s really great. Great new features.

      However, i have Problem to install the leatest version with „schedules fix“. Unfortunately I am not so familiar with git. Is there a new branch available or have to use „feature/extract-api-provider"?

      posted in Sport
      B
      Babene1
    • RE: Which modules with Home Assistant currently work?

      @coolie1101 do you have an error entry in the home assistant log?

      posted in General Discussion
      B
      Babene1
    • RE: Which modules with Home Assistant currently work?

      @coolie1101 do you make changes in „node_helper.js“ from MMM-HASS?

      posted in General Discussion
      B
      Babene1
    • RE: Which modules with Home Assistant currently work?

      Only for information, in case someone has the same problem.
      The module works for me now, with the above configuration

      I found the following articles: https://github.com/aserramonner/MMM-HASS/pull/13/commits/bd816304ba146ad84bce5cada65cb3416194aca7

      I made these changes: In File „node_helper.js“ von MMM-HASS

      row 130 changed in:

      post_options.headers = { 'Authorization' : 'Bearer ' + config.token };
      

      row 176 changed in:

      get_options.headers = { 'Authorization' : 'Bearer ' + config.token };
      
      posted in General Discussion
      B
      Babene1
    • RE: Which modules with Home Assistant currently work?

      i want to use the modul MMM-HASS
      but i get the error in HA “Login attempt or request with invalid authentication from”
      i use Home Assistant 0.116.2

      here is my MM-Config from the Modul:

      {
                 module: "MMM-HASS",
                 position: "top_left",
                 config: {
                         host: "xxx.xxx.xxx.xxx",
                         port: "8123",
                         apipassword: "xxxxxx",
                         hassiotoken: true,
                         token: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
                         https: false,
                         devices: [
                         { deviceLabel: "Temp Test",
                                 deviceReadings: [
                                 { sensor: "sensor.temp1", icon: "wi wi-thermometer", suffix: "°"},
                                 { sensor: "sensor.temp1 _2", icon: "wi wi-humidity", suffix: "%"},
                                 ]
                         },
                         ]
                   }
      

      In MM:

      Temp Test undefined°undefined%

      Log from MM:

      [2021-01-09 10:36:47.251] [LOG] { undefined: undefined, label: Temp Test }
      [2021-01-09 10:37:47.408] [LOG] Request URL: http://xxx.xxx.xxx.xxx:8123/api/states/sensor. temp1?api_password= xxxxxx
      [2021-01-09 10:37:47.408] [LOG] Request URL: http://xxx.xxx.xxx.xxx:8123/api/states/sensor. temp1_2?api_password= xxxxxx
      [2021-01-09 10:37:47.524] [LOG] { undefined: undefined, label: Temp Test }

      What I have to config in HA? Would be really grateful for tips

      posted in General Discussion
      B
      Babene1
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 2 / 6