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

    Posts

    Recent Best Controversial
    • RE: MMM-TrafficCal - Dynamically display commutes based on calendar entries

      @RedNax Thx, for your answer. I have solved my problem, my destination has German “umlaute (ä, ü, ö)” in name. Thus the google request did not clear. This is not utf-8. An other question is, what does ist mean “ipv”?

       mycommute.commute + ' ipv ' + mycommute.noTraffic 
      

      Thanks fpr your help
      Bobby

      posted in Utilities
      B
      Bobby
    • RE: MMM-TrafficCal - Dynamically display commutes based on calendar entries

      @RedNax I have some problems with this module. How should be a correct calendar entry? I cannot see anything on the mirror. This ist the only thing in the log:

      received TRAFFIC_COMMUTE
      TRAFFIC URLS: 
      received TRAFFIC_COMMUTE
      TRAFFIC URLS: 
      received TRAFFIC_COMMUTE
      TRAFFIC URLS: 
      received TRAFFIC_COMMUTE
      TRAFFIC URLS: 
      
      

      Thanks
      Bobby

      posted in Utilities
      B
      Bobby
    • RE: MMM-Voice-Control

      @carteblanche Hi, in the “smart-mirror project” the voice-module works fine with Google Speech API (+ snowboy hotword detection) but i like this MM2 project, because there are more modules. But i need this voice-controll. I have also an google api key. Is it possible to integrate the voice module from the other project in this voice module? Thx Bobby

      posted in Utilities
      B
      Bobby
    • RE: MMM-FHEM shows values from FHEM devices ...

      @BenRoe Hi, i found the problem an it works fine now.
      I changed following line self.defaults.deviceReadings[index] in self.config.deviceReadings[index]
      There are no default values for deviceNames and deviceReadings. They are only in the config.js

      This helps for me.
      Thanks
      Bobby

      posted in Utilities
      B
      Bobby
    • RE: MMM-FHEM shows values from FHEM devices ...

      @BenRoe Thx for the fast answer. Yes, it is on the same Raspi. In the dev console of the browser, the correct value of the reading is displayed to me in the array as well.

      posted in Utilities
      B
      Bobby
    • RE: MMM-FHEM shows values from FHEM devices ...

      Hi, i have some trouble with this modul.
      The Error is:

      21:11:17.224 TypeError: self.defaults.deviceReadings is undefined 1 MMM-FHEM.js:97:1

      config.js:

      { module: 'MMM-FHEM', position: 'bottom_bar', header: 'FHEM', config: { deviceNames: [ 'BadNode' ], deviceReadings: [ { name: 'temperature3', icon: 'fa fa-lightbulb-o', suffix: '°' }, // { name: 'humidity2', icon: 'wi wi-humidity', suffix: '%' }, ], }, }

      I hope you can help me.
      Thanks
      Bobby

      posted in Utilities
      B
      Bobby
    • 1 / 1