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

    JeffT

    @JeffT

    0
    Reputation
    42
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    JeffT Unfollow Follow

    Latest posts made by JeffT

    • MMM-Zabbix-Alerts not loading

      I have set up MMM-zabbix-alerts, but I’m not seeing anything on the page, not even a ‘loading’.

      The only line in the browser console that seems relevant is this:

      The resource from “http://192.168.10.170:8080/modules/mmm-zabbix-alerts//mmm-zabbix-alerts.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
      

      Here’s the config block (domain obscured):

                     {
                              module: 'mmm-zabbix-alerts',
                              position: 'bottom_left',
                              header: 'Zabbix Alerts',
                              config: {
                                      apiSearch: "http://zabbix.zzzz.net/api_jsonrpc.php",
                                      zbx_user: "mirror", // after creating a user there u can $
                                      zbx_pass: "mirror00", // user a password for the remote u$
                                      listSize: 5,
                                      triggerIds: [ "16753", "16031", "16196", "14251", "16289"$
                              }
                      },
      
      

      Any ideas what might be stopping it loading?

      Thanks!

      posted in Troubleshooting
      J
      JeffT