Unable to view camera in haDashboard, help required

Hi All. I have installed hassio on a raspberry pi3 and have also installed motioneye on a seperate raspberry zero board. I have installed the motioneye integation and have gotten this to work with very little problems. I have also created an picture entity card and can view my live feeds from my camera in this card(need only to view live image, not saving or motion). Now here is the problem, I want to view this feed on my fire tablet running haDashboard, but having no luck. These are the things I have tried, this is my camera integration in my config file:-

camera:
  - platform: mjpeg
    mjpeg_url: http://camera ip addr:8081/
    name: frontdoor

This is my entry in my lovelace UI

entity: camera.frontdoor
image: 'http://camera ipaddr:8081'
type: picture-entity
camera_view: live
aspect_ratio: 74%

This is working fine, but cant add it to my dashboard. Tried the following

camera:
    widget_type: camera
    title: Front Door
    entity_picture: http://camera ipaddr:8123/api/camera_proxy_stream/camera.frontdoor?token=tokennumberverylong&api_password=mypassword

Tried this without the token, tried without password, tried token no password, tried password no token, tried different port from 8123 to 8081. Still nothing.Hopefully someone can help me out, but still looking thru a few more threads

Just an update, I`ve notice the token keeps changing, maybe its something to do with this?

Don,t worry. found the answer in this post.