Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SHOWCASE] Raspberry PI docker dashboard #622

Closed
henkiewie opened this issue Apr 30, 2022 · 5 comments
Closed

[SHOWCASE] Raspberry PI docker dashboard #622

henkiewie opened this issue Apr 30, 2022 · 5 comments
Labels
🔨 Fixed 🛩️ Released 2.0.8 💯 Showcase [ISSUE][PR] Adding a new demo or screenshot to the showcase

Comments

@henkiewie
Copy link

Title

Raspberry PI docker dashboard

Screenshot

Screenshot 2022-04-30 at 15 08 00

Would you like your name/ username included?

Yes

Link to your Website/ Profile/ Twitter (optional)

No response

Description (Optional)

I use this dashboard every day. It now even includes a player for a radio stream which I configured with Logitech media server and icecast. I made an smaller version of the grafana dashboard to fit an iframe in kiosk mode, so it monitors the most important values of my RPI. The PI is in Argon m2 case and used as a NAS. The dashboard is a copy of the adventure theme with some changes saved in /app/src/styles/user-defined-themes.scss

@henkiewie henkiewie added the 💯 Showcase [ISSUE][PR] Adding a new demo or screenshot to the showcase label Apr 30, 2022
@liss-bot

This comment was marked as off-topic.

@Lissy93 Lissy93 reopened this Apr 30, 2022
@liss-bot
Copy link
Collaborator

liss-bot commented May 1, 2022

The fix for this issue has now been released in 2.0.8 ✨

If you haven't done so already, please update your instance to 2.0.8 or later. See 2.0.8 for full info.

Feel free to reach out if you need any more support. If you are enjoying Dashy, consider supporting the project.

@WarlockFish
Copy link

your‘s dashboard is beautiful ,Can you share your configuration? @henkiewie

@henkiewie
Copy link
Author

My config is inside a docker container. The most important is I followed the instruction to make my own theme.

// Custom Colors for Newone html[data-theme="newone"] { // Main colors --primary: #87c2d9; --background: #03586e; --background-darker: #05070e35; // Typography --font-headings: 'Roboto', serif; --font-body: 'Roboto', serif; // Items --item-background: #181c3a80; --item-background-hover: #181c3a99; --item-shadow: 1px 1px 2px #130f23; --item-hover-shadow: 2px 2px 4px #130f23; // Sections --item-group-heading-text-color: var(--white); --item-group-heading-text-color-hover: var(--primary); --item-group-shadow: none; --item-group-background: none; --item-group-outer-background: none; // Background Image body { background: url('https://dashy.rpi-lite.lan/item-icons/icons/background.jpg'); background-size: cover; } // Remove background from certain components div.home, div.options-outer, div.options-container, section.filter-container, section.settings-outer, div.show-hide-container.hide-btn, div.show-hide-container.show-btn { background: none; } // Style overides label.lbl-toggle h3 { font-size: 1.3rem; font-weight: bold; } .content-inner { border-top: 1px dashed var(--primary); } a.item.size-large:hover { border-left: 3px solid var(--white); } .item.size-large .tile-title p.description { height: 3rem; } .is-collapsed { background: var(--item-background); box-shadow: var(--item-shadow); &:hover { background: var(--item-background-hover); box-shadow: var(--item-hover-shadow); } } }
The adventure theme is in the github repo.
The background image is a local file. Don't remember where I found it. The grafana dashboard code looks like this;
`sections:

Hope you can work with this 😄

background

@WarlockFish
Copy link

My config is inside a docker container. The most important is I followed the instruction to make my own theme.

// Custom Colors for Newone html[data-theme="newone"] { // Main colors --primary: #87c2d9; --background: #03586e; --background-darker: #05070e35; // Typography --font-headings: 'Roboto', serif; --font-body: 'Roboto', serif; // Items --item-background: #181c3a80; --item-background-hover: #181c3a99; --item-shadow: 1px 1px 2px #130f23; --item-hover-shadow: 2px 2px 4px #130f23; // Sections --item-group-heading-text-color: var(--white); --item-group-heading-text-color-hover: var(--primary); --item-group-shadow: none; --item-group-background: none; --item-group-outer-background: none; // Background Image body { background: url('https://dashy.rpi-lite.lan/item-icons/icons/background.jpg'); background-size: cover; } // Remove background from certain components div.home, div.options-outer, div.options-container, section.filter-container, section.settings-outer, div.show-hide-container.hide-btn, div.show-hide-container.show-btn { background: none; } // Style overides label.lbl-toggle h3 { font-size: 1.3rem; font-weight: bold; } .content-inner { border-top: 1px dashed var(--primary); } a.item.size-large:hover { border-left: 3px solid var(--white); } .item.size-large .tile-title p.description { height: 3rem; } .is-collapsed { background: var(--item-background); box-shadow: var(--item-shadow); &:hover { background: var(--item-background-hover); box-shadow: var(--item-hover-shadow); } } } The adventure theme is in the github repo. The background image is a local file. Don't remember where I found it. The grafana dashboard code looks like this; `sections:

* name: Grafana dashboard 3 hours
  icon: hl-grafana
  widgets:
  
  * type: iframe
    useProxy: false
    timeout: 8000
    options:
    url: >-
    [grafana.rpi-lite.lan/d/Ss3q6hSZk001/docker-and-os-metrics-for-raspberry-pi-16-april2022?orgId=1&refresh=30s&kiosk](https://grafana.rpi-lite.lan/d/Ss3q6hSZk001/docker-and-os-metrics-for-raspberry-pi-16-april2022?orgId=1&refresh=30s&kiosk)
    frameHeight: 400
    id: 0_2332_iframe
    displayData:
    sortBy: default
    rows: 1
    cols: 4
    collapsed: false
    hideForGuests: false`

Hope you can work with this smile

background

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Fixed 🛩️ Released 2.0.8 💯 Showcase [ISSUE][PR] Adding a new demo or screenshot to the showcase
Projects
None yet
Development

No branches or pull requests

4 participants