MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. kasperb
    3. Posts
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 35
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by kasperb

    • RE: Running the same module twice with different URL, but same content is being displayed (MMM-HTMLSnippet)

      @sdetweil You’re right; I missed that one.

      Thank you - that did the trick and both versions of the module now work as expected.

      posted in Troubleshooting
      K
      kasperb
    • RE: Running the same module twice with different URL, but same content is being displayed (MMM-HTMLSnippet)

      @sdetweil Thanks for your response. When you say both *.js files, which ones exactly do you mean? There is only one *.js file in the folder with ‘MMM-HTMLSnippet’ in it.

      posted in Troubleshooting
      K
      kasperb
    • Running the same module twice with different URL, but same content is being displayed (MMM-HTMLSnippet)

      Hi all,

      I’m running two instances of MMM-HTMLSnippet on my mirror with the objective of showing two different twitter feeds (CNN & Axios). I’ve copied the initial module in the modules folder, renamed it to ‘MMM-HTMLSnippet2’ and changed the *.js file to ‘MMM-HTMLSnippet2.js’. I’ve also updated the first line in *.js file to MMM-HTMLSnippet2. Finally, I’ve updated my config as outlined below.

      However, both modules are showing the CNN twitter feed on my mirror.

      What did I miss?!

      Thanks!

      
      {
        module: "MMM-HTMLSnippet",
        position: "bottom_right",
        config: {
              html:`<a class="twitter-timeline" data-height="500" data-dnt="true" href="https://twitter.com/cnnbrk?ref_src=twsrc%5Etfw">Tweets by cnnbrk</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>`, //insert your script or html codes here.
              width: "400px",
              height: "500px",
              backgroundColor: "#FFF",
              updateInterval: 3600000,
            },
        },
      {
        module: "MMM-HTMLSnippet2",
        position: "bottom_left",
        config: {
              html:`<a class="twitter-timeline" data-height="500" data-dnt="true" href="https://twitter.com/axios?ref_src=twsrc%5Etfw">Tweets by axios</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>`, //insert your script or html codes here.
              width: "400px",
              height: "500px",
              backgroundColor: "#FFF",
              updateInterval: 3600000,
            },
        },```
      posted in Troubleshooting
      K
      kasperb
    • RE: MMM-Pollen?

      @vinp Thanks… It worked after a reboot of the Pi. Much appreciated.

      posted in Utilities
      K
      kasperb
    • RE: Twitter feed

      @chassain-0 said in Twitter feed:

        		code: `<a href="https://twitter.com/villedhyeres?ref_src=twsrc%5Etfw">Tweets by villedhyeres</a>  `, // https://publish.twitter.com/
      

      Hi - did you have any other dependencies configured prior to adding this to your config? I just tried this (after installing the MMM-Widget2 app), but nothing is being displayed on the screen. My objective is to display the CNN breaking news feed from twitter.

      posted in Troubleshooting
      K
      kasperb
    • RE: MMM-Pollen?

      @vinp Ok, thanks. Would you mind sharing your config? I copied the code from the instructions, but it’s stuck at ‘Loading…’.

      posted in Utilities
      K
      kasperb
    • RE: MMM-Pollen?

      @vinp I realize this is an old thread. Fair to assume the module is no longer working?

      Thanks

      posted in Utilities
      K
      kasperb
    • RE: Wheather/ Wunderground not loading

      Thanks.

      Does anyone have suggestions on the next best alternative? I feel like weather underground was relatively accurate, unlike some of the other options out there.

      posted in Troubleshooting
      K
      kasperb
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @kasperb said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:

      @cr4z33 said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:

      @kasperb I actually added some code parts in the voice command module as per suggestion of its developer.

      If you’re using MMM-AssistantMk2 then I can tell you what to do (not if using other modules). 🙂

      Yes, I’m using MMM-AssistantMk2. Would love to hear your suggestion.

      @Cr4z33 Thank you - this works perfect. Much appreciated.

      posted in Utilities
      K
      kasperb
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @cr4z33 said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:

      @kasperb I actually added some code parts in the voice command module as per suggestion of its developer.

      If you’re using MMM-AssistantMk2 then I can tell you what to do (not if using other modules). 🙂

      Yes, I’m using MMM-AssistantMk2. Would love to hear your suggestion.

      posted in Utilities
      K
      kasperb
    • 1
    • 2
    • 3
    • 4
    • 1 / 4