Bugsounet Coding

    • Register
    • Login
    • Search
    This Forum is now reserved to registred users!

    Autostart Module

    Idea of new modules ?
    2
    3
    46
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bjoern811 last edited by

      Hi Cedric,

      thanks again for your impressive work. I just did a small module because i needed a way to start a module directly on startup (for my case it was to open the Browser on startup)

      EXT-Autostart

      Since I needed to add some lines in Gateway as well (Register, Translate etc) it would be great to add it to your plugins (if you feel like).

      Regards,
      Björn

      1 Reply Last reply Reply Quote 0
      • bugsounet
        bugsounet Main Coder last edited by bugsounet

        Hi,

        your plugin is not an Gateway compliant 😕
        sample: Dom is created but GA is NOT ready

        maybe this recipe can help you:

        var recipe = {
          commands: {
            "OPEN_BROWSER": {
              notificationExec: {
                notification: "EXT_BROWSER-OPEN",
                payload: "https://www.google.com"
              }
            }
          },
          plugins: {
            onReady: "OPEN_BROWSER"
          }
        }
        exports.recipe = recipe
        
        1 Reply Last reply Reply Quote 0
        • B
          bjoern811 last edited by

          worked like a charm ! Thanks for that !

          1 Reply Last reply Reply Quote 1
          • First post
            Last post
          Powered by NodeBB | @bugsounet ©2022