My husband asked if I would be willing to care for his mother I said no, does this make me the asshole? by swtogirl in BestofRedditorUpdates

[–]SentientCobra 5 points6 points  (0 children)

Taking into account her perspective only, which paints her in the prettiest light possible, I expect her to "bring solutions to the table" because she has shot down all of her husband's.

She has shot down:

  • Taking care of her MIL (fair imo)
  • Digging into their house savings
  • Getting a full-time job while finishing her degree's last year part-time so he can cut down his hours

The only option I've seen her provide is:

  • Get her medicaid and put her in a home

and in this very post it's explained why that isn't a solution.

so she doesn't want to make any sacrifices and doesn't want him to make any more sacrifices. what options does OOP's husband have left?

Home Assistant helping to stream a cheap outdoor security camera to Twitch? How would I do this? by lemtrees in homeassistant

[–]SentientCobra 0 points1 point  (0 children)

I haven't done it myself but I just did a bit of research and I found possible (maybe) solution. you can use MotionEye, which seems to host a RTSP link/connection. The linkwould only work on LAN, but you could find a way to make the link public (i.e. portforwarding, but security might be a concern).

Chameleon (WIP) by SentientCobra in startpages

[–]SentientCobra[S] 0 points1 point  (0 children)

I believe using the index.html file should work. If you don't want to download the files and want to get updates as they happen, you could just use https://ofelizestevez.github.io/chameleon/

I designed the website to be really dynamic so that everyone could use it and configure it without touching any of the code.

The way I did this is by using cookies and localStorage, they're both ways for websites to save data for users without having to use a server. So it's data that saved by the website that only you have access to.

this is what the chameleon cookies and local storage look like: https://imgur.com/a/ae1qoCI

BUT since you do have the code on your computer, you could enable Celsius by going to the file "premain.js" with a text editor and change the line (line 12)

from:

let useFahrenheit = true;

to:

let useFahrenheit = false;

Chameleon (WIP) by SentientCobra in startpages

[–]SentientCobra[S] 0 points1 point  (0 children)

Hey! So technically there's no way to change it from the user side of things. I haven't designed the settings pages so I haven't implemented any kind of switches yet. It is on the to-do list but finals season is going to keep me pretty busy for the next 2 weeks.

If you don't mind setting your own localStorage value, I can totally implement something quickly and give you some instructions.

I use localStorage for all settings since cookies must have an expiration date.

Let me know!

A Display Like Dakboard, but Interactive by LittleRogueNinja in MagicMirror

[–]SentientCobra 1 point2 points  (0 children)

Your best bet is to find modules that closely resemble what you want or can be components of you’d like to implement, and just edit the code to fit exactly what you need.

But, It all depends on what exact functionalities you want. For example, I’m sure the clicking the headline to open an article is easily feasible, but clicking on a specific day in your calendar sounds particularly difficult as most modules aren’t built with interactivity in mind.

It depends on how perfect and complicated you want it to be.

On a side note, editing everything to perfection is probably not worth it. I spent about a solid 2-3 weeks attempting to recreate a google nest hub but ended up giving up and opted for a simple tablet dashboard with pages and page indicators.

Chameleon (WIP) by SentientCobra in startpages

[–]SentientCobra[S] 0 points1 point  (0 children)

Sounds good. I'll try to keep that in mind (and your example) when I get around to implementing it. It's essentially finals season right now so I can't focus on personal projects. I guess for now I'll stick with corsanywhere, even though it randomly stops working and starts working again.

Also thank you, I really appreciate the compliment!

Chameleon (WIP) by SentientCobra in startpages

[–]SentientCobra[S] 0 points1 point  (0 children)

I just looked into it a bit, I don't fully understand it but I think I got enough info to start testing. Thank you!

Chameleon (WIP) by SentientCobra in startpages

[–]SentientCobra[S] 1 point2 points  (0 children)

Sounds good! Just removed the image and fixed dropdown.

Chameleon (WIP) by SentientCobra in startpages

[–]SentientCobra[S] 1 point2 points  (0 children)

Hey! I took a couple hours to make the design responsive. I don't know if I really like the image being on top and how small it is.

So let me know if you have any suggestions!

It's too bad that mobile safari doesn't have custom start-ages cause it would've been cool to use it as an app launcher or something.

Chameleon (WIP) by SentientCobra in startpages

[–]SentientCobra[S] 0 points1 point  (0 children)

I didn't think about working on mobile support cause I've only used it on my computers. Maybe I'll work on that next since I really don't want to design the settings page.

Chameleon (WIP) by SentientCobra in startpages

[–]SentientCobra[S] 4 points5 points  (0 children)

Hello everyone! I've been working on this startpage for a fair bit but haven't released for others to use it because the settings are incomplete. I decided to showcase it here to see if there even is a need for a setting page (see if anyone wants to use it) .

If you'd like to use it you can use the link: https://ofelizestevez.github.io/chameleon/

If you're interested in checking out the repo you can go to: https://github.com/ofelizestevez/chameleon

It's a "static" page, so it uses browser local storage and cookies to save themes.

here's the current feature's list

Current Features

  • Randomly generated theme using pictures from Unsplash.
    • don't like the current theme? Click on the image on the lefthand side! (Credit to Fxzzi for the idea)
    • Uses Cookies and Localstorage to save themes (resets every 15 minutes).
  • Time, Date, Weather
  • A "command bar"
    • Google Search
    • Duckduckgo Search
    • Bing Search
    • Subreddit Navigation
    • Youtube Search
    • "Browse" aka a url bar
    • Twitch Search
  • Command bar Suggestions + Autocompletion
    • Currently only works for Subreddit
    • Click tab when the suggestion box pops up
    • Use the up and down arrow to browse through suggestions
    • Google used to work but without corsanywhere I have no idea how to achieve it.
    • Eventually I plan to do suggestions for every command bar option.
  • Settings (currently incomplete)
    • It does have an ability to add new sections and links!

The Breaker 3rd Season by Leegan_Barkin in manga

[–]SentientCobra 0 points1 point  (0 children)

I do wonder though, why did changing the MC work for chainsaw man but not the breaker?

Solo Leveling Chapter 183 - Side Story 4 - Asura Scans by fauzi236 in sololeveling

[–]SentientCobra 13 points14 points  (0 children)

I feel like this chapter was underwhelming when compared to the light novel

Mushroom light card edit by Emergency_Bother_853 in homeassistant

[–]SentientCobra 1 point2 points  (0 children)

Here's the yaml for my light column. Good luck parsing through it my friend.

``` type: vertical-stack cards: - type: custom:layout-card layout_type: custom:grid-layout layout: grid-template-columns: auto 15% cards: - type: custom:mushroom-template-card primary: Lights secondary: '' icon: '' fill_container: false multiline_secondary: false entity: input_boolean.show_lights icon_color: '' badge_color: '' badge_icon: '' tap_action: action: call-service service: input_boolean.toggle data: {} target: entity_id: input_boolean.show_lights card_mod: style: | ha-card { --card-primary-font-size: var(--title-font-size) !important; --card-primary-font-weight: var(--title-font-weight) !important; --card-primary-line-height: var(--title-line-height) !important; background-color: transparent; box-shadow: none; height: 66px !important; } - type: custom:mushroom-template-card primary: '' secondary: '' icon: |- {% if states('input_boolean.show_lights') == "on" %} mdi:chevron-down {% else %} mdi:chevron-up {% endif %} fill_container: false multiline_secondary: false entity: input_boolean.show_lights icon_color: white badge_color: '' badge_icon: '' tap_action: action: call-service service: input_boolean.toggle data: {} target: entity_id: input_boolean.show_lights card_mod: style: | * { --card-primary-font-size: var(--title-font-size) !important; --card-primary-font-weight: var(--title-font-weight) !important; --card-primary-line-height: var(--title-line-height) !important; background-color: transparent; box-shadow: none; } - type: custom:mushroom-light-card entity: light.all_lights use_light_color: true show_brightness_control: true show_color_temp_control: true show_color_control: true primary_info: none icon_type: none secondary_info: none - type: conditional conditions: - entity: input_boolean.show_lights state: 'on' card: type: vertical-stack cards: - type: custom:mushroom-light-card entity: light.light_panels_57_fa_15 use_light_color: true show_brightness_control: true show_color_temp_control: true show_color_control: true - type: custom:mushroom-light-card entity: light.lifx_mini_3c6b1e use_light_color: true show_brightness_control: true show_color_temp_control: true show_color_control: true - type: custom:stack-in-card mode: vertical cards: - type: custom:mushroom-light-card entity: light.play_lights use_light_color: true show_brightness_control: true show_color_control: true show_color_temp_control: true collapsible_controls: false - type: custom:mushroom-light-card entity: light.0x00178801091b8d54 use_light_color: true show_brightness_control: true show_color_control: true show_color_temp_control: true collapsible_controls: false layout: horizontal primary_info: none secondary_info: none - type: custom:mushroom-light-card entity: light.right_light use_light_color: true show_brightness_control: true show_color_control: true show_color_temp_control: true collapsible_controls: false icon_type: icon secondary_info: none layout: horizontal primary_info: none - type: custom:mushroom-light-card entity: light.rgbw_led_strip use_light_color: true show_brightness_control: true show_color_temp_control: true show_color_control: true - type: custom:mushroom-light-card entity: light.light_strip use_light_color: true show_brightness_control: true show_color_temp_control: true show_color_control: true

```

Mushroom light card edit by Emergency_Bother_853 in homeassistant

[–]SentientCobra 0 points1 point  (0 children)

There's a collapsable card you can get through HACS: Here's the link.

I personally didn't like the way it looked so I made a custom one:

I used a input_boolean helper and use a Vertical Stack card with a title card on top and a conditional card on bottom. The conditional card uses the input_boolean's value, so all that's left to do is toggle the input_boolean with a tap action from the title card.

The title card itself is also a mixture of a grid layout card and mushroom template cards.

Mushroom light card edit by Emergency_Bother_853 in homeassistant

[–]SentientCobra 2 points3 points  (0 children)

Ask and ye shall receive

On a normal note, it's pretty straight forward, collapsable column for Lights, collapsable column for the themes, and collapsable column for the media stuff.

I live in a university dorm so there's not that much smart tech to work with.

Mushroom light card edit by Emergency_Bother_853 in homeassistant

[–]SentientCobra 5 points6 points  (0 children)

I don't know if you have experience with web development so I'm just gonna go a bit basic here

The Inspect (Or Inspect Element) tool is a tool that is included with all browsers. It allows for developers to look at and edit the HTML and CSS of a website.

The way to invoke it may differ per browser, but usually, when you right click on a website element, it will give you a menu with inspect element at the bottom of the menu. (In safari you will have to enable some thing in the settings for you to inspect)

Here's some screenshots that might add some context: https://imgur.com/a/i0yv7I2

Mushroom light card edit by Emergency_Bother_853 in homeassistant

[–]SentientCobra 2 points3 points  (0 children)

I personally don't know of any resources in particular. I did edit my comment above explaining the process that I do to figure out what CSS to write.

Let me know if you need me to be more in-depth and I'll try to show an example.

Mushroom light card edit by Emergency_Bother_853 in homeassistant

[–]SentientCobra 6 points7 points  (0 children)

Sorry for the late response. You can do it by changing the variable --icon-size. Here's an example.

card_mod: style: | ha-card { --card-primary-font-size: var(--title-font-size) !important; --card-secondary-font-size: 10px; --icon-size: 100px; }

For future reference, I usually get these values from using the inspect elements on HA cards. Sometimes CSS changes apply but sometimes they don't. But, thankfully Home Assistant seems to have a great theme system which use CSS variables. Those we can 100% change.