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

    Posts

    Recent Best Controversial
    • RE: MMM-MyCalendar

      @rrrene said in MMM-MyCalendar:

      Hello,

      first of all thanks for the great looking module.
      Unfortunately I don‘t get it up on my side…

      It doesnt‘t show anything no matter if I load your example ics or my iCloud calendar Url (is this supposed to work?)

      Hi,

      I have had the same issue and have searched the error for a while…
      My fault was, that the entry in the “MMM-Carousel”-Module in the slides-Section was missing.
      So the Module wasn’t showing.

      		module: 'MMM-Carousel',
              		
                      		slides: [
                          				['MMM-MyCalendar',.....],
                      			],
      

      Best regards

      Lutz

      posted in Utilities
      H
      Hotstepper
    • RE: MMM-FHEM no Fhem statusdisplay

      Hello,

      it seems to be a problem with fhem’s security mechanism “csrfToken”.

      You can define a new Web in fhem with a different port and set this up as follws:

      fhem.cfg:
      define MagicM FHEMWEB 8086 global
      attr MagicM allowfrom 192.168.1.14
      attr MagicM csrfToken none

      Explanation:

      • This define’s a new listening port at your fhem server on port 8086
      • The only allowed ip is 192.168.1.14 This is the ip of your MagicMirror Device. Choose your ip.
      • Disable the use of csrfToken. https://fhem.de/commandref.html or https://wiki.fhem.de/wiki/CsrfToken-HowTo

      After fhem restart your readings will be shown at your MagicMirror.

      Hope it helps.

      Greetz, Hotstepper.

      posted in Troubleshooting
      H
      Hotstepper
    • 1 / 1