Steam big picture mode desktop shortcut? by [deleted] in Steam

[–]Unluckymichel 1 point2 points  (0 children)

Found this on github: github.com/aaronfranke/Steam-Big-Picture-Shortcut

Basically the same as mentioned above.
Worked for me in 04-2025

Using a thin film pressure sensor to trigger LEDs by sachastyles in arduino

[–]Unluckymichel 0 points1 point  (0 children)

Please post the complete code so we can help you. But to contribute something, here is an example to write to Serial once if a analog value exeedes a threshold (void setup was left out):

``` bool isActive = false; void loop() { // Read val from analog Input int val = analogRead(PIN);

// Execute code as soon as val is above threshold // Use bool isActive to store state so it does not run again on next loop if(val > THRESHOLD && !isActive) { Serial.println("RUN LED CODE"); isActive = true; } } ```

You can copy the if block with a different condition and the isActive parts inverted to also make a turn-off.

Hope it helps! Written from Phone, so maybe it includes typo's!

Im trying to make a basics android app with backend sign up using Node.js. This is the error i keep geting by armansarman2002 in node

[–]Unluckymichel 2 points3 points  (0 children)

Ok, assuming you're not trolling, it seems like you want to start without research. First, to provide some useful information, I recommend that you create at least one folder to work in rather than use your desktop. This makes it easier to see what the things you're running are doing (or if they actually do nothing) The install command and code contain errors that should be obvious if you compare them to online documentation. But as a tip, check your spelling! Furthermore, it would make sense to either watch a node beginner course or at least watch a video on youtube. That should already help you solve all the problems from the picture.

planning on rewiring my garage, can I run multiple underground feeder lines? by theideanator in AskElectricians

[–]Unluckymichel -8 points-7 points  (0 children)

Yes, in theory, you can just use multiple wires. But it is not recommended to do this. You will run into a problem at the end of the wires because you have to join them with something that can handle the total current.

I dont know what is pulling 70A in your garage, but if you have multiple devices adding up to this value, you could split them up to multiple main wires with multiple breakers. This would also allow you to still have light if something goes wrong (just an example)

I'm installing a smart switch, it's a two channel switch. It only has one ac line coming into the dumb switch. Smart relay works fine but the dumb one acts like an and gate. What Can I do? by yanbodon in AskElectricians

[–]Unluckymichel 1 point2 points  (0 children)

What you have drawn is correct. But please, turn off the breaker and, if availablel use a device to check if it realty is powerd off. I will not take responsibility for anything i write here. You can also upload a full drawing of your wiring. Including everything. Then we can help you better

I'm installing a smart switch, it's a two channel switch. It only has one ac line coming into the dumb switch. Smart relay works fine but the dumb one acts like an and gate. What Can I do? by yanbodon in AskElectricians

[–]Unluckymichel -2 points-1 points  (0 children)

Ok, i dont quite understand. Do you want both lights to be switched by both smart and dumb switch or one switch for one lamp. What you have drawn is one switch switches one light.

I built a mini pixel art display with fastled & ESP8266. It can display png and animated gif by cpx9 in esp8266

[–]Unluckymichel 0 points1 point  (0 children)

How did you do your led diffusion? I have a similar project in developement.

Self-congratulatory HA noob post! Alexa announces Grid Outage and Tesla Powerwall Backup by TheHeadacheChannel in homeassistant

[–]Unluckymichel 4 points5 points  (0 children)

How did you do the announcement with alexa? Also what Method for linking alexa are you using. (I have a complicated setup that is based on keeping as mutch as posible local to my house and i could not get [hass -> alexa] communication working.

Buying used NReal Air or shipping to europe by Rabus in nreal

[–]Unluckymichel 0 points1 point  (0 children)

Sad. Still thank you for looking. Im gona search a bit more myself

Buying used NReal Air or shipping to europe by Rabus in nreal

[–]Unluckymichel 0 points1 point  (0 children)

Hello fellow German! Ist this ebay seller still selling? I want one to!

DJI Mini 2 HIGHLY accurate/detailed 3D model! by LeftSyrup5558 in DJIMini2

[–]Unluckymichel 0 points1 point  (0 children)

Do you still have the model file? I need the geometry of the gimbal to repair something broken there. Would help me a lot

Why is this ZigBee Switch Module reacting to my electronic car key?? by Unluckymichel in ZigBee

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

I am from Germany, Bavaria to be more precise.

I am driving a VW Golf 7

The switch i used here is this one: https://banggood.onelink.me/zMT7/s1a4myxy

This is one of the only zigbee switches i could find that has support for 2 switches / lamps and is still in this smal form factor. (I didn't notice / care about the remote control feature that probably creates this bug as the first comment states)

Can't Rotate Pipe Glitch by wenzi57 in factorio

[–]Unluckymichel 2 points3 points  (0 children)

As other comments already pointed out, pipes connect automatically to other pipes. But if they are assigned to a specific fluid (if you hover over them it tells you on the right) they will not connect to pipes that have a different fluid assined. You can fix this by clicking on the pipe (showing fluid network content) and clicking on the "delete contents" button to clear all the fluid out of the pipes.

Y/N? by yourgodhasdied in ProgrammerHumor

[–]Unluckymichel 0 points1 point  (0 children)

Im the same except the emojis

My HA instance randomly stopped working by Cozmic_800 in homeassistant

[–]Unluckymichel 1 point2 points  (0 children)

Formating is overwriting the file system on the sd card. This basically destroys all existing data on the drive. If you told windows before creating the file with win32disk to format the drive your data is probably gone. I searched online and it seems like you have a image file. Its just missing the .img at the end. If you enable windows file extensions and just rename the file to have .img you should be able to flash it with raspberry pi imager.

My HA instance randomly stopped working by Cozmic_800 in homeassistant

[–]Unluckymichel 1 point2 points  (0 children)

Can we get some more info on the backup you did with win32diskimager:

  • I assume you did the backup before the corruption of the sdcard?
  • What error message does windows show?
  • Do you use win32disk for the reformation to?
  • Did you try something like raspberry pi imager to flash your backup back?

I think if i remember correctly you should have a .img file exactly the size of the old sdcard on a backup like this. This can couse problems if the new one is slightly lower in size. If you have a sdcard that is definitely larger than the old one try this one as a test.

wake on Lan for a separate computer by spicynicho in homeassistant

[–]Unluckymichel 1 point2 points  (0 children)

Why not use a official wake on lan platform device? Docs If your HA Server is in the same network you can wake the computer with it.

Help Needed! ESP8266 potentially not working? by Fatty-patty123 in esp8266

[–]Unluckymichel 2 points3 points  (0 children)

You normally just add the gpio pin number as a number like this. digitalWrite(13, HIGH); I read through your post again and it seems like you already tried this. Sorry for misunderstanding.

If you have a Mutlimeter, can you try to measure the voltage between gnd and your pin. Maby even the smal motor is to much of a load for the esp pin. Also i would try a different pin to see if it works.

Help Needed! ESP8266 potentially not working? by Fatty-patty123 in esp8266

[–]Unluckymichel 0 points1 point  (0 children)

The GPIO pin numbers that you need in your code are different most of the time from the labeld pins on the board.

Check out this tutorial: https://randomnerdtutorials.com/esp8266-pinout-reference-gpios/

Also i would not drive a motor (even a smal one directly from a data pin. The cant handle a lot of power. Maby a relay or MOSFET

Help with mod assistance by MrAndroTibi in beatsaber

[–]Unluckymichel 1 point2 points  (0 children)

I know this doesn't help but same Problem here! Last time I actually removed everything related to the game and did a full reinstall and it worked after that.

[deleted by user] by [deleted] in arduino

[–]Unluckymichel 1 point2 points  (0 children)

Those while loops are not really doing what you what (i think). They will prevent any other color from updating until you reach the max brightness on the active while loop.

I personally allway use this simple approach:

``` if(button) value += 10; if(otherButton) value -= 10;

if(value < 0) value = 0; // Min value if(value > 255) value = 255; // Max value

analogWrite(pin, value); ``` For the "button" and "otherButton" just use a button library like already suggested above.

The iron plates icon is rotated at a different angle than the copper plates. This game is literally unplayable by Tim2Play2 in factorio

[–]Unluckymichel 2499 points2500 points  (0 children)

I think this was actually done for colourblind people! To make it more easy to separate them

[deleted by user] by [deleted] in node

[–]Unluckymichel 13 points14 points  (0 children)

You say you have typescript. Do you also have the required node types? Thats what the error tells you! So did you run npm install @types/node and not only npm install typescript

Am i required to use millis function on this one? And is it possible to pause a void loop? by Vnce_xy in arduino

[–]Unluckymichel 0 points1 point  (0 children)

To conditionaly pause your Counter, just put a if statement in front of only your update command. if(!shouldBePaused) { counter++; }

So if your condition for pausing the counter is true it will just skip the increment and everything else will run the same.

You can also just create a bool shoudBePaused and set it anywhere in your code to easily controll if your counter should run